Streaming video from local webcam to website using Firebase.
-
Create and configure Realtime Database in your Firebase console.
-
Copy and rename file
firebase_config.example.json
tofirebase_config
.json. Fill it with your web app's Firebase configuration data. -
To run
streamer.py
(server) install all required packages:pip install python-opencv pyrebase imutils
You also need webcam connected to computer of course.
-
To run client webpage just open
web_client/index.html
in your browser.