Yamaha Rx-v373 Firmware • Hot & Extended
If it works, great. If not, reset it. If still not, recycle it.
If it works, great. If not, reset it. If still not, recycle it.
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)
}