3drobotics / solodevguide

Solo Development Guide (SDG).
http://dev.3dr.com/
41 stars 62 forks source link

stillframe example gives error #299

Open DarylWM opened 8 years ago

DarylWM commented 8 years ago

When I try to execute server.py I get: ERROR: pipeline could not be constructed: no element "v4l2src"

Is this because of the v4l2loopback issue referenced in the DroneKit forum?

alexblack commented 8 years ago

I got this working, by executing:

smart install gst-plugins-good-video4linux2
smart install gst-plugins-good-jpeg
smart install gst-plugins-base-tcp

See: https://discuss.dronekit.io/t/solo-video-acquire-please/320

If they have already been installed, and the drone has rebooted, then you need to uninstall and reinstall them.