waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 358 forks source link

add code to enable streaming over https using self signed certificate #731

Open donbright opened 1 year ago

donbright commented 1 year ago

this modifies the web streaming example so that if the user creates their own self signed certificate and pass --ssl to the program it will run the server over https instead of http

it will still run in plain http mode by default