Checking Liveness and Face Biometry
OzCapsula (SDK v8.22 and newer)
func handleContainer(_ container: DataContainer) {
YourBackend.uploadOzContainer(
container,
contentType: "application/octet-stream"
) { result in
DispatchQueue.main.async {
self.handleAnalysisResult(result)
}
}
}SDK 8.21 and older
Adding metadata
Extracting the best shot
Using media from another SDK
Adding media to a certain folder
Last updated
Was this helpful?
