When i type below in command prompt, new screen pops up and play real time video from Navio2.
gst-launch-1.0 -v udpsrc port=9000 caps=“application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264” ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=f
D3D%20video%20sink
But I want to use Mission planner istead of ‘D3D video sink screen’
I have no idea what data to put at the ‘GStreamer url’
I am currently using gstreamer-1.0-x86_64-1.4.5 downloaded from Emlid (Navio2 Doc page)
gstreamer is installed in ‘complete’ setup type.
I am using raspberry pi camera Rev 1.3
hello joongoung86 and Michael Oborne, I have same issue as you right now, Im using mission planner 1.3.62, but im out of the box, need to further digging to know how to configure out. Can u give step by step how to integrate it and is their any software to install?
I have tried all the above solutions but none of them resolved the issue for me.
I am still unable to view the video stream in the Mission planner HUD. Here are the details about my setup.
Windows PC:
Standalone gstlaunch app is able to show the video stream perfectly. Here is the command used.
gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false
And here is the string have used in Mission Planner as per your suggestions above in this thread, which is still not working at my end.
hello Michael_Oborne I tried many code to streaming from raspberry pi to mission planner
I cant receive videos in mission planner
I did the test code you added and it worked well
Hello. Your directions were spot on. I now have a video feed on MP as well. Thank you. To avoid screen flicker, do you have recommended -b & -fps values?