to microsd adapter (something along lines this one was $6.75 amazon)
Microsoft-LifeCam-VX-2000-Webcam (cheap webcam that workds on rp3 amazon $10)
- check if webcam works on raspberry http://elinux.org/RPi_USB_Webcams
download
https://rufus.akeo.ie/downloads/rufus-2.9.exe
raspbian/images/raspbian-2016-05-31/2016-05-27-raspbian-jessie.zip
1) installing operating system
2) boot into Rasparian ran commands in terminal:
- setup password
$ passswd
- get ip address for putty ssh remote
$ ifconfig
192.168.1.135
3) on windows installed putty and entered following
- login to putty:
username: pi and password: raspberry
- ran update and upgrade
$ sudo apt-get update -y && sudo apt-get upgrade -y
- test camera working (open menu
$ sudo apt-get install luvcview
- streaming webcam
$ sudo apt-get install ffmpeg