CameraServer
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_feed ( CameraFeed feed ) |
feeds ( ) |
|
get_feed_count ( ) |
|
void |
remove_feed ( CameraFeed feed ) |
Signals
camera_feed_added ( int id )
There is currently no description for this signal. Please help us by contributing one!
camera_feed_removed ( int id )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum FeedImage:
FeedImage FEED_RGBA_IMAGE = 0
There is currently no description for this enum. Please help us by contributing one!
FeedImage FEED_YCBCR_IMAGE = 0
There is currently no description for this enum. Please help us by contributing one!
FeedImage FEED_Y_IMAGE = 0
There is currently no description for this enum. Please help us by contributing one!
FeedImage FEED_CBCR_IMAGE = 1
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
void add_feed ( CameraFeed feed )
There is currently no description for this method. Please help us by contributing one!
CameraFeed[] feeds ( )
There is currently no description for this method. Please help us by contributing one!
CameraFeed get_feed ( int index )
There is currently no description for this method. Please help us by contributing one!
int get_feed_count ( )
There is currently no description for this method. Please help us by contributing one!
void remove_feed ( CameraFeed feed )
There is currently no description for this method. Please help us by contributing one!