Last active
August 29, 2015 14:24
-
-
Save pdp7/774e7bad091a862e8474 to your computer and use it in GitHub Desktop.
beaglebone black camera and bb-view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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