net.facelib.live.LiveCpuIDProvider 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
package net.facelib.live;
import net.facelib.akcore.AuthParameter;
import net.facelib.authkernel.AddressType;
/**
* 用于CPUID应用场景的授权参数接口基类
* @author guyadong
*
*/
public class LiveCpuIDProvider extends LiveAupsParameterProvider {
public LiveCpuIDProvider() {
get().put(AuthParameter.USE_PAD_AS_DEVICE_ID, true);
get().put(AuthParameter.PAD_TYPE, AddressType.CPUIDMD5);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy