AndroidUVCCameraStudio
An sample of Android UVC camera by AndroidStudio
Install / Use
/learn @jameskkk/AndroidUVCCameraStudioREADME
AndroidUVCCameraStudio
Example for Android UVCCamera. It works on Android phone and pad via USB OTG if camera support UVC and device have V4L2 permission.
How to use the library
Create UVCcamPreview at your view and set as follows,
| <com.k2jstudio.uvccam.UVCcamPreview | |-----------------------------------------| | android:id="@+id/uvccamPreview" | | android:layout_width="match_parent" | | android:layout_height="match_parent" | | UVCcamPreview:camera_device="1" /> |
