I want to create a face recognition app with Flask that will be accessible over the local network so other devices can access, the frames from the video stream will be sent to Flask server via socket io connection but the problem is camera access is given to HTTPS connection.
I tried tweaking the browser to allow HTTP connection for camera on chrome and firefox but no use. I also tried to make SSL certificate and attach to the application but the browser shows invalid certificate.
Does anyone know other ways to make it work