Collection class

Class to contain all video devices

Inheritance

Constructors

Collection()

Properties

cameras CameraManager
Main parent isolate
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoServer → RoverSocket
The RoverSocket to send messages through
latefinal

Methods

dispose() Future<void>
Stops all cameras and disconnects from the hardware.
override
init() Future<bool>
Function to initialize cameras
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDisconnect() Future<void>
A callback to run when the program has disconnected from the Dashboard.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited