I have installed gstreamer-1.0-x86-1.9.1 on windows 7 with mission planner 1.3.62. I’m trying to get a video feed in from a Raspberry Pi but I cant even get a test feed to work. I used the test string
videotestsrc ! video/x-raw, width=1280, height=720,framerate=25/1 ! clockoverlay ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink
Is there a particular file location that Mission Planner is expecting Gstreamer executable to be located? Maybe it’s not finding gst-launch-1.0.exe. Its installed at C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe.
Your installation directory looks fine. Depending upon what app is calling gstreamer, you may need to do a custom install (instead of typical) and select all the plug-ins.
I use this line to set my gstreamer source in Mission Planner and it works great! In my case, the source is the rtsp video in a SkyViper quad. Also, if you make a change in the gstreamer source, remember to re-launch Mission Planner.
I’ve installed windows 7 64 bit. No longer getting errors. Haven’t had a chance to try connecting up to a feed. Will let ya know how it goes. Thanks for the help.