Image exchange between multiple jetsons

Hello,

i want to grab multiple images from /dev/videoX - process it with cuda and send the result to another jetson. What is the best way to do that with minimum latency?
My System:
2 Jetson Xavier with 10Gb Ethernet
JP 4.5.1

Hi,
A general approach is to send data to another device is to run RTSP. You may set up an RTSP server on Xavier through test-launch. Please refer to
Jetson Nano FAQ
Q: Is there any example of running RTSP streaming?

If you need to do deep earning inference, you can consider to use DeepStream SDK. We also have RTSP implementation in Sink Group:
DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation