CameraFeed

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

feed_is_active

false

Transform2D

feed_transform

Transform2D(1, 0, 0, -1, 0, 1)

Methods

FeedDataType

get_datatype ( ) const

int

get_id ( ) const

String

get_name ( ) const

FeedPosition

get_position ( ) const


Enumerations

enum FeedDataType:

FeedDataType FEED_NOIMAGE = 0

There is currently no description for this enum. Please help us by contributing one!

FeedDataType FEED_RGB = 1

There is currently no description for this enum. Please help us by contributing one!

FeedDataType FEED_YCBCR = 2

There is currently no description for this enum. Please help us by contributing one!

FeedDataType FEED_YCBCR_SEP = 3

There is currently no description for this enum. Please help us by contributing one!


enum FeedPosition:

FeedPosition FEED_UNSPECIFIED = 0

There is currently no description for this enum. Please help us by contributing one!

FeedPosition FEED_FRONT = 1

There is currently no description for this enum. Please help us by contributing one!

FeedPosition FEED_BACK = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

bool feed_is_active = false

  • void set_active ( bool value )

  • bool is_active ( )

There is currently no description for this property. Please help us by contributing one!


Transform2D feed_transform = Transform2D(1, 0, 0, -1, 0, 1)

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

FeedDataType get_datatype ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_id ( ) const

There is currently no description for this method. Please help us by contributing one!


String get_name ( ) const

There is currently no description for this method. Please help us by contributing one!


FeedPosition get_position ( ) const

There is currently no description for this method. Please help us by contributing one!