Skip to content

The repo is for edge to cloud video surveillance project

Notifications You must be signed in to change notification settings

ichbinblau/video_surveillance

Repository files navigation

video_surveillance

Edge:
python3 app_bigfoot.py # start object detector
python3 webcam_redis.py # start web stream fetcher

Cloud:
python3 video_compressor.py # compose video stream as mp4 file
python3 rest_api.py # restful service
cd vue-table
gunicorn rest_api:app --worker-class gevent --bind 0.0.0.0:3000 # start frontend

About

The repo is for edge to cloud video surveillance project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published