Android-Webcam icon indicating copy to clipboard operation
Android-Webcam copied to clipboard

Java API USB webcam driver.

Results 3 Android-Webcam issues
Sort by recently updated
recently updated
newest added

**Hi mate,** I'm planning to create some video streaming app in Android that uses USB Webcam. I've tried using libs: [https://github.com/saki4510t/UVCCamera](https://github.com/saki4510t/UVCCamera) but it doesn't support WebRTC streaming. Quote: > Simple...

Hi there, Do you know of any workaround to the following problem? com.jwoolston.android.uvc.demo W/System.err: java.lang.IllegalArgumentException: The provided byte buffer is of insufficient capacity. Required: 3840 Bytes. Provided: 3060 Bytes

I have this exception when I confirm the Webcam in the Dialog: 10-29 23:55:11.419 22230-22230/com.jwoolston.android.uvc.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.jwoolston.android.uvc.demo, PID: 22230 java.lang.IllegalStateException: Tried parsing a class interface when...