saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

camera shutter speed #126

Open iSIlya opened 7 years ago

iSIlya commented 7 years ago

Hello. Please help, how do I set the size of the camera photos to be 640 * 480? I tried using camera.setPreviewSize (PREVIEW_WIDTH, PREVIEW_HEIGHT, PREVIEW_MODE); but I get an exception: Failed to set preview size.

jp1017 commented 7 years ago

Your device don't support 640*480 maybe. My device don't support too sadly. :disappointed:

iSIlya commented 7 years ago

@jp1017, Can you please tell me how to change the camera shutter speed?

jp1017 commented 7 years ago

@jp1017, Can you please tell me how to change the camera shutter speed?

Handler can do this.

iSIlya commented 7 years ago

@jp1017 Could you give an example of how to change the shutter speed