Package-level declarations

Types

Link copied to clipboard
class CameraException(message: String) : Exception

Class that encapsulates camera errors

Link copied to clipboard
class CameraInfoProvider(@IntRange(from = 0, to = 359) val rotationDegrees: Int, facingDirection: Int?) : ISourceInfoProvider
Link copied to clipboard
class CameraSettings(cameraManager: CameraManager, cameraController: CameraController)

Use to change camera settings. This object is returned by ICameraSource.settings.

Link copied to clipboard

A factory to create a CameraSource.

Link copied to clipboard