Searched defs:CameraCaptureSession (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java32 * <p>A CameraCaptureSession is created by providing a set of target output surfaces to
48 * send the ready-to-use CameraCaptureSession to the provided listener's
49 * {@link CameraCaptureSession.StateCallback#onConfigured onConfigured} callback. If configuration
51 * {@link CameraCaptureSession.StateCallback#onConfigureFailed onConfigureFailed} is called, and the
68 public abstract class CameraCaptureSession implements AutoCloseable { class in inherits:AutoCloseable
238 * {@link CameraCaptureSession} with the eventual preview size (via
241 * {@link CameraCaptureSession} is created successfully with this deferred output and other
251 * CameraCaptureSession} is created. In that case, the application must first create the
253 * {@link OutputConfiguration#enableSurfaceSharing}, before creating the CameraCaptureSession.
254 * After the CameraCaptureSession i
[all...]

Completed in 307 milliseconds