Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Static Methods
-
getFrames({required int frames, required int frameDelay, required Stream dataStream, required StreamController controller})
→ void
-
receive a data stream from the camera
parse the individual JPEG frames
add each stream to the controller stream
-
getLivePreview({int frames = 5, dynamic frameDelay = 34, required StreamController controller})
→ void
-
initiate connection to camera and get the stream
this is different for Z1/V and SC2
-
stopPreview()
→ void
-