Skip to content

Redis based sharing of camera frames between processes.

License

Notifications You must be signed in to change notification settings

jerinka/Redis_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis and OpenCV

Eg: OpenCV based camera reading and pushing frames to Redis, another application fetching frames from Redis and showing in screen.

redis

Redis Docker

docker run -d -p 6379:6379 redis

Read Write image array

python3 demo_ENCODE.py

Read Write file

python3 demo_FILE.py

Read Cam

python3 read_cam.py

Show Cam

python3 show_cam.py

About

Redis based sharing of camera frames between processes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages