문제

I really need my addon can access the notebook camera if it does exists.

도움이 되었습니까?

해결책

In order to access the webcam in Firefox (and more generally in supporting browsers), you should use navigator.getUserMedia

Prompts the user for permission to use a media device such as a camera or microphone. If the user provides permission, the successCallback is invoked on the calling application with a LocalMediaStream object as its argument.

Here is a tutorial on MDN about taking webcam photos.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top