WebAction TakePicture not supported in docker deployment

0
I have deployed my application on docker and am trying to take a photo using the nanoflow action "TakePicture" but I get the error "Media Devices are not supported" and not much else to give me any clue on what that means. Any clue on why it won't let me take a photo?
asked
1 answers
1

If you are using Chrome, then it only allows access to the camera over HTTPS or from localhost. If you are using Docker, I suspect you are not accessing the application via a localhost URL or over HTTPS, so Chrome is not allowing access to the camera.

 

https://developer.chrome.com/blog/chrome-47-webrtc/?hl=en#public_service_announcements

answered