Changes

Raspberry Pi

68 bytes added, 16:15, 6 May 2014
Pi Foundation Camera Module
=Hardware Peripherals=
Verified Peripherals - http://elinux.org/RPi_VerifiedPeripherals
==Pi Foundation Camera ModuleCam==
*getting started - http://www.raspberrypi.org/archives/3890
*code: https://github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/raspicam
===picam python interface===
*http://www.raspberrypi.org/learning/python-picamera-setup/
===Streaming from RPi to OS X===
*RPi: <pre>raspivid -t 999999 -o - | nc 192.168.2.31 5001</pre>