Skip to content

Streaming from webcam, process with OpenCV, serve in browser via WebSocket

Notifications You must be signed in to change notification settings

tegarimansyah/opencv-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Image Streaming

Run server

I'm using FastAPI for app server and opencv-python

cd server
mkvirtualenv visual # read more: virtualenvwrapper
pip3 install -r requirements.txt
uvicorn main:app --reload # run in http://localhost:8000

Run Client

  • Open client/index.html in your browser
  • I use Web Server for Chrome for simple implementation of web server from local folder.

cheers,

@tegarimansyah

About

Streaming from webcam, process with OpenCV, serve in browser via WebSocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published