Created
June 25, 2018 19:07
-
-
Save Elvis10ten/3946a26e91c8ad5b650f073c3238d077 to your computer and use it in GitHub Desktop.
OpenCV Sample: ColorBlob permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <uses-permission android:name="android.permission.CAMERA"/> | |
| <uses-feature android:name="android.hardware.camera" android:required="false"/> | |
| <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/> | |
| <uses-feature android:name="android.hardware.camera.front" android:required="false"/> | |
| <uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment