다음을 통해 공유


HUMAN_PRESENCE_DETECTION_TYPE 열거형(sensorsdef.h)

HUMAN_PRESENCE_DETECTION_TYPE 열거형 값은 사람의 현재 상태 감지 하드웨어 유형을 나타냅니다.

Syntax

typedef enum HUMAN_PRESENCE_DETECTION_TYPE {
  HumanPresenceDetectionType_Undefined,
  HumanPresenceDetectionType_VendorDefinedNonBiometric,
  HumanPresenceDetectionType_VendorDefinedBiometric,
  HumanPresenceDetectionType_FacialBiometric,
  HumanPresenceDetectionType_AudioBiometric,
  HumanPresenceDetectionType_Force_Dword
} ;

상수

 
HumanPresenceDetectionType_Undefined
정의되지 않은 사람의 현재 상태 감지 유형을 나타냅니다.
HumanPresenceDetectionType_VendorDefinedNonBiometric
생체 인식이 아닌 공급업체의 존재 감지 유형을 나타냅니다.
HumanPresenceDetectionType_VendorDefinedBiometric
공급업체에서 정의한 생체 인식 인간 존재 감지 유형을 나타냅니다.
HumanPresenceDetectionType_FacialBiometric
카메라와 같은 얼굴 사람의 현재 상태 감지 유형을 나타냅니다.
HumanPresenceDetectionType_AudioBiometric
마이크와 같은 오디오 사람의 현재 상태 감지 유형을 나타냅니다.
HumanPresenceDetectionType_Force_Dword
HUMAN_PRESENCE_DETECTION_TYPE 열거형을 32비트 데이터 형식(DWORD)으로 강제 적용하는 데 사용됩니다.

요구 사항

요구 사항
헤더 sensorsdef.h

추가 정보