Camera class

Class representing the Camera.

Constructors

Camera(Frame frame)

Properties

autoProcessPhoto bool
getter/setter pair
frame Frame
final
hashCode int
The hash code for this object.
no setterinherited
isAwake bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processPhoto(Uint8List imageBuffer, AutoFocusType? autofocusType) Uint8List
Processes a photo to correct rotation and add metadata.
savePhoto(String filename, {int autofocusSeconds = 3, PhotoQuality quality = PhotoQuality.medium, AutoFocusType autofocusType = AutoFocusType.average}) Future<void>
Saves a photo to a file.
takePhoto({int? autofocusSeconds = 3, PhotoQuality quality = PhotoQuality.medium, AutoFocusType autofocusType = AutoFocusType.average}) Future<Uint8List>
Takes a photo with the camera.
toString() String
A string representation of this object.
inherited

Operators

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