Android-USB-OTG-Camera icon indicating copy to clipboard operation
Android-USB-OTG-Camera copied to clipboard

View streaming in any other formats than MJPEG/ YUV

Open wearesach opened this issue 1 year ago • 1 comments

I noticed that the application uses MJPEG and YUV as streaming formats, is it possible to do it with Raw format or BY8/ BA81 format. The application does not have any libusb/libuvc libraries, which contains the formats. How would you suggest moving from here.

UVCCamera.FRAME_FORMAT_MJPEG

The image and previous version of the issue -> https://github.com/quantum6/Android-USB-OTG-Camera/issues/10

wearesach avatar Feb 28 '23 10:02 wearesach

Try This: https://github.com/quantum6/Android-UVC-Camera-Bulk-Transfer

quantum6 avatar Jun 20 '23 00:06 quantum6