Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 529 Bytes

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