Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

accepts(Size) - Method in interface com.otaliastudios.cameraview.SizeSelectors.Filter
 
addCameraListener(CameraListener) - Method in class com.otaliastudios.cameraview.CameraView
Adds a CameraListener instance to be notified of all interesting events that happen during the camera lifecycle.
addFrameProcessor(FrameProcessor) - Method in class com.otaliastudios.cameraview.CameraView
Adds a FrameProcessor instance to be notified of new frames in the preview stream.
and(SizeSelector...) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Joins all the given selectors to create a new one that returns the intersection of all the inputs.
AspectRatio - Class in com.otaliastudios.cameraview
A simple class representing an aspect ratio.
aspectRatio(AspectRatio, float) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes which respect the given AspectRatio.
Audio - Enum in com.otaliastudios.cameraview
Audio values indicate whether to record audio stream when record video.

B

biggest() - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a SizeSelector that will order sizes from the biggest to the smallest.

C

CameraException - Exception in com.otaliastudios.cameraview
Holds an error with the camera configuration.
CameraListener - Class in com.otaliastudios.cameraview
 
CameraListener() - Constructor for class com.otaliastudios.cameraview.CameraListener
 
CameraLogger - Class in com.otaliastudios.cameraview
Utility class that can log traces and info.
CameraLogger.Logger - Interface in com.otaliastudios.cameraview
A Logger can listen to internal log events and log them to different providers.
CameraLogger.LogLevel - Annotation Type in com.otaliastudios.cameraview
Interface of integers representing log levels.
CameraOptions - Class in com.otaliastudios.cameraview
Options telling you what is available and what is not.
CameraUtils - Class in com.otaliastudios.cameraview
Static utilities for dealing with camera I/O, orientations, etc.
CameraUtils() - Constructor for class com.otaliastudios.cameraview.CameraUtils
 
CameraUtils.BitmapCallback - Interface in com.otaliastudios.cameraview
Receives callbacks about a bitmap decoding operation.
CameraView - Class in com.otaliastudios.cameraview
 
CameraView(Context) - Constructor for class com.otaliastudios.cameraview.CameraView
 
CameraView(Context, AttributeSet) - Constructor for class com.otaliastudios.cameraview.CameraView
 
capturePicture() - Method in class com.otaliastudios.cameraview.CameraView
Asks the camera to capture an image of the current scene.
captureSnapshot() - Method in class com.otaliastudios.cameraview.CameraView
Asks the camera to capture a snapshot of the current preview.
checkPermissions(SessionType, Audio) - Method in class com.otaliastudios.cameraview.CameraView
Checks that we have appropriate permissions for this session type.
clearCameraListeners() - Method in class com.otaliastudios.cameraview.CameraView
Clears the list of CameraListener that are registered to camera events.
clearFrameProcessors() - Method in class com.otaliastudios.cameraview.CameraView
Clears the list of FrameProcessor that have been registered to preview frames.
clearGesture(Gesture) - Method in class com.otaliastudios.cameraview.CameraView
Clears any action mapped to the given gesture.
com.otaliastudios.cameraview - package com.otaliastudios.cameraview
 
compareTo(AspectRatio) - Method in class com.otaliastudios.cameraview.AspectRatio
 
compareTo(Size) - Method in class com.otaliastudios.cameraview.Size
 
Control - Interface in com.otaliastudios.cameraview
Base interface for controls like Audio, Facing, Flash and so on.

D

