-
Notifications
You must be signed in to change notification settings - Fork 1
Home
dfuldauersancsoft edited this page Jun 29, 2018
·
1 revision
See https://github.com/saki4510t/UVCCamera for more information on the UVCCamera library and library samples.
This project contains the compiled .so libraries and will output an AAR library to be used by other Android projects.
Open the uvccameralibrary project in Android Studio, make the project, and copy the aar into your project's libs.
Update your app's module-level build.gradle to include *.aar from the libs directory. For example:
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
The com.sancsoft.uvccameralibrary.usbcameratest.MainActivity activity can be used as an example of usage, just like the activity found in one of the example projects from the UVCCamera repository.