Raspicam class

Constructors

Raspicam(RaspicamOptions options)

Properties

childProcess Process
getter/setter pair
executable String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
getter/setter pair
isStarted bool
getter/setter pair
options RaspicamOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
takingPhoto bool
getter/setter pair

Methods

attachListeners() → void
checkFinishedCapture(String data) bool
checkReady(String data) bool
checkStartingCapture(String data) bool
destroyPreviousPiCameraProcesses() Future<ProcessResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openingFile(String data) bool
parseOpeningFile(String data) String
start() Future
stop() → void
takePhoto() Future
toString() String
A string representation of this object.
inherited

Operators

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