Searched defs:capture (Results 1 - 2 of 2) sorted by last modified time

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DCameraControlPane.java262 * Send single capture to camera device.
265 * @return true if capture sent successfully
267 public boolean capture(CaptureRequest request) { method in class:CameraControlPane
270 mCurrentCaptureSession.capture(request, mResultListener, null);
273 TLog.e("Unable to capture for camera %s.", e, mCurrentCameraId);
483 * This method is called when the session starts actively processing capture requests.
485 * <p>If capture requests are submitted prior to {@link #onConfigured} being called,
489 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
490 * then this callback will be invoked again once new requests are submitted for capture.</p>
506 * However, any in-progress capture request
[all...]
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
H A DCameraOps.java259 mSession.capture(mPreviewRequestBuilder.build(), /*listener*/null, /*handler*/null);
263 Log.v(TAG, "updatePreview - submitted extra one-shot capture with triggers");
271 // TODO: add capture result listener
416 mSession.capture(captureBuilder.build(), l, mOpsHandler);
418 throw new ApiFailureException("Error in minimal JPEG capture", e);
547 // Update the manual control metadata for capture request
550 // Update the AF control metadata for capture request (if manual is not used)
607 void onCaptureAvailable(Image capture); argument

Completed in 281 milliseconds