Core module responsible for processing webcam stream
python engine.py --port 8081 --cert-file secrets/server.crt --key-file secrets/server.key --video_device_index=4
- How to find the webcam index?
ffmpeg -f avfoundation -list_devices true -i ""
- How to generate SSL certificate? Follow the instructions given at https://devcenter.heroku.com/articles/ssl-certificate-self