net.facelib.live.LiveLicenseManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facelive Show documentation
Show all versions of facelive Show documentation
detect live face for video stream
The newest version!
package net.facelib.live;
import net.facelib.jni.FacelibLicenseManager;
import static net.facelib.live.FaceLiveBridge.FACE_LIVE_PRODUCT_ID;
import net.facelib.akcore.ProductInitStatus;
public class LiveLicenseManager extends FacelibLicenseManager {
public LiveLicenseManager() {
super(FACE_LIVE_PRODUCT_ID ,new LiveAupsParameterProvider());
}
@Override
public ProductInitStatus validateLicense() {
return FaceLiveAndroidFacelibImpl.getInstance().testInit(null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy