You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to PyBBIO - attempted to use webcam.py example - it failed saying cannot import several modules - gst, sys, object, pygtk, gst.video. Search on my Beaglebone did not find these files.
Went into the init.ph and webcam.py under the WebCam directory and yep they expect those modules. All docs say they are now included in the latest PyBBIO and bbio.
Beagle bone Black C 3.8.13-bone70 kernel
all updates and upgrades say they are already up to date.
pip install --upgrade PyBBIO
pip install --upgrade Adafruit_BBIO
Do i need to install these modules separately ? if so from where?
The text was updated successfully, but these errors were encountered:
GStreamer has to be downloaded for this to work. Sorry I forgot to put that on the wiki. Its updated now.
apt-get install python-gst0.10
apt-get install gstreamer0.10-plugins
New to PyBBIO - attempted to use webcam.py example - it failed saying cannot import several modules - gst, sys, object, pygtk, gst.video. Search on my Beaglebone did not find these files.
Went into the init.ph and webcam.py under the WebCam directory and yep they expect those modules. All docs say they are now included in the latest PyBBIO and bbio.
Beagle bone Black C 3.8.13-bone70 kernel
all updates and upgrades say they are already up to date.
pip install --upgrade PyBBIO
pip install --upgrade Adafruit_BBIO
Do i need to install these modules separately ? if so from where?
The text was updated successfully, but these errors were encountered: