Skip to content

The minimal app which sends web camera's video from the browser via web sockets to the aiohttp server and back

License

Notifications You must be signed in to change notification settings

ride90/asyncio-opencv-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect face using WebRTC, Websockets, Asyncio and OpenCV

Minimal app which sends webcamera's video from the browser via websockets to the aiohttp server (asyncio), handles it and sends back.

How it works

WebCamera > Browser (WebRTC) > WebSocket (Blob) > Server -> OpenCV -> Websocket -> Browser

Note

You need to setup a self signed SSL certificate to allow browser access a camera. See this line

Demo

Demo

About

The minimal app which sends web camera's video from the browser via web sockets to the aiohttp server and back

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published