FaceCaptureBindings class

Constructors

FaceCaptureBindings(DynamicLibrary dynamicLibrary)

Properties

dylib DynamicLibrary
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cameraDestroy(Pointer<Void> libraryPtr, Pointer<Void> cameraPtr) → void
cameraGetName(Pointer<Void> libraryPointer, Pointer<Void> cameraPointer) String
cameraSetOrientation(Pointer<Void> libraryPtr, Pointer<Void> cameraPtr, int orientation) → void
captureSessionEnableAutoCapture(Pointer<Void> libraryPtr, bool enable) → void
captureSessionGetCaptureRegion(Pointer<Void> libraryPtr) Rectangle<num>
captureStateDestroy(Pointer<Void> libraryPtr, Pointer<Void> captureStatePtr) → void
captureStateGetFeedback(Pointer<Void> libraryPtr, Pointer<Void> captureStatePtr) int
captureStateGetFrame(Pointer<Void> libraryPtr, Pointer<Void> captureStatePtr) Uint8List
captureStateGetStatus(Pointer<Void> libraryPtr, Pointer<Void> captureStatePtr) int
create() Pointer<Void>
createWorkflow(Pointer<Void> libraryPtr, String workflowName) Pointer<Void>
destroy(Pointer<Void> libraryPtr) → void
getCameraList(Pointer<Void> libraryPointer, int cameraPosition) List<Pointer<Void>>
getCapturedImage(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr) Uint8List
getCaptureSessionState(Pointer<Void> libraryPtr) Pointer<Void>
getEncryptedServerPackage(Pointer<Void> libraryPtr, int encryptionType, String encryptionKey, Pointer<Void> workflowPtr, int packageType) String
getServerPackage(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr, int packageType) String
getVersion() int
getVersionString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCaptureSession(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr, Pointer<Void> cameraPtr) → void
stopCaptureSession(Pointer<Void> libraryPtr) → void
toString() String
A string representation of this object.
inherited
workflowDestroy(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr) → void
workflowSetPropertyDouble(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr, int property, double value) → void
workflowSetPropertyString(Pointer<Void> libraryPtr, Pointer<Void> workflowPtr, int property, String value) → void

Operators

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