raspicam icon indicating copy to clipboard operation
raspicam copied to clipboard

Cannot get a smaller sized image that is full frame

Open marcmerlin opened this issue 3 years ago • 0 comments

Howdy, when I do

    Camera.setWidth ( 192 ); 
    Camera.setHeight ( 128 );

I get a tiny part of the middle of the sensor, when I'd like the full frame scaled down to 192x128

raspistill -w 192 -h 128 -o /tmp/raspicam_image.jpg does this fine, but this library does not.

Is there a way to get the library to scale down the image, or do I have to do it myself in code?

Thanks, Marc

marcmerlin avatar May 10 '21 05:05 marcmerlin