decodeBitmap(byte[]) - Static method in class com.otaliastudios.cameraview.CameraUtils
Decodes an input byte array and outputs a Bitmap that is ready to be displayed.
decodeBitmap(byte[], CameraUtils.BitmapCallback) - Static method in class com.otaliastudios.cameraview.CameraUtils
Decodes an input byte array and outputs a Bitmap that is ready to be displayed.
decodeBitmap(byte[], int, int, CameraUtils.BitmapCallback) - Static method in class com.otaliastudios.cameraview.CameraUtils
Decodes an input byte array and outputs a Bitmap that is ready to be displayed.
decodeBitmap(byte[], int, int, BitmapFactory.Options, CameraUtils.BitmapCallback) - Static method in class com.otaliastudios.cameraview.CameraUtils
Decodes an input byte array and outputs a Bitmap that is ready to be displayed.
decodeBitmap(byte[], int, int, BitmapFactory.Options) - Static method in class com.otaliastudios.cameraview.CameraUtils
Decodes an input byte array and outputs a Bitmap that is ready to be displayed.
destroy() - Method in class com.otaliastudios.cameraview.CameraView
Destroys this instance, releasing immediately the camera resource.

E

equals(Object) - Method in class com.otaliastudios.cameraview.AspectRatio
 
equals(Object) - Method in class com.otaliastudios.cameraview.Frame
 
equals(Object) - Method in class com.otaliastudios.cameraview.Size
 
ExtraProperties - Class in com.otaliastudios.cameraview
Simple pojo containing various camera properties.

F

Facing - Enum in com.otaliastudios.cameraview
Facing value indicates which camera sensor should be used for the current session.
Flash - Enum in com.otaliastudios.cameraview
Flash value indicates the flash mode to be used.
Frame - Class in com.otaliastudios.cameraview
A preview frame to be processed by FrameProcessors.
FrameProcessor - Interface in com.otaliastudios.cameraview
A FrameProcessor will process Frames coming from the camera preview.
freeze() - Method in class com.otaliastudios.cameraview.Frame
Clones the frame, returning a frozen content that will not be overwritten.

G

Gesture - Enum in com.otaliastudios.cameraview
Gestures listen to finger gestures over the CameraView bounds and can be mapped to one or more camera controls using XML attributes or CameraView.mapGesture(Gesture, GestureAction).
GestureAction - Enum in com.otaliastudios.cameraview
Gestures actions are actions over camera controls that can be mapped to certain gestures over the screen, using XML attributes or CameraView.mapGesture(Gesture, GestureAction).
getAudio() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current audio value.
getCameraOptions() - Method in class com.otaliastudios.cameraview.CameraView
Returns a CameraOptions instance holding supported options for this camera session.
getCaptureSize() - Method in class com.otaliastudios.cameraview.CameraView
Deprecated.
getCropOutput() - Method in class com.otaliastudios.cameraview.CameraView
Returns whether we should crop the picture output to match CameraView aspect ratio.
getData() - Method in class com.otaliastudios.cameraview.Frame
Returns the frame data.
getExposureCorrection() - Method in class com.otaliastudios.cameraview.CameraView
Returns the current exposure correction value, typically 0 at start-up.
getExposureCorrectionMaxValue() - Method in class com.otaliastudios.cameraview.CameraOptions
The maximum value of positive exposure correction, in EV stops.
getExposureCorrectionMinValue() - Method in class com.otaliastudios.cameraview.CameraOptions
The minimum value of negative exposure correction, in EV stops.
getExtraProperties() - Method in class com.otaliastudios.cameraview.CameraView
If present, returns a collection of extra properties from the current camera session.
getFacing() - Method in class com.otaliastudios.cameraview.CameraView
Gets the facing camera currently being used.
getFlash() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current flash mode.
getFormat() - Method in class com.otaliastudios.cameraview.Frame
Returns the data format, in one of the ImageFormat constants.
getGestureAction(Gesture) - Method in class com.otaliastudios.cameraview.CameraView
Returns the action currently mapped to the given gesture.
getGrid() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current grid mode.
getHdr() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current hdr value.
getHeight() - Method in class com.otaliastudios.cameraview.Size
 
getHorizontalViewingAngle() - Method in class com.otaliastudios.cameraview.ExtraProperties
 
