You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
Is it possible to achieve the following:
sensor.set_framesize(sensor.VGA) # Set frame size to VGA (640x480)
sensor.set_windowing((320, 240))
Above code is from "OpenMV implementation for OV7725 by Ibrahim Abdelkader".
The above code in OpenMV gives be a more clear 320X240 image (of the 'area of interest') while maintaining a distance of 25 mm (necessary for the application) from the face of camera lens to the object.
Kindly guide me please.
The text was updated successfully, but these errors were encountered:
Hi, I would also like to know if it is possible and how to change the image size to VGA (and other resolutions) and how to change the frame rate for streaming. I'm by no means a proficient programmer, so any help with steps to follow will be much appreciated. Thank you very much in advance!
Dear Sir,
Is it possible to achieve the following:
sensor.set_framesize(sensor.VGA) # Set frame size to VGA (640x480)
sensor.set_windowing((320, 240))
Above code is from "OpenMV implementation for OV7725 by Ibrahim Abdelkader".
The above code in OpenMV gives be a more clear 320X240 image (of the 'area of interest') while maintaining a distance of 25 mm (necessary for the application) from the face of camera lens to the object.
Kindly guide me please.
The text was updated successfully, but these errors were encountered: