picamera
picamera copied to clipboard
add code to enable streaming over https using self signed certificate
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