- Edited
Hi !
I'm actually working on a project where I need to plug an OAK-1 camera to an Android device.
I took inspiration from this projet : https://github.com/ibaiGorordo/depthai-android-jni-example
My goal is to get the YUV420 directly from the ISP in 4K at a frame rate of at least 20FPS (using the C++ API), I saw on the documentation that these numbers were normally largely attainable.
But my problem is that when I connect the OAK-1 to an Android device (Note 9 and others...) and try to get the image from the ISP the frame rate is only 4 FPS, even with a SUPER
usb speed.
In fact the same code run around 28FPS on my Windows machine.
I wanted to know if this problem was known and if someone managed to overcome it ?
Or if someone has an idea of where to explore on the side of depthai-core
or its dependencies to try to speed up this frame rate.
Any help would be appreciated