getJpegQuality() - Method in class com.otaliastudios.cameraview.CameraView
Gets the JPEG compression quality for image outputs.
getLocation() - Method in class com.otaliastudios.cameraview.CameraView
Retrieves the location previously applied with setLocation().
getPictureSize() - Method in class com.otaliastudios.cameraview.CameraView
Returns the size used for the capture, or null if it hasn't been computed yet (for example if the surface is not ready).
getPlaySounds() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current sound effect behavior.
getPreviewSize() - Method in class com.otaliastudios.cameraview.CameraView
Returns the size used for the preview, or null if it hasn't been computed (for example if the surface is not ready).
getReason() - Method in exception com.otaliastudios.cameraview.CameraException
 
getRotation() - Method in class com.otaliastudios.cameraview.Frame
Returns the clock-wise rotation that should be applied on the data array, such that the resulting frame matches what the user is seeing on screen.
getSessionType() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current session type.
getSize() - Method in class com.otaliastudios.cameraview.Frame
Returns the frame size.
getSnapshotSize() - Method in class com.otaliastudios.cameraview.CameraView
Returns the size used for capturing snapshots.
getSupportedControls(Class<T>) - Method in class com.otaliastudios.cameraview.CameraOptions
 
getSupportedFacing() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported facing values.
getSupportedFlash() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported flash values.
getSupportedHdr() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported hdr values.
getSupportedPictureAspectRatios() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported picture aspect ratios for the currently opened camera.
getSupportedPictureSizes() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported picture sizes for the currently opened camera.
getSupportedWhiteBalance() - Method in class com.otaliastudios.cameraview.CameraOptions
Set of supported white balance values.
getTime() - Method in class com.otaliastudios.cameraview.Frame
Returns the milliseconds epoch for this frame, in the System.currentTimeMillis() reference.
getVerticalViewingAngle() - Method in class com.otaliastudios.cameraview.ExtraProperties
 
getVideoCodec() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current encoder for video recordings.
getVideoMaxDuration() - Method in class com.otaliastudios.cameraview.CameraView
Returns the maximum duration in milliseconds for video recordings, or 0 if no limit was set.
getVideoMaxSize() - Method in class com.otaliastudios.cameraview.CameraView
Returns the maximum size in bytes for recorded video files, or 0 if no size was set.
getVideoQuality() - Method in class com.otaliastudios.cameraview.CameraView
Gets the current video quality.
getWhiteBalance() - Method in class com.otaliastudios.cameraview.CameraView
Returns the current white balance behavior.
getWidth() - Method in class com.otaliastudios.cameraview.Size
 
getX() - Method in class com.otaliastudios.cameraview.AspectRatio
 
getY() - Method in class com.otaliastudios.cameraview.AspectRatio
 
getZoom() - Method in class com.otaliastudios.cameraview.CameraView
Returns the current zoom value, something between 0 and 1.
Grid - Enum in com.otaliastudios.cameraview
Grid values can be used to draw grid lines over the camera preview.

H

hasCameraFacing(Context, Facing) - Static method in class com.otaliastudios.cameraview.CameraUtils
Determines whether the device has a valid camera sensor with the given Facing value, so that a session can be started.
hasCameras(Context) - Static method in class com.otaliastudios.cameraview.CameraUtils
Determines whether the device has valid camera sensors, so the library can be used.
hashCode() - Method in class com.otaliastudios.cameraview.AspectRatio
 
hashCode() - Method in class com.otaliastudios.cameraview.Size
 
Hdr - Enum in com.otaliastudios.cameraview
Hdr values indicate whether to use high dynamic range techniques when capturing pictures.

I

instantiateCameraController(CameraView.CameraCallbacks) - Method in class com.otaliastudios.cameraview.CameraView
 
instantiatePreview(Context, ViewGroup) - Method in class com.otaliastudios.cameraview.CameraView
 
inverse() - Method in class com.otaliastudios.cameraview.AspectRatio
 
