STWFeedCamera

class STWFeedCamera(cameraId: Int = Video.CAMERA_ID_FEED) : STWCamera

This class represents a video streaming USB device attached to the android device.

See also

for more information

Constructors

Link copied to clipboard
fun STWFeedCamera(cameraId: Int = Video.CAMERA_ID_FEED)

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