Multiple Stereo Cam Inputs?
-
Was reading another thread and liked one of the ideas proposed about relocating cameras from the traditional "VOXL" reference drone locations.
Is it possible to add multiple stereo cam's to each MIPI connector? So, conceivably you could have 6 cameras configured, 2 per connector?
And then from there, treat each camera feed as an input for Stereo + QVIO?
I know it probably would require a lot of development and not work out of the box, but just thinking about ways of increasing the visual coverage of a drone and if 6 total cameras feeding the VOXL is even possible.
Have any wide FOV sensors been used by others in stereo mode?
Thanks for any brainstorming!
-
Hi!
The hardware on voxl only supports a stereo pair out of the J3 connector. However, you could absolutely plug in fisheye cameras instead of the pinhole ones if you're just trying to get a better field of view. Additionally, the system is setup to be able to support that same ov7251 camera in both the J2 and J4 ports, so you could in theory have 4 fisheye cameras concurrently.
NOTE: voxl-camera-server (opensource) is not set up to to handle multiple cameras of the same type since we don't actively support any camera configurations like that. It's very doable though, you'd have to check the camera IDs for the configuration that you create and mod camera server if you're trying to use our standard software stack (so you can out of the box support 3 fisheye cameras, and it would only take some userspace coding to support 4)