Hi, is there anyway to offload the data captured by camera connected to light weight Embedded devices let say raspberry or such kind and offload to jetson present at distance.
Main application is drone, so cameras (integrated to embedded device) on drones would capture data and send it to the jetson nano, then jetson nano would do the required processing (DL inference) and send the message back to the drone.
Note that data will be offloaded and data can be of any kind such as video or image for DL inference of classification and so on…
Your drone isn’t built on the Nano, is that correct?
Drone and Nano are two different devices but do you want to send the data captured by Drone to Nano to use GPU for inferencing?
Yes @AastaLLL you are right. I want to stream my drone’s camera video onto the ground PC connected to jetson for Computer vision applications.
I would want to build gstreamer pipeline to handle all the stuff, and also the drone will have its flight controller so that i can control the drone manually but the camera should simple do live streaming for Computer vision applications.