Get face recognition settings
Get face recognition settings. This feature is available on devices with face recognition.
Different settings for AA/BI panels are available:
- For AA panels it's possible to enable/disable face recognition autostart when motion is detected.
- For BI panels face recognition turns off only during a call and turns on after 10 seconds of inactivity.
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- A A panels
- B I panels
Schema
- MOD1
- MOD2
- enable boolean
Default value:
false
Enable/Disable feature
- similarity string
Possible values: [
low
,normal
,high
]Default value:
low
Similarity level
- mode string
Possible values: [
software
,3D
]Default value:
3D
Face recognition mode
- software - use only software to recognize face
- 3D - also use hardware to recognize face
- autostart boolean
Default value:
false
Starts face recognition when motion detected if enabled and available
- enable boolean
Default value:
false
Enable/Disable feature
- similarity string
Possible values: [
low
,normal
,high
]Default value:
low
Similarity level
- mode string
Possible values: [
software
,3D
]Default value:
3D
Face recognition mode
- software - use only software to recognize face
- 3D - also use hardware to recognize face
{
"enable": false,
"similarity": "low",
"mode": "3D",
"autostart": false
}
{
"similarity": "low",
"enable": true,
"autostart": true,
"mode": "3D",
"available_modes": [
"software",
"3D",
"antispoofing"
]
}
{
"similarity": "low",
"enable": true,
"mode": "3D",
"available_modes": [
"software",
"3D",
"antispoofing"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
This feature is disabled on your device