I have a web electron application and I want to implement camera in one of the pages.
The problem is that lately for security reasons webcam can only be accessed via 'https'. But in case of an Electron app where the application is served locally the scheme is different and therefore streaming fails. So my question is:
Is there any good solution to implement webcam inside electron?
If not, what solution other than webcam might work?