background preloader

Raspberry Pi Spy — Unofficial Raspberry Pi tutorials, guides, scripts, help and news

Raspberry Pi Spy — Unofficial Raspberry Pi tutorials, guides, scripts, help and news

Raspberry Pi Point & Shoot Camera When I first saw that the Raspberry Pi had an on-board connection for a camera, I knew what I wanted to build. It would be a battery powered traditional “point and shoot” camera complete with shutter button and a screen. It would run as a PyGame app and be able to act as a server so that I could access the photos over Wifi once they are taken. STEP 1: Setup the Raspberry Pi To do this project I am going to assume you have already installed the latest version of the Raspbian OS, and know to update and upgrade the OS in LXTerminal using these commands: sudo apt-get update sudo apt-get upgrade Once you do that you will see the choice to enable the camera option when you run the configuration options by executing: sudo raspi-config Look for the “Camera Enable/Disable” option. After enabling the camera, plug it in and reboot the Pi. sudo apt-get install python-dev This installs the latest Python Development toolkit. sudo apt-get install python-rpi.gpio This installs the GPIO library.

How to Build a Wireless Pi Camera Pan and Tilt Platform - Tuts+ Computer Skills Tutorial With the release of the Raspberry Pi camera module, taking high quality pictures, or video, with the Pi has become very simple. In this tutorial, I will show you how to attach the Pi camera module to your Pi and wirelessly control a pan tilt platform. In the process, I will cover topics that include attaching the Pi camera module, connecting and controlling servos with your Pi, command line control of the camera, and some low level video streaming commands. Set up and assemble the basic Pi components with the following steps. Burn the latest Raspbian image to the SD card following instructions in the tutorial How to Flash an SD Card for Raspberry PiPlug in the USB mouse/keyboard into the bottom USB portPlug in the USB Wifi adapter into the to USB port. Upon boot, the Pi will run through the first boot setup of raspi-config. After the Pi reboots to a desktop follow these instructions on how to use the GUI tool to configure your wifi network. Taking pictures with the Pi is very simple.

How to install / use the Raspberry Pi Camera I hope this helps :)

Related: