I tried a custom focus image as instructed in #53, it worked except the focus is not a square, I think there is a bug here though I looked into code and saw frame size are initialized with same value.
My code
@State var manager: CameraManager = .init(
focusImage: UIImage(systemName: "square.dashed"),
focusImageColor: .yellow,
focusImageSize: 90
)
And the result

I tried a custom focus image as instructed in #53, it worked except the focus is not a square, I think there is a bug here though I looked into code and saw frame size are initialized with same value.
My code
And the result