saki4510t / UVCCamera

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

View streaming in any other formats than MJPEG/ YUV #682

Open wearesach opened 1 year ago

wearesach commented 1 year ago

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 from stream.c .

The image of the issue -> 221540267-492f0f04-b20e-4c1c-bc4f-f710e5282319

These formats are not added/updated, does just adding/updating resolve this issue?