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

T

take() - function in com.otaliastudios.cameraview.picture.PictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.Full2PictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.FullPictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.Snapshot1PictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.Full1PictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.SnapshotGlPictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.Snapshot2PictureRecorder
Takes a picture.
take() - function in com.otaliastudios.cameraview.picture.SnapshotPictureRecorder
Takes a picture.
TAKE_PICTURE - enum entry in com.otaliastudios.cameraview.gesture.GestureAction

When triggered, this action will fire a picture shoot.This action can be mapped to one shot gestures:- TAP - LONG_TAP

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

When triggered, this action will fire a picture snapshot.This action can be mapped to one shot gestures:- TAP - LONG_TAP

takePicture() - function in com.otaliastudios.cameraview.CameraView
Asks the camera to capture an image of the current scene.
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.CameraEngine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
takePicture(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
takePictureSnapshot() - function in com.otaliastudios.cameraview.CameraView
Asks the camera to capture a snapshot of the current preview.
takePictureSnapshot(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera2Engine
The snapshot size is the getPreviewStreamSize, but cropped based on theview/surface aspect ratio.
takePictureSnapshot(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
The snapshot size is the getPreviewStreamSize, but cropped based on theview/surface aspect ratio.
takePictureSnapshot(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.CameraEngine
 
takePictureSnapshot(PictureResult.Stub) - function in com.otaliastudios.cameraview.engine.Camera1Engine
The snapshot size is the getPreviewStreamSize, but cropped based on theview/surface aspect ratio.
takeVideo(File) - function in com.otaliastudios.cameraview.CameraView
Starts recording a video.
takeVideo(FileDescriptor) - function in com.otaliastudios.cameraview.CameraView
Starts recording a video.
takeVideo(File,int) - function in com.otaliastudios.cameraview.CameraView
Starts recording a video.
takeVideo(FileDescriptor,int) - function in com.otaliastudios.cameraview.CameraView
Starts recording a video.
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.CameraEngine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
takeVideo(VideoResult.Stub,File,FileDescriptor) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
takeVideoSnapshot(File) - function in com.otaliastudios.cameraview.CameraView
Starts recording a fast, low quality video snapshot.
takeVideoSnapshot(File,int) - function in com.otaliastudios.cameraview.CameraView
Starts recording a fast, low quality video snapshot.
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.CameraEngine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
takeVideoSnapshot(VideoResult.Stub,File) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
TAP - enum entry in com.otaliastudios.cameraview.gesture.Gesture

Single tap gesture, typically assigned to the focus control.This gesture can be mapped to one shot actions:- AUTO_FOCUS - TAKE_PICTURE - NONE

TapGestureFinder - class in com.otaliastudios.cameraview.gesture
A GestureFinder that detects TAP and LONG_TAP gestures.
TEMPERATURE - enum entry in com.otaliastudios.cameraview.filter.Filters
 
TemperatureFilter - class in com.otaliastudios.cameraview.filters
Adjusts color temperature.
TEXTURE - enum entry in com.otaliastudios.cameraview.controls.Preview

Preview engine based on android.view.TextureView.Stable, but does not support all features (like video snapshots,or picture snapshot while taking videos).

TextureCameraPreview - class in com.otaliastudios.cameraview.preview
A preview implementation based on TextureView.
TextureConfig - class in com.otaliastudios.cameraview.video.encoding
Video configuration to be passed as input to the constructor of a TextureMediaEncoder.
TextureMediaEncoder - class in com.otaliastudios.cameraview.video.encoding
Default implementation for video encoding.
TextureMediaEncoder.Frame - class in com.otaliastudios.cameraview.video.encoding.TextureMediaEncoder
Should be acquired with acquireFrame, filled and then passedto notify with FRAME_EVENT.
timeout(long,BaseAction) - function in com.otaliastudios.cameraview.engine.action.Actions
Creates a BaseAction that completes as normal, but is alsoforced to complete if the given timeout is reached, by calling abort.
TINT - enum entry in com.otaliastudios.cameraview.filter.Filters
 
TintFilter - class in com.otaliastudios.cameraview.filters
Tints the frames with specified color.
toBitmap(int,int,BitmapCallback) - function in com.otaliastudios.cameraview.PictureResult
Shorthand for decodeBitmap.Decodes this picture on a background thread and posts the result in the UI thread usingthe given callback.
toBitmap(BitmapCallback) - function in com.otaliastudios.cameraview.PictureResult
Shorthand for decodeBitmap.Decodes this picture on a background thread and posts the result in the UI thread usingthe given callback.
toFile(File,FileCallback) - function in com.otaliastudios.cameraview.PictureResult
Shorthand for writeToFile.This writes this picture to file on a background thread and posts the result in the UIthread using the given callback.
toFloat() - function in com.otaliastudios.cameraview.size.AspectRatio
 
together(Array) - function in com.otaliastudios.cameraview.engine.action.Actions
Creates a BaseAction that executes all the child actionstogether, at the same time, and completes once all of them arecompleted.
toggleFacing() - function in com.otaliastudios.cameraview.CameraView
Toggles the facing value between BACK and FRONT.
TORCH - enum entry in com.otaliastudios.cameraview.controls.Flash

Flash is always on, working as a torch.This is not guaranteed to be supported.

toString() - function in android.view.MarkerLayout
 
toString() - function in java.lang.DeviceEncoders.VideoException
 
toString() - function in java.lang.DeviceEncoders.AudioException
 
toString() - function in com.otaliastudios.cameraview.internal.Pool
 
toString() - function in android.view.GridLinesLayout
 
toString() - function in android.view.CameraView
 
toString() - function in java.lang.annotation.Annotation
 
toString() - function in java.lang.CameraException
 
toString() - function in com.otaliastudios.cameraview.size.AspectRatio
 
toString() - function in com.otaliastudios.cameraview.size.Size
 
toString() - function in java.lang.Full2VideoRecorder.PrepareException
 
toString() - function in android.view.OverlayLayout
 
toString() - function in com.otaliastudios.cameraview.overlay.OverlayLayout.LayoutParams
 
transform(MeteringTransform) - function in com.otaliastudios.cameraview.metering.MeteringRegions
 
transformMatrixToGlobal(Matrix) - function in android.view.MarkerLayout
 
transformMatrixToGlobal(Matrix) - function in android.view.GridLinesLayout
 
transformMatrixToGlobal(Matrix) - function in android.view.CameraView
 
transformMatrixToGlobal(Matrix) - function in android.view.OverlayLayout
 
transformMatrixToLocal(Matrix) - function in android.view.MarkerLayout
 
transformMatrixToLocal(Matrix) - function in android.view.GridLinesLayout
 
transformMatrixToLocal(Matrix) - function in android.view.CameraView
 
transformMatrixToLocal(Matrix) - function in android.view.OverlayLayout
 
transformMeteringPoint(PointF) - function in com.otaliastudios.cameraview.engine.metering.Camera2MeteringTransform
 
transformMeteringPoint(PointF) - function in com.otaliastudios.cameraview.engine.metering.Camera1MeteringTransform
 
transformMeteringPoint(PointF) - function in com.otaliastudios.cameraview.metering.MeteringTransform
 
transformMeteringRegion(RectF,int) - function in com.otaliastudios.cameraview.engine.metering.Camera2MeteringTransform
 
transformMeteringRegion(RectF,int) - function in com.otaliastudios.cameraview.metering.Camera2MeteringTransform
 
transformMeteringRegion(RectF,int) - function in com.otaliastudios.cameraview.engine.metering.Camera1MeteringTransform
 
transformMeteringRegion(RectF,int) - function in com.otaliastudios.cameraview.metering.Camera1MeteringTransform
 
transformMeteringRegion(RectF,int) - function in com.otaliastudios.cameraview.metering.MeteringTransform
 
trim(String,int) - function in com.otaliastudios.cameraview.engine.orchestrator.CameraOrchestrator
 
trim(String,int) - function in com.otaliastudios.cameraview.engine.orchestrator.CameraStateOrchestrator
 
tryConfigureAudio(String,int,int,int) - function in com.otaliastudios.cameraview.internal.DeviceEncoders
 
tryConfigureVideo(String,Size,int,int) - function in com.otaliastudios.cameraview.internal.DeviceEncoders
 
TwoParameterFilter - class in com.otaliastudios.cameraview.filter
A special Filter that accepts two floats parameters.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z