Skip to content

Tamal/ipcam-video-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • cd to the directory where requirements.txt is located.
  • Create virtual env: python3 -m venv ./env
  • Activate your virtualenv: source env/bin/activate
  • Run: pip install -r requirements.txt in your shell.

Run

Set environment variables

export AWS_KEY=xxxxxxxxxx
export AWS_SECRET=xxxxxxxxxxxxxxxxxxx
export AWS_REGION=xxxxxxxx
export KINESIS_STREAM_NAME=your-kinesis-data-stream-name

Run:

python ipcam_video_capture.py http://your-ipcam-url/vid

About

Capture video frame from IP Cam and send to Kinesis data streams for processing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages