Hi,
For using Ethernet, a general use-case is to encode frame data into h264/h265 stream and send out through UDP or RTSP. We don’t know whether there’s frameworks to send RAW frame data.
For sending MIPI signals, it is not supported on Jetson devices. There are CSI ports for receiving MIPI signals, but cannot run as a source to generate MIPI signals.
Just to clarify:
If I wish to send data via udp from the GPU memory, do I have to copy it into RAM first by the CPU and then use the network driver? or can I use the network driver to the the encoded frame directly from the GPU memory?