| | |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 需要触摸门锁数字按键,唤醒门锁后识别人脸并开锁 |
| | | /// </summary> |
| | | public const int FaceManualUnlockTip = 672; |
| | | /// <summary> |
| | | /// 注:识别人脸的距离,会受触发灵敏度影响,灵敏度越高,识别距离越远。 |
| | | /// </summary> |
| | | public const int FaceUnlockNote = 671; |
| | | /// <summary> |
| | | /// 进入检测范围后,门锁将自动识别人脸并开锁 |
| | | /// </summary> |
| | | public const int FaceUnlockTip = 670; |
| | | /// <summary> |
| | | /// 自动触发 |
| | | /// </summary> |
| | | public const int AutomaticTriggering = 669; |
| | |
| | | /// </summary> |
| | | public const int TriggerMode = 666; |
| | | /// <summary> |
| | | /// 人脸开始解析 |
| | | /// 665=开启后,设备可以进行人脸识别开锁 |
| | | /// </summary> |
| | | public const int FaceUnlockTip = 665; |
| | | public const int FaceUnlockOpenTip = 665; |
| | | /// <summary> |
| | | /// 人脸开锁 |
| | | /// </summary> |