-
Notifications
You must be signed in to change notification settings - Fork 3
Setting up: Raspberry Pi 3 W with USB Webcam (Local not Resin.io)
Alex Lennon edited this page Sep 28, 2018
·
5 revisions
- Raspberry Pi 3 W
This is the wireless variant. You can use the wired only variant but may need to add a supported wifi dongle [TBD]
- Logitech C270 HD webcam.
You can use an alternative webcam but to date this is the only test and known working webcam [TBD]
- Fisheye lense [optional, TBD]
We are currently evaluating the 180 degree lense from ModMyPi here
- Raspbian Image
- GStreamer
Download the latest Raspbian image from here
- Follow the instructions to write the image to a uSD card and boot the RPi from this card.
- Go through the configuration setup and connect to your local Wifi network
- Run
sudo rasp-configand chooseInterfacing Optionsto enable the SSH server (useful if you want to continue setup with remote access). Login ispiwith passwordraspberryunless you changed it during initial setup.
Either continue in a local command shell or open a shell, obtain the IP address with ifconfig and use an SSH client (ssh on Linux or putty on Windows) to connect to the IP address. Login is pi with password raspberry unless you changed it during initial setup.
To install needed gstreamer1.0 dependencies run
sudo apt-get update
sudo apt-get install