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