Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 444 Bytes

Camlio Core

Core module responsible for processing webcam stream

Start engine

python engine.py --port 8081 --cert-file secrets/server.crt --key-file secrets/server.key --video_device_index=4

FAQs

  1. How to find the webcam index?
ffmpeg -f avfoundation -list_devices true -i ""
  1. How to generate SSL certificate? Follow the instructions given at https://devcenter.heroku.com/articles/ssl-certificate-self