- Edited
Hi,
We tried to run the app from https://github.com/luxonis/depthai-android-jni-example , but the app is crashing.
We are using Android 11 device and connecting it with OAK-D Pro W camera.
When we tried to debug, we found that it is not able to connect with the device and code is getting struck in following part:
// Connect to device and start pipeline
device = make_shared<dai:: Device>(dai:: OpenVINO::VERSION_2021_4, dai::UsbSpeed::HIGH);
Any idea on how it can be fixed?
Thanks,
Manjiri