A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z 

F

Facing - class in com.otaliastudios.cameraview.controls
Facing value indicates which camera sensor should be used for the current session.
FileCallback - class in com.otaliastudios.cameraview
Receives callbacks about a file saving operation.
FILL_LIGHT - enum entry in com.otaliastudios.cameraview.filter.Filters
 
fillInStackTrace() - function in java.lang.DeviceEncoders.VideoException
 
fillInStackTrace() - function in java.lang.DeviceEncoders.AudioException
 
fillInStackTrace() - function in java.lang.CameraException
 
fillInStackTrace() - function in java.lang.Full2VideoRecorder.PrepareException
 
FillLightFilter - class in com.otaliastudios.cameraview.filters
Applies back-light filling to the frames.
Filter - class in com.otaliastudios.cameraview.filter
A Filter is a real time filter that operates onto the camera preview, plus any snapshot media taken with takePictureSnapshot and takeVideoSnapshot.
FILTER_CONTROL_1 - enum entry in com.otaliastudios.cameraview.gesture.GestureAction

Controls the first parameter of a real-time Filter,if it accepts one. This action can be mapped to continuous gestures:- PINCH - SCROLL_HORIZONTAL - SCROLL_VERTICAL

FILTER_CONTROL_2 - enum entry in com.otaliastudios.cameraview.gesture.GestureAction

Controls the second parameter of a real-time Filter,if it accepts one. This action can be mapped to continuous gestures:- PINCH - SCROLL_HORIZONTAL - SCROLL_VERTICAL

FilterCameraPreview - class in com.otaliastudios.cameraview.preview
A preview that support GL filters defined through the Filter interface.
FilterParser - class in com.otaliastudios.cameraview.filter
Parses filters from XML attributes.
Filters - class in com.otaliastudios.cameraview.filter
Contains commonly used Filters.
findFocus() - function in android.view.MarkerLayout
 
findFocus() - function in android.view.GridLinesLayout
 
findFocus() - function in android.view.CameraView
 
findFocus() - function in android.view.OverlayLayout
 
findViewById(int) - function in android.view.MarkerLayout
 
findViewById(int) - function in android.view.GridLinesLayout
 
findViewById(int) - function in android.view.CameraView
 
findViewById(int) - function in android.view.OverlayLayout
 
findViewsWithText(ArrayList,CharSequence,int) - function in android.view.MarkerLayout
 
findViewsWithText(ArrayList,CharSequence,int) - function in android.view.GridLinesLayout
 
findViewsWithText(ArrayList,CharSequence,int) - function in android.view.CameraView
 
findViewsWithText(ArrayList,CharSequence,int) - function in android.view.OverlayLayout
 
findViewWithTag(Object) - function in android.view.MarkerLayout
 
findViewWithTag(Object) - function in android.view.GridLinesLayout
 
findViewWithTag(Object) - function in android.view.CameraView
 
findViewWithTag(Object) - function in android.view.OverlayLayout
 
Flash - class in com.otaliastudios.cameraview.controls
Flash value indicates the flash mode to be used.
flip() - function in com.otaliastudios.cameraview.size.AspectRatio
Returns a flipped aspect ratio, which means inverting its dimensions.
flip() - function in com.otaliastudios.cameraview.size.Size
Returns a flipped size, with height equal to this size's widthand width equal to this size's height.
flip(Reference,Reference) - function in com.otaliastudios.cameraview.engine.offset.Angles
Whether the two references systems are flipped.
FLUORESCENT - enum entry in com.otaliastudios.cameraview.controls.WhiteBalance

White balance appropriate for fluorescent light.This is not guaranteed to be supported.

focusableViewAvailable(View) - function in android.view.MarkerLayout
 
focusableViewAvailable(View) - function in android.view.CameraView
 
focusableViewAvailable(View) - function in android.view.OverlayLayout
 
FocusLock - class in com.otaliastudios.cameraview.engine.lock
 
FocusMeter - class in com.otaliastudios.cameraview.engine.meter
 
FocusReset - class in com.otaliastudios.cameraview.engine.meter
 
focusSearch(View,int) - function in android.view.MarkerLayout
 
focusSearch(int) - function in android.view.GridLinesLayout
 
focusSearch(View,int) - function in android.view.CameraView
 
focusSearch(View,int) - function in android.view.OverlayLayout
 
forceHasOverlappingRendering(boolean) - function in android.view.MarkerLayout
 
forceHasOverlappingRendering(boolean) - function in android.view.GridLinesLayout
 
forceHasOverlappingRendering(boolean) - function in android.view.CameraView
 
forceHasOverlappingRendering(boolean) - function in android.view.OverlayLayout
 
forceLayout() - function in android.view.MarkerLayout
 
forceLayout() - function in android.view.GridLinesLayout
 
forceLayout() - function in android.view.CameraView
 
forceLayout() - function in android.view.OverlayLayout
 
FpsRangeValidator - class in com.otaliastudios.cameraview.internal
 
Frame - class in com.otaliastudios.cameraview.frame
A preview frame to be processed by FrameProcessors.
FrameManager - class in com.otaliastudios.cameraview.frame
This class manages the allocation of Frame objects.
FrameProcessor - class in com.otaliastudios.cameraview.frame
A FrameProcessor will process Frames coming from the camera preview.
freeze() - function in com.otaliastudios.cameraview.frame.Frame
Clones the frame, returning a frozen content that will not be overwritten.This can be kept or safely passed to other threads.
fromArea(Size,RectF) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
fromArea(Size,RectF,int) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
fromArea(Size,RectF,int,boolean) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
fromPoint(Size,PointF) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
fromPoint(Size,PointF,int) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
FRONT - enum entry in com.otaliastudios.cameraview.controls.Facing

Front-facing camera sensor.

Full1PictureRecorder - class in com.otaliastudios.cameraview.picture
A PictureResult that uses standard APIs.
Full1VideoRecorder - class in com.otaliastudios.cameraview.video
A VideoRecorder that uses MediaRecorder APIs for the Camera1 engine.
Full2PictureRecorder - class in com.otaliastudios.cameraview.picture
A PictureResult that uses standard APIs.
Full2VideoRecorder - class in com.otaliastudios.cameraview.video
A VideoRecorder that uses MediaRecorder APIs for the Camera2 engine.
Full2VideoRecorder.PrepareException - class in com.otaliastudios.cameraview.video.Full2VideoRecorder
 
FullPictureRecorder - class in com.otaliastudios.cameraview.picture
Helps with logging.
FullVideoRecorder - class in com.otaliastudios.cameraview.video
A VideoRecorder that uses android.media.MediaRecorder APIs.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z