Skip to content

Instantly share code, notes, and snippets.

@pdp7
Last active August 29, 2015 14:24
Show Gist options
  • Save pdp7/774e7bad091a862e8474 to your computer and use it in GitHub Desktop.
Save pdp7/774e7bad091a862e8474 to your computer and use it in GitHub Desktop.
beaglebone black camera and bb-view
debian@beaglebone:~$ sudo apt-get install python-pip
Reading package lists... Done
debian@beaglebone:~$ sudo pip install Pillow
debian@beaglebone:~$ sudo apt-get install python-imaging-tk
debian@beaglebone:~$ sudo apt-get install feh
feh -F file.jpg
Hi,
The feh utility will display an image fullscreen on the bb-view. Install by:
debian@beaglebone:~$ sudo apt-get install feh
This command will take a photo with the USB camera and display it fullscreen on the bb-view LCD:
debian@beaglebone:~$ uvccapture && feh -F snap.jpg
cheers,
drew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment