Tue Mar 21 09:15:20 EST 2023
 

Date Created: 2013-12-09 06:18:24 -0600 (Mon, 09 Dec 2013)

Creeper Cam - IP Camera for Raspberry Pi

Overview



100_6243-resized.JPG

  This guide shows how to assemble the hardware and overviews the software setup for an IP Creeper camera - The Creeper Cam!

This guide uses the Raspberry Pi and camera from the Pi Foundation.

Links to the 3D printable enclosure models are aso provided. Some of the 3D models for the are a remix of thingiverse.com user T_Hambush's Pi Zero security camera.

Hardware

 

3d Printing

See this project's OpenSCAD page for information on 3D printing the enclosure(s). Continue here once the enclosure is printed and ready for assembly.

Assembly

Normally, I'd say get the software going before you assemble the project and its enclosure, but for the Creeper Cam it does not matter too much.

This project has two assembly options. The first option is for the Pi Zero only. The second option is for all the Raspberry Pi versions with a camera connector. Both options use a common assembly for the camera stand.

Assembly - Camera Stand

Assembly - Option 1 - Pi Zero Only



100_6210-resized.JPG

Assembly - Option 2 - Raspberry Pi with Camera Connector

This assembly option is for Rasbperry Pis with a camera connector. So far this versions Zero through 3.

Photos of Assembled Creeper Cams

100_6214-resized.JPG

100_6250-resized.JPG

100_6202-resized.JPG

100_6215-resized.JPG

100_6194-resized.JPG

100_6256-resized.JPG

100_6252-resized.JPG

100_6254-resized.JPG

100_6206-resized.JPG

100_6244-resized.JPG

100_6249-resized.JPG

100_6199-resized.JPG

Software

Remmber this software does not support USB cameras, only Raspberry Pi cameras.

The soft ware for this project is available on Github.

The project's install guide is on elinux.org.

But the software installation for this project comes down to just a few commands:

git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
cd RPi_Cam_Web_Interface
chmod u+x install.sh
./install.sh
            

The installer app configures the default port and URL. Keep track of these values if you change them. At the time of writing this, the default URL context was '/html'.

Usage

 After installation, the default location of the camera stream is http://raspberry-pi-ip/html/

The Web user interface has controls for the camera and operating system.

Resources

 

Going Further


Date Created: 2017-10-08 14:53:25 -0500 (Sun, 08 Oct 2017)