Questions about multi camera and display capabilities

Hi,
I’m working on a project with a Jetson Nano and have some questions about multi-camera and multi-display capabilities of the board.
A short overview of my project:
I’m working on a small project with a recumbent bike that already has a carbon hull, so it’s aerodynamic. The problem is that your view from inside the hull is limited, and so it can be dangerous to drive with it. That’s why I want to build some cameras (I think 4 are the best) around it to have a panoramic view. My first idea was to mount a 360° camera on the roof, but for my use case it’s not optimal. I also couldn’t find any good stitching software that runs fluently (with 15 fps or higher) on a Jetson Nano or Raspberry Pi. That’s why I don’t want to stitch the video streams anymore. If there’s any good option I overlooked, I’d try it. Another difficulty is, that the Jetson Nano only has two camera ports. That’s why I thought I can use two cameras via USB and two via the camera ports, but I don’t know how good that’ll work. I also found those Arducam camera adapters, but I don’t know how good they are and if there is a big disadvantage because of which I shouldn’t use them. I already found cameras like the PiCam360-CAMPT8MP that runs by USB. To display the videos, I want to use two small touch-dispays for Raspberry Pi. Of course, I won’t completely rely on the system. If it crashes, I’ll still be able to drive safely.
Summary:
I want to build a system for panoramic view with a Jetson Nano and four cameras.
My questions:

  1. Is there any method to stitch four video streams fluently (with more than 15 fps and with a Jetson Nano)?
  2. What is the best method to use four cameras (via USB and camera ports, or only USB…)?
  3. Can I connect the two touch-dispays with the Jetson Nano (the one via the HDMI port and the other by the Display Port)?
  4. Do you think I can “analyze” the four streams in real time with a program like OpenCV or TensorFlow, or is the Jetson Nano too slow for something like that?
  5. Do you have any ideas or tips how I can build the project as good as possible?
    Many thanks in advance, Konrad.

I would suggest to consult with Jetson partner to design customize carrier board it. Also for performance I would suggest to use TX2 with customize carrier board.
Also may be check if cuda for image stitching.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.