STWCameraDevice

class STWCameraDevice : STWCamera

This class represent the device camera (integrated camera) can be :

  • Front : CameraMetadata.LENS_FACING_FRONT

  • Back : CameraMetadata.LENS_FACING_BACK

Properties

Link copied to clipboard
var cameraCharacteristics: CameraCharacteristics? = null

all camera characteristics(lens facing, capabilities, vendor...) are in this object

Inherited properties

Link copied to clipboard
var cameraId: Int

The camera id for the integrated camera, can be front, back or external camera

Inherited functions

Link copied to clipboard
open override fun toString(): String