-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change the camera to UVCcamera for recognition? #89
Comments
What platform? If on Windows or Mac, you can select the preferred camera from the drop-down on the |
This document https://source.android.com/docs/core/camera/external-usb-cameras indicates that UVC cameras should be accessible to the camera2 API (and therefore supported by the NDK camera API) provided that the Android build has had the flags enabled for external camera access. Can you give any more details about the version of Android in use and/or the hardware platform? |
See also discussion by some users on some devices that do not support UVC cameras natively here: https://stackoverflow.com/a/68120774/316487 |
How to use artoolkitX to call UVCcamera as a camera in Unity? How to change the camera to UVCcamera for recognition?UVCcamera is for use on Android systems.
The text was updated successfully, but these errors were encountered: