Programming Requirements¶
Applications written against the Knomi Face SDK must be in portrait mode while facial capturing is occurring.
The Knomi Face SDK requires the CAMERA permission in order to operate. Applications written against the Knomi Face SDK must provide this permission.
Applications written using the Knomi Face SDK must include it in an Android layout resource file or pragmatically place it.
The Knomi Face SDK requires the WorkflowStateCallback, FeedbackCallback, DevicePositionCallback, and CanvasUpdateCallback be set in order to work correctly.
The Knomi Face SDK Implementation must be bound to the FaceLiveness Api during ‘onCreate’ or ‘onCreateView’ depending upon the UI being an activity or fragment based respectively.