esp32-cam-demo icon indicating copy to clipboard operation
esp32-cam-demo copied to clipboard

Set framesize to VGA and windowing to 320X240

Open IGRajulu opened this issue 7 years ago • 2 comments

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.

IGRajulu avatar Oct 03 '18 05:10 IGRajulu

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!

mau-lopez avatar Nov 15 '18 22:11 mau-lopez

@IGRajulu Did you find a solution for this? I'd also like to use windowing

cribskip avatar Jun 30 '19 11:06 cribskip