STWCamera

abstract class STWCamera

This class is an abstract class that should represent the Camera object.

It can be :

  • An in-device camera : integrated camera(back, front)

  • External camera : Usb camera

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var cameraId: Int

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

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard