Lines Matching full:capture
53 * ACaptureRequest is an opaque type that contains settings and output targets needed to capture
56 * <p>ACaptureRequest contains the configuration for the capture hardware (sensor, lens, flash),
59 * capture.</p>
64 * {@link ACameraCaptureSession_setRepeatingRequest} to capture images from a camera.</p>
74 * high-resolution still capture would also include a {@link ANativeWindow} from a
116 * @param output the output {@link ACameraOutputTarget} to be added to capture request.
131 * @param output the output {@link ACameraOutputTarget} to be removed from capture request.
154 * <li>{@link ACAMERA_ERROR_METADATA_NOT_FOUND} if the capture request does not contain an
169 * ACaptureRequest_setEntry_*. To get new list of tags after updating capture request,
182 * Set/change a camera capture control entry with unsigned 8 bits data type.
184 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
189 * @param data the entries to be set/change in the capture request.
201 * Set/change a camera capture control entry with signed 32 bits data type.
203 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
208 * @param data the entries to be set/change in the capture request.
220 * Set/change a camera capture control entry with float data type.
222 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
227 * @param data the entries to be set/change in the capture request.
239 * Set/change a camera capture control entry with signed 64 bits data type.
241 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
246 * @param data the entries to be set/change in the capture request.
258 * Set/change a camera capture control entry with double data type.
260 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
265 * @param data the entries to be set/change in the capture request.
277 * Set/change a camera capture control entry with rational data type.
279 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
284 * @param data the entries to be set/change in the capture request.