isAutoFocusSupported() - Method in class com.otaliastudios.cameraview.CameraOptions
Whether auto focus is supported.
isCapturingVideo() - Method in class com.otaliastudios.cameraview.CameraView
Returns true if the camera is currently recording a video
isExposureCorrectionSupported() - Method in class com.otaliastudios.cameraview.CameraOptions
Whether exposure correction is supported.
isStarted() - Method in class com.otaliastudios.cameraview.CameraView
Returns whether the camera has started showing its preview.
isVideoSnapshotSupported() - Method in class com.otaliastudios.cameraview.CameraOptions
Whether video snapshots are supported.
isZoomSupported() - Method in class com.otaliastudios.cameraview.CameraOptions
Whether zoom is supported.

L

LEVEL_ERROR - Static variable in class com.otaliastudios.cameraview.CameraLogger
 
LEVEL_INFO - Static variable in class com.otaliastudios.cameraview.CameraLogger
 
LEVEL_VERBOSE - Static variable in class com.otaliastudios.cameraview.CameraLogger
 
LEVEL_WARNING - Static variable in class com.otaliastudios.cameraview.CameraLogger
 
log(int, String, String, Throwable) - Method in interface com.otaliastudios.cameraview.CameraLogger.Logger
Notifies that an internal log event was just triggered.

M

mapGesture(Gesture, GestureAction) - Method in class com.otaliastudios.cameraview.CameraView
Maps a Gesture to a certain gesture action.
matches(Size) - Method in class com.otaliastudios.cameraview.AspectRatio
 
