Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 546 Bytes

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" />

It's a Android Studio project.