How to reduce image bitmap?

I want to reduce the image from the camera, and display the image in a certain place of the display

@ magals -

reduce width and heigh? or reduce quality, and are you talking about sercam?

You can not reduce a bitmap image, but you can reduce a jpeg by reduce its quality.

i want reduce height and width/

I have to translate the camera image in jpeg format, and only then can reduce it in size? how to do it?

I have used the USB camera, which supports multiple resolutions. Does the serial camera also provide resolution choice?

*** Yes it does… 640x480, 320x240 and 160x120. Use SetImageSize method to get one of the smaller image.

2 Likes