EloquentEsp32cam
EloquentEsp32cam copied to clipboard
Images are being captured, cropped and saved at 240px instead of capturing and saving at the resolution it is streaming at (SVGA).
trafficstars
Doing this for collecting images to upload to edge impulse.
The stream quality is showing up at svga quality which I set in the code camera.resolution.svga(); but when I start collecting images, it crops the image to 240p and saves in that resolution.
Is there any solution to this. I have checked through the entire file in the library but didn't find anything that can save the image in the quality it is streamed at.