chenyeju295 / flutter_uvc_camera

Flutter package
https://pub.dev/packages/flutter_uvc_camera
MIT License
11 stars 11 forks source link

How to find out the size of the image area? #26

Open YakutD opened 3 months ago

YakutD commented 3 months ago

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.

photo_2024-08-22_10-41-06