- saveImageAsync(Image, File) - Method in class com.avalancheevantage.android.camera3.Camera3
-
A utility method to asynchronously save an image file.
- saveImageSync(Image, File) - Method in class com.avalancheevantage.android.camera3.Camera3
-
A utility method to synchronously save an image file.
- setAspectRatio(int, int) - Method in class com.avalancheevantage.android.camera3.AutoFitTextureView
-
Sets the aspect ratio for this view.
- setBackgroundDrawable(Drawable) - Method in class com.avalancheevantage.android.camera3.AutoFitTextureView
-
- setCaptureResultListener(CaptureResultListener) - Method in class com.avalancheevantage.android.camera3.Camera3
-
Registers a listener to be updated whenever Camera3 gets a result from the camera.
- setFill(boolean) - Method in class com.avalancheevantage.android.camera3.AutoFitTextureView
-
Set whether this TextureView should scale enough to fit the available space (potentially
with empty margins) or enough to fill it entirely (potentially with cropping)
- startCaptureSession(String, PreviewHandler, List<StillCaptureHandler>) - Method in class com.avalancheevantage.android.camera3.Camera3
-
- startCaptureSession(String, PreviewHandler, List<StillCaptureHandler>, List<VideoCaptureHandler>) - Method in class com.avalancheevantage.android.camera3.Camera3
-
- startCaptureSession(String, PreviewHandler, List<StillCaptureHandler>, List<VideoCaptureHandler>, Runnable) - Method in class com.avalancheevantage.android.camera3.Camera3
-
Starts a new session.
- startVideoCapture(VideoCaptureHandler, File, VideoCaptureStartedCallback) - Method in class com.avalancheevantage.android.camera3.Camera3
-
Asyncronously requests to start capturing video
- StillCaptureHandler - Class in com.avalancheevantage.android.camera3
-
This class represents the configuration for a still image capture session.
- StillCaptureHandler(int, Size, OnImageAvailableListener) - Constructor for class com.avalancheevantage.android.camera3.StillCaptureHandler
-
- stopVideoCapture(VideoCaptureHandler) - Method in class com.avalancheevantage.android.camera3.Camera3
-
Stops video recording.
- STYLE_FILL - Static variable in class com.avalancheevantage.android.camera3.AutoFitTextureView
-
- STYLE_FIT - Static variable in class com.avalancheevantage.android.camera3.AutoFitTextureView
-