Fg-selective-arabic.bin 2021 May 2026
If you tell me where you found the file (OS and folder) I can give exact next steps.
If you tell me where you found the file (OS and folder) I can give exact next steps.
import com.bio.facesdk.FaceSDK
val license_str = application.assets.open("license").bufferedReader().use{
it.readText()
}
var ret = FaceSDK.setActivation(license_str)
if (ret == FaceSDK.SDK_SUCCESS) {
ret = FaceSDK.init(assets)
}