非標準
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.
This API is available on Firefox OS for privileged or certified applications only.
概要
ユーザの端末で利用可能なカメラへのアクセスに用いる CameraManager
オブジェクトを返します。
構文
var cameraManager = window.navigator.mozCameras;
値
navigator.mozCameras
は、端末で利用可能なカメラへのアクセスに用いる CameraManager
オブジェクトです。
仕様
標準仕様には含まれていません。WebRTC がモバイル端末で広くサポートされるようになった時、これと置き換えられる予定です。
許可設定
Firefox OS 1.4 まで、Camera API は Certified API だったためサードパーティアプリからはアクセスできませんでした。Firefox OS 2.0 からは許可レベルが Privileged に下げられたため、開発者が独自のアプリで利用できるようになりました。
"permissions": { "camera": { "description": "Required for accessing cameras on the device." } }