Used to work some years ago, now I cannot get video in the HUD. I understand that there is nothing I have to do with Mission Planner, as now it already includes the essential parts of gstreamer.
So it may be what I am sending from the Raspberry Pi. I’m using this pipeline command on the Pi:
But, I have to delete the existing pipeline command first, click OK, then enter it again and click OK for the video to start showing. Any time I start or restart MP I have to do these steps again to get the video.
Is there a way to have the video in Mission Planner’s HUD come up automatically without having to delete and re-enter the pipeline command?
after further testing Paul’s solution does work, clearing the udp pressing ok and then replugging the udp and pressing ok will get the feed and it looks like my current version of mission planner saves this string so it always auto connects now. cheers.
Hi, the first part of the above pipeline command: “raspivid -n -w 1280 -h 720 -b 1000000 -fps 15 -t 0 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=192.168.1.2 port=5600” seems to be only applicable for the legacy camera system.
I would like to ask if anyone knows how to integrate libcamera into the pipeline command? Or anyone knows the pipeline syntax for Raspberry PI with Bullseye OS and above? Thanks.