FaceTracker.fromHandle constructor
- Pointer<
id3FaceTracker> handle
Creates a new instance of the FaceTracker class.
param handle Handle to the FaceTracker. throws FaceException An error has occurred during Face Library execution.
Implementation
FaceTracker.fromHandle(Pointer<id3FaceTracker> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}