me (Chris M change) 

7:43 PM (46 minutes ago) 
Restarting going to use universala for uart, pwm, and gpio (MRAA and 
ADAFruit_BBIO both work in python)
web cam will be using python-v4l2capture 

> VERSION
> # uname -a
> Linux beaglebone 4.4.30-ti-r64 #1 SMP Fri Nov 4 21:23:33 UTC 2016 armv7l 
> GNU/Linux
> UPDATE apt-get database 
> # apt-get update
> REMOUNT EXT SD CARD
> # mkdir /extsd
> # mount /dev/mmcblk0p1 /extsd
> # vi /etc/fstab
> /dev/mmcblk0p1  /extsd  ext4    defaults        0       0
> reboot and check
> INSTALL PACKAGES
>
 

# apt-get upgrade

installing v4l2capture

# git clone https://github.com/philips/libv4l
# cd libv4l
# make
#make install

install  v4l2capture

git clone https://github.com/gebart/python-v4l2capture
python-v4l2capture uses distutils.
To build: ./setup.py build
To build and install: ./setup.py install

pip install pillow

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/a1bfb173-b364-4d30-8cdb-f600d133f527%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to