CameraSettings

Created by svennahler on 02.09.16.

open class CameraSettings constructor(parcel: <ERROR CLASS>?)

Constructors

CameraSettings
Link copied to clipboard
fun CameraSettings(parcel: <ERROR CLASS>?)

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
setBackgroundRGBColor
Link copied to clipboard

Sets the background color of the camera view.

open fun setBackgroundRGBColor(backgroundColor: FloatArray): CameraSettings
open fun setBackgroundRGBColor(backgroundColor: Int): CameraSettings
setGPSLocationProvider
Link copied to clipboard

Set a GPS Location provider to write, gps coordinates.

open fun setGPSLocationProvider(locationProviderClass: Class<Out <ERROR CLASS>>?): CameraSettings
setOutputToGallery
Link copied to clipboard

Creates a uri to save the export output in the corresponding gallery.

open fun setOutputToGallery(folder: String, name: String)
setOutputToTemp
Link copied to clipboard

Creates a temporary file to save the export output.

open fun setOutputToTemp()
setOutputToUri
Link copied to clipboard

Sets the output uri to a custom one which is used to save the export output.

open fun setOutputToUri(outputUri: <ERROR CLASS>?)
toString
Link copied to clipboard
open override fun toString(): String

Properties

backgroundColor
Link copied to clipboard

The background color of the camera view.

var backgroundColor: FloatArray
doOpenEditorAfterCapture
Link copied to clipboard

Should the editor opens after capturing a video or an image.

open var doOpenEditorAfterCapture: <ERROR CLASS>
isOpenEditorAfterCapture
Link copied to clipboard
var isOpenEditorAfterCapture: <ERROR CLASS>
locationProvider
Link copied to clipboard
val locationProvider: <ERROR CLASS>?
outputFolder
Link copied to clipboard

The folder name the captured file should be saved to.

var outputFolder: String?
outputName
Link copied to clipboard

The name the captured file should be saved as.

var outputName: String?
outputType
Link copied to clipboard

The type of the output uri. (Temporary file: TEMP, Custom file uri: USER_URI, File uri within gallery: GALLERY_URI)

var outputType: <ERROR CLASS>
outputUri
Link copied to clipboard

The uri you want to use to save the file to.

var outputUri: <ERROR CLASS>?