Lines Matching full:capture
262 * Send single capture to camera device.
265 * @return true if capture sent successfully
267 public boolean capture(CaptureRequest request) {
270 mCurrentCaptureSession.capture(request, mResultListener, null);
273 TLog.e("Unable to capture for camera %s.", e, mCurrentCameraId);
495 * This method is called when the session starts actively processing capture requests.
497 * <p>If capture requests are submitted prior to {@link #onConfigured} being called,
501 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
502 * then this callback will be invoked again once new requests are submitted for capture.</p>
518 * However, any in-progress capture requests submitted to the session will be completed