maxArea(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose area is at most equal to the given area in pixels.
maxHeight(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose height is at most equal to the given height.
maxWidth(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose width is at most equal to the given width.
minArea(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose area is at least equal to the given area in pixels.
minHeight(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose height is at least equal to the given height.
minWidth(int) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector that keeps only sizes whose width is at least equal to the given width.

O

of(int, int) - Static method in class com.otaliastudios.cameraview.AspectRatio
Creates an aspect ratio with the given values.
onAttachedToWindow() - Method in class com.otaliastudios.cameraview.CameraView
 
onBitmapReady(Bitmap) - Method in interface com.otaliastudios.cameraview.CameraUtils.BitmapCallback
Notifies that the bitmap was succesfully decoded.
onCameraClosed() - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that the camera session was closed.
onCameraError(CameraException) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies about an error during the camera setup or configuration.
onCameraOpened(CameraOptions) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that the camera was opened.
onDetachedFromWindow() - Method in class com.otaliastudios.cameraview.CameraView
 
onExposureCorrectionChanged(float, float[], PointF[]) - Method in class com.otaliastudios.cameraview.CameraListener
Noitifies that a finger gesture just caused the camera exposure correction to be changed.
onFocusEnd(boolean, PointF) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that a gesture focus event just ended, and the camera converged to a new focus (and possibly exposure and white balance).
onFocusStart(PointF) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that user interacted with the screen and started focus with a gesture, and the autofocus is trying to focus around that area.
onInterceptTouchEvent(MotionEvent) - Method in class com.otaliastudios.cameraview.CameraView
 
onMeasure(int, int) - Method in class com.otaliastudios.cameraview.CameraView
Measuring is basically controlled by layout params width and height.
onOrientationChanged(int) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that the device was tilted or the window offset changed.
onPictureTaken(byte[]) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that a picture previously captured with CameraView.capturePicture() or CameraView.captureSnapshot() is ready to be shown or saved.
onTouchEvent(MotionEvent) - Method in class com.otaliastudios.cameraview.CameraView
 
onVideoTaken(File) - Method in class com.otaliastudios.cameraview.CameraListener
Notifies that a video capture has just ended.
onZoomChanged(float, float[], PointF[]) - Method in class com.otaliastudios.cameraview.CameraListener
Noitifies that a finger gesture just caused the camera zoom to be changed.
or(SizeSelector...) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Creates a new SizeSelector that 'or's the given filters.

P

parse(String) - Static method in class com.otaliastudios.cameraview.AspectRatio
Parses an aspect ratio string, for example those previously obtained with AspectRatio.toString().
PERMISSION_REQUEST_CODE - Static variable in class com.otaliastudios.cameraview.CameraView
 
process(Frame) - Method in interface com.otaliastudios.cameraview.FrameProcessor
Processes the given frame.

R

REASON_DISCONNECTED - Static variable in exception com.otaliastudios.cameraview.CameraException
Camera was forced to disconnect.
REASON_FAILED_TO_CONNECT - Static variable in exception com.otaliastudios.cameraview.CameraException
We failed to connect to the camera service.
REASON_FAILED_TO_START_PREVIEW - Static variable in exception com.otaliastudios.cameraview.CameraException
Failed to start the camera preview.
REASON_UNKNOWN - Static variable in exception com.otaliastudios.cameraview.CameraException
Unknown error.
registerLogger(CameraLogger.Logger) - Static method in class com.otaliastudios.cameraview.CameraLogger
Registers an external CameraLogger.Logger for log events.
release() - Method in class com.otaliastudios.cameraview.Frame
Disposes the contents of this frame.
removeCameraListener(CameraListener) - Method in class com.otaliastudios.cameraview.CameraView
Remove a CameraListener that was previously registered.
removeFrameProcessor(FrameProcessor) - Method in class com.otaliastudios.cameraview.CameraView
Remove a FrameProcessor that was previously registered.

S

select(List<Size>) - Method in interface com.otaliastudios.cameraview.SizeSelector
Returns a list of acceptable sizes from the given input.
SessionType - Enum in com.otaliastudios.cameraview
Type of the session to be opened or to move to.
set(Control) - Method in class com.otaliastudios.cameraview.CameraView
Shorthand for the appropriate set* method.
setAudio(Audio) - Method in class com.otaliastudios.cameraview.CameraView
Controls the audio mode.
setCameraListener(CameraListener) - Method in class com.otaliastudios.cameraview.CameraView
setCropOutput(boolean) - Method in class com.otaliastudios.cameraview.CameraView
Whether we should crop the picture output to match CameraView aspect ratio.
setExposureCorrection(float) - Method in class com.otaliastudios.cameraview.CameraView
Sets exposure adjustment, in EV stops.
setFacing(Facing) - Method in class com.otaliastudios.cameraview.CameraView
Sets which camera sensor should be used.
setFlash(Flash) - Method in class com.otaliastudios.cameraview.CameraView
Sets the flash mode.
setGrid(Grid) - Method in class com.otaliastudios.cameraview.CameraView
Controls the grids to be drawn over the current layout.
setHdr(Hdr) - Method in class com.otaliastudios.cameraview.CameraView
Controls the grids to be drawn over the current layout.
setJpegQuality(int) - Method in class com.otaliastudios.cameraview.CameraView
Sets the JPEG compression quality for image outputs.
setLifecycleOwner(LifecycleOwner) - Method in class com.otaliastudios.cameraview.CameraView
Sets the lifecycle owner for this view.
setLocation(double, double) - Method in class com.otaliastudios.cameraview.CameraView
Set location coordinates to be found later in the jpeg EXIF header
setLocation(Location) - Method in class com.otaliastudios.cameraview.CameraView
Set location values to be found later in the jpeg EXIF header
setLogLevel(int) - Static method in class com.otaliastudios.cameraview.CameraLogger
Sets the log sLevel for logcat events.
setPictureSize(SizeSelector) - Method in class com.otaliastudios.cameraview.CameraView
Sets picture capture size.
setPlaySounds(boolean) - Method in class com.otaliastudios.cameraview.CameraView
Controls whether CameraView should play sound effects on certain events (picture taken, focus complete).
setSessionType(SessionType) - Method in class com.otaliastudios.cameraview.CameraView
Set the current session type to either picture or video.
setVideoCodec(VideoCodec) - Method in class com.otaliastudios.cameraview.CameraView
Sets the encoder for video recordings.
setVideoMaxDuration(int) - Method in class com.otaliastudios.cameraview.CameraView
Sets the maximum duration in milliseconds for video recordings.
setVideoMaxSize(long) - Method in class com.otaliastudios.cameraview.CameraView
Sets the maximum size in bytes for recorded video files.
setVideoQuality(VideoQuality) - Method in class com.otaliastudios.cameraview.CameraView
Sets video recording quality.
setWhiteBalance(WhiteBalance) - Method in class com.otaliastudios.cameraview.CameraView
Sets desired white balance to current camera session.
setZoom(float) - Method in class com.otaliastudios.cameraview.CameraView
Sets a zoom value.
Size - Class in com.otaliastudios.cameraview
A simple class representing a size, with width and height values.
SizeSelector - Interface in com.otaliastudios.cameraview
A size selector receives a list of Sizes and returns another list with sizes that are considered acceptable.
SizeSelectors - Class in com.otaliastudios.cameraview
Static utilities to create, join and merge SizeSelectors instances.
SizeSelectors() - Constructor for class com.otaliastudios.cameraview.SizeSelectors
 
SizeSelectors.Filter - Interface in com.otaliastudios.cameraview
A size constraint to easily filter out sizes in a list.
smallest() - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a SizeSelector that will order sizes from the smallest to the biggest.
start() - Method in class com.otaliastudios.cameraview.CameraView
Starts the camera preview, if not started already.
startAutoFocus(float, float) - Method in class com.otaliastudios.cameraview.CameraView
Starts an autofocus process at the given coordinates, with respect to the view width and height.
startCapturingVideo() - Method in class com.otaliastudios.cameraview.CameraView
startCapturingVideo(File) - Method in class com.otaliastudios.cameraview.CameraView
Starts recording a video.
startCapturingVideo(File, long) - Method in class com.otaliastudios.cameraview.CameraView
Deprecated.
stop() - Method in class com.otaliastudios.cameraview.CameraView
Stops the current preview, if any was started.
stopCapturingVideo() - Method in class com.otaliastudios.cameraview.CameraView
Stops capturing video, if there was a video record going on.
supports(Control) - Method in class com.otaliastudios.cameraview.CameraOptions
Shorthand for getSupported*().contains(value).
supports(GestureAction) - Method in class com.otaliastudios.cameraview.CameraOptions
Shorthand for other methods in this class, e.g.

T

toFloat() - Method in class com.otaliastudios.cameraview.AspectRatio
 
toggleFacing() - Method in class com.otaliastudios.cameraview.CameraView
Toggles the facing value between Facing.BACK and Facing.FRONT.
toggleFlash() - Method in class com.otaliastudios.cameraview.CameraView
Deprecated.
Don't use this. Flash values might not be supported, and the return value is unreliable.
toString() - Method in class com.otaliastudios.cameraview.AspectRatio
 
toString() - Method in class com.otaliastudios.cameraview.Size
 

U

unregisterLogger(CameraLogger.Logger) - Static method in class com.otaliastudios.cameraview.CameraLogger
Unregisters a previously registered CameraLogger.Logger for log events.

V

valueOf(String) - Static method in enum com.otaliastudios.cameraview.Audio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.Facing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.Flash
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.Gesture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.GestureAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.Grid
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.Hdr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.SessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.VideoCodec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.VideoQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.otaliastudios.cameraview.WhiteBalance
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.otaliastudios.cameraview.Audio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.Facing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.Flash
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.Gesture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.GestureAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.Grid
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.Hdr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.VideoCodec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.VideoQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.otaliastudios.cameraview.WhiteBalance
Returns an array containing the constants of this enum type, in the order they are declared.
VideoCodec - Enum in com.otaliastudios.cameraview
Constants for selecting the encoder of video recordings.
VideoQuality - Enum in com.otaliastudios.cameraview
Constants for selecting the quality of video recordings.

W

WhiteBalance - Enum in com.otaliastudios.cameraview
White balance values control the white balance settings.
withFilter(SizeSelectors.Filter) - Static method in class com.otaliastudios.cameraview.SizeSelectors
Returns a new SizeSelector with the given SizeSelectors.Filter.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links