UVCCamera
UVCCamera copied to clipboard
Capture Still Image
I would like to capture a still image as a background service. But i am unable to capture a picture without a surface(preview). Is there any way to do this? Basically i don't want any preview or UI. Just want capture the picture periodically as a service.
mUvcCamera.startPreview(new Surface(new SurfaceTexture(0)));
mUvcCamera.startPreview(new Surface(new SurfaceTexture(0)));
Hi, so how can we take the image after that?