Closed moratom closed 11 months ago
Hi @moratom . Which RVC3 device are you using?
We do not have out-of-the-box support for the multi-camera devices our Depth AI plugin yet. If the problem is related to a multi-camera device, you need to ensure that you have two identical camera modules attached to both the "LEFT" and "RIGHT" sockets (which may be aliases of "CAM_B" and "CAM_C" on multi-camera devices, see here). Those should also be monocular global shutter cameras with native resolution 1280x800.
If this works, manual camera calibration (see here) and specifying the IMU-to-camera matrix (see here) are also needed.
The following configuration flags may also help debugging:
useStereo
: Set to false to try if it works with a single camerauseFeatureTracker
. Set to false to disable VPU-acceleration to see if the problem is related to thatWe are using FFC-6P with OV9282 on the RIGHT and LEFT sockets, so this shouldn't be a problem. The culprit was highly likely the resolution, since we didn't have support for the 800p resolution on the OV9282 on RVC3 cameras up until very recently and the mono cameras were working at 720p.
Thanks a lot. I'll try debug this further in the following days and hopefully get it working.
Hello SpectularAI team!
I am working on getting a simple example to run on our new series (RVC3) device(s) and would greatly appreciate some help :)
For now I have a simple request: could you tell me under which condition this exception is thrown in your library?
The example I'm trying to run is attached here, though likely not very relevant, since the issue is likely on our side.