Skip to content

Client for Foscam HD cameras that use low level proprietary protocol.

Notifications You must be signed in to change notification settings

SilvioMessi/Foscam-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foscam Client

Client for Foscam HD cameras that use low level proprietary protocol. Tested on Foscam FI9816P V2. Developed starting from the information reported here. For the moment the client:

  • connects to the camera
  • keep-alive the camera
  • listens to motion detection signals from the camera (if motion detection is enable on the camera)
  • when a motion detection occurred, record a raw h264 video and split them in JPEG frames (using FFmpeg)

Requirements

Installation

  • $ git clone https://github.com/SilvioMessi/Foscam-Client.git
  • $ cd Foscam-Client/
  • $ virtualenv -p /path/to/python2.7 ENV
  • $ source ENV/bin/activate
  • (ENV)$ pip install -r requirements.txt
  • edit the file foscam_client/settings.py with your settings
  • (ENV)$ python foscam_client

About

Client for Foscam HD cameras that use low level proprietary protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages