EloquentEsp32cam icon indicating copy to clipboard operation
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).

Open Dinaltium opened this issue 6 months ago • 1 comments
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.

Dinaltium avatar Apr 27 '25 14:04 Dinaltium