Development Guide (Face Capture)
Face Capture
let config = OkaySelfieConfig(navigationController: nav)OkayCamSelfie.start(
okaySelfieConfig: config,
license: yourLicense,
{ filePath, error in
// handle
}
)Configuration
let config = OkaySelfieConfig(navigationController: nav)
config.topLabel.text = "top label text"
config.topLabel.color = .green
config.topLabel.size = 14
config.bottomFrameColor = .darkGray
config.captureBtnColor = .white
config.swichBtnConfig.show = true
config.swichBtnConfig.color = .magenta
config.confirmBtnConfig.backgroundColor = .blue
config.confirmBtnConfig.contentColor = .black
config.retakeBtnConfig.backgroundColor = .orange
config.retakeBtnConfig.contentColor = .black
config.width = 250
config.imageQuality = 1.0
config.defaultCameraFacing = .back
config.outputPath = myCustomFilePathProperty
Default
Type
OkayCamPlus Face Capture
Result
Description
FaceCapture Plus UI


Last updated