Skip to content

Raspeye - project based on a Raspberry Pi and a camera module

Notifications You must be signed in to change notification settings

jaro-m/raspeye-server

Repository files navigation

RaspEye-Server

RaspEye is a result of playing with Raspberry Pi Zero with a camera module for it. It is a project that has client- and server-side programs (in separate repositories).

Raspeye is a client.

This is the server. This is still quite a new project and you can spot lots of imperfections that I'm aware of. I will clean the code up, although I have little time for developing this project, so the progress won't be fast, but should be stable.

raspeye-srv

Its three main functions are:

  • Motion-detection - detecting motion using RPi camera and eventually sending notification to client/email/IM... (at the moment it detects motion and saves pictures to its directory) In future plans I'm going to implement different algorithms of motion detection.
  • Time lapse - takes sequence of pictures.
  • Preview mode - just gives preview for the client.

The functions/modes work simultaneously.
Motion detection is going to work continuously with ability to terminate it and start it again.
Time lapse can be set up to start at a certain date and time.
Preview mode is limited to 1 client at the moment, but it will change in future.

I'm going to make a separate development branch so the code in the master branch should stay usable. The master branch should always have the tested code that should run on any Raspberry Pi.

To run the server you need to place the files in the same directory and start raspeye-srv.py with the port number like that:

python3 raspeye.py 12345

where 12345 is the port number the server is going to use (usually you need to set up port forwarding on your router).

Dependencies:

  • numpy (motion detection)
  • picamera
  • and modules from standard library like: threading, socket, datetime, json, struct,...

As a client you can use raspeye-guiz.py from the other repository.


To install it you need the files to be in the same directory:

  • raspeye-srv.py,
  • preview.py,
  • motion_detection.py,
  • timelapse.py,
  • constants.py

The project is being created on a Raspberry Pi Zero v1.3 with 1st gen. camera module. I use Python3 for the development.

About

Raspeye - project based on a Raspberry Pi and a camera module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages