Ressources for the Raspberry Pi Camera:
Connecting and downloading Python libraries:
Raspberry Pi Learning Resources.
ModMyPi basic Camera Tutorial:
http://www.modmypi.com/blog/raspberry-pi-camera-tutorial
SpyCam Project from Kano:
Ressources for the Raspberry Pi Camera:
Connecting and downloading Python libraries:
Raspberry Pi Learning Resources.
ModMyPi basic Camera Tutorial:
http://www.modmypi.com/blog/raspberry-pi-camera-tutorial
SpyCam Project from Kano:
via How to Turn Your Raspberry Pi into a File Server Using Samba.
Nice tutorial. Worked on the first try.
Here is a summary of the commands, just in case the above tutorial disppears.
sudo apt-get install samba samba-common-bin
sudo nano /etc/samba/smb.conf
security = user
read only = no
sudo service samba restart
sudo smbpasswd –a pi