blob: 2cd89a2d8b060dd41dd6ff50180b7983d69d41fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|