AGX Orin, how to increase the transmission speed of multispectral images over wifi

Our Jetson AGX Orin receives images from Micasense RedEdge P camera over wireless. This service uses the camera’s httpapi over a period of time to pull files from the camera’s CFexpress card into the end device’s flash memory. Our tests showed that the speed of this process is relatively low (1.3 mb/s). Therefore, does it make sense to use a multiplexer to increase the transfer speed or is there a method you can recommend?

Thank you.

Hi,
Is the camera source a RTSP source? We don’t know much about the camera and please share more information. If it is a RTSP source, we would suggest use gstreamer to decode the stream like:

rtspsrc ! rtph264depay ! h264parse ! nvv4l2decoder ! fakesink

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