aboutsummaryrefslogtreecommitdiff
path: root/files/es/webapi/cámara/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/webapi/cámara/index.html')
-rw-r--r--files/es/webapi/cámara/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/es/webapi/cámara/index.html b/files/es/webapi/cámara/index.html
new file mode 100644
index 0000000000..2cd89a2d8b
--- /dev/null
+++ b/files/es/webapi/cámara/index.html
@@ -0,0 +1,20 @@
+---
+title: API de la Cámara
+slug: WebAPI/Cámara
+translation_of: Archive/B2G_OS/API/Camera_API
+---
+<p>{{ ApiRef() }}</p>
+<p>{{ non-standard_header() }}</p>
+<p>{{ B2GOnlyHeader2('certified') }}</p>
+<p><span id="result_box" lang="es">The <strong>Camera API</strong> allows applications to manage the camera of the device. It allows them to take photographs, record videos, and get information like the focus, the zoom, the white balance, the flash, … It is a priviledged API and can only be used by certified applications.</span></p>
+<div class="note">
+ <p><strong>Note:</strong> Except if you are implementing a replacement for the default <em>Camera</em> application, you shouldn't use this API. Instead, if you want to use the camera in your device, you should use the <a href="/en-US/docs/WebAPI/Web_Activities" title="/en-US/docs/Web/API/Web_Activities">Web Activities API</a>.</p>
+</div>
+<h2 id="See_also">See also</h2>
+<ul>
+ <li>{{domxref("window.navigator.mozCameras", "navigator.mozCameras")}}</li>
+ <li>{{domxref("CameraManager")}}</li>
+ <li>{{domxref("CameraControl")}}</li>
+ <li>{{domxref("CameraCapabilities")}}</li>
+</ul>
+<p> </p>