Tell me, is it possible to somehow find out the size of the area with the image? I set the size for UVCCameraView as width: constraints.maxWidth and height: constraints.maxHeight, but the area with the image itself is clearly smaller. I suppose this is somehow related to the resolution. I need to make an overlay that will be exactly the same size as the area with the image.
Hello, thank you for your work.
Tell me, is it possible to somehow find out the size of the area with the image? I set the size for UVCCameraView as width: constraints.maxWidth and height: constraints.maxHeight, but the area with the image itself is clearly smaller. I suppose this is somehow related to the resolution. I need to make an overlay that will be exactly the same size as the area with the image.