I am building a camera recording application for a museum. The user sits in front of a camera and pushes a button to record a video. Is it possible to prevent the security warning for using the camera? I am building it in javascript, as a browser application. Thx for advice. Raymond
Asked
Active
Viewed 56 times
0
-
Ya, simply get a server(XAMP,WAMP,etc) running on your local and visit your page via server. – Feb 26 '18 at 23:35
-
oh, that was fast!! thanks. I tried it, it worked. Now next question then...Is there a way to start all this (wamp + browser-app) automatically at startup? – raymond van ophoven Feb 26 '18 at 23:40
-
For Wamp, https://stackoverflow.com/a/13761553/2575725 – Feb 26 '18 at 23:43
1 Answers
1
will the application be running on a single machine in the museum? If this is the case you will be able to allow the camera to record without the warning by editing the permissions of the browser on that machine, like chrome for instance: https://support.google.com/chrome/answer/2693767

msorce
- 31
- 3