I would like to know if there is a known and tested upper limited on the number of FRAMOS D435e cameras that can be connected to JETSON AGX ORIN (let’s say 64G) that can get a streaming video feed in real-time while we also run Ultralytics yolov10 for object detection on them after exporting the model to TensorRT?
For starter, I would like to know if two cameras is a feasibility?
Further, Can I connect 2 or 3 displays at the same time to a Jetson AGX ORIN device?
Finally, besides real-time input and real-time yolov10 (TRT-based processing) of two FRAMOS D435e camera, can I connect two extra cameras that don’t need their feed to be real-time (same FPS as FRAMOS) and only have a RGB feed with no need to run YOLOv10? I know it is mentioned only certain cameras are supported for Jetson, but what if I want to connect a cheap RGB camera to this Jetson for only showing a non-realtime feed? Assume the camera FPS is 15-20.
Thank you