AndroidUSBCamera
AndroidUSBCamera copied to clipboard
UNABLE TO capture IMAGE
when i click capture image it not saving it and the video is empty when i record
perhaps your app did not request storage permission before staring the capturer code? You can read the code again to find the reason
I have the same issue, the video is empty when I record, did you solve it? @KingBrianZA
I am facing the issue with video recording.
However solved the image capture issue solved by changing following lines in AbstractUVCCameraHandler.java file:
case MSG_CAPTURE_STILL:
thread.handleCaptureStill((String) msg.obj);
// thread.handleStillPicture((String) msg.obj);
break;