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
Do you know what packages are all used. Like the default ones in raspberry pi os? I would like to build a custom buildroot img for this but I don't know what all the packages and python imports it uses. I looked at the minimal Raspian and know that it needs libavformat-dev, and avahi-utils so it can support using ./mice.py or ./all.sh (on top of the regular install directions)
The text was updated successfully, but these errors were encountered:
Just adding more for headless on stretch sudo apt-get install python-pip for python version 2
Then needed to do sudo apt-get install python-dbus for dbus on minial / lite Raspbian stretch
next I needed to do sudo apt-get install python-gobject sudo apt-get install omxplayer
Do you know what packages are all used. Like the default ones in raspberry pi os? I would like to build a custom buildroot img for this but I don't know what all the packages and python imports it uses. I looked at the minimal Raspian and know that it needs
libavformat-dev
, andavahi-utils
so it can support using ./mice.py or ./all.sh (on top of the regular install directions)The text was updated successfully, but these errors were encountered: