Lines Matching full:camera
8 next.title=Controlling the Camera
19 <li><a href="#TaskManifest">Request Camera Permission</a></li>
20 <li><a href="#TaskCaptureIntent">Record a Video with a Camera App</a>
26 <li><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></li>
42 <p>This lesson explains how to capture video using existing camera
47 camcorder. Happily, most Android-powered devices already have a camera application that
52 <h2 id="TaskManifest">Request Camera Permission</h2>
54 <p>To advertise that your application depends on having a camera, put a
59 <uses-feature android:name="android.hardware.camera" />
64 <p>If your application uses, but does not require a camera in order to function, add {@code
66 camera to download your application. It's then your responsibility to check for the availability
67 of the camera at runtime by calling {@link
69 If a camera is not available, you should then disable your camera features.</p>
72 <h2 id="TaskCaptureIntent">Record a Video with a Camera App</h2>
107 <p>The Android Camera application returns the video in the {@link android.content.Intent} delivered