esp32-cam-demo
esp32-cam-demo copied to clipboard
Set framesize to VGA and windowing to 320X240
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.
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!
@IGRajulu Did you find a solution for this? I'd also like to use windowing