Download OpenAPI specification:Download
id required | string <uuid> Id of the camera. |
Returns the found frame.
The frame with given Id was not found.
{- "spoofDetectorResourceIds": [
- "string"
], - "id": "string",
- "name": "string",
- "source": "string",
- "enabled": true,
- "faceDetectorConfig": {
- "minFaceSize": 35,
- "maxFaceSize": 600,
- "maxFaces": 20,
- "confidenceThreshold": 450
}, - "pedestrianDetectorConfig": {
- "minPedestrianSize": 0,
- "maxPedestrianSize": 0,
- "maxPedestrians": 0,
- "confidenceThreshold": 0
}, - "faceDetectorResourceId": "string",
- "templateGeneratorResourceId": "string",
- "pedestrianDetectorResourceId": "string",
- "redetectionTime": 0,
- "templateGenerationTime": 0,
- "trackMotionOptimization": "string",
- "trackSpeedAccuracyMode": "string",
- "faceSaveStrategy": "All",
- "maskImagePath": "string",
- "saveFrameImageData": true,
- "imageQuality": 0,
- "mpeG1PreviewEnabled": true,
- "mpeG1PreviewPort": 0,
- "mpeG1VideoBitrate": 0,
- "previewMaxDimension": 0,
- "serviceName": "string",
- "spoofDetectorConfig": {
- "externalScoreThreshold": 0,
- "distantLivenessScoreThreshold": 0,
- "nearbyLivenessScoreThreshold": 0,
- "distantLivenessConditions": "string",
- "nearbyLivenessConditions": "string"
}, - "previewAttributesConfig": {
- "textFontSize": 0,
- "order": true,
- "size": true,
- "quality": true,
- "yawAngle": true,
- "pitchAngle": true,
- "rollAngle": true,
- "watchlistMemberId": true,
- "watchlistMemberName": true,
- "watchlistName": true,
- "matchingScore": true,
- "age": true,
- "gender": true,
- "templateQuality": true,
- "faceMaskStatus": true,
- "faceMaskConfidence": true,
- "sharpness": true,
- "brightness": true,
- "tintedGlasses": true,
- "heavyFrame": true,
- "glassStatus": true
}
}
id required | string <uuid> Id of the camera. |
The camera with given id was deleted successfully.
The individual with given id was not found.
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}
[- {
- "spoofDetectorResourceIds": [
- "string"
], - "id": "string",
- "name": "string",
- "source": "string",
- "enabled": true,
- "faceDetectorConfig": {
- "minFaceSize": 35,
- "maxFaceSize": 600,
- "maxFaces": 20,
- "confidenceThreshold": 450
}, - "pedestrianDetectorConfig": {
- "minPedestrianSize": 0,
- "maxPedestrianSize": 0,
- "maxPedestrians": 0,
- "confidenceThreshold": 0
}, - "faceDetectorResourceId": "string",
- "templateGeneratorResourceId": "string",
- "pedestrianDetectorResourceId": "string",
- "redetectionTime": 0,
- "templateGenerationTime": 0,
- "trackMotionOptimization": "string",
- "trackSpeedAccuracyMode": "string",
- "faceSaveStrategy": "All",
- "maskImagePath": "string",
- "saveFrameImageData": true,
- "imageQuality": 0,
- "mpeG1PreviewEnabled": true,
- "mpeG1PreviewPort": 0,
- "mpeG1VideoBitrate": 0,
- "previewMaxDimension": 0,
- "serviceName": "string",
- "spoofDetectorConfig": {
- "externalScoreThreshold": 0,
- "distantLivenessScoreThreshold": 0,
- "nearbyLivenessScoreThreshold": 0,
- "distantLivenessConditions": "string",
- "nearbyLivenessConditions": "string"
}, - "previewAttributesConfig": {
- "textFontSize": 0,
- "order": true,
- "size": true,
- "quality": true,
- "yawAngle": true,
- "pitchAngle": true,
- "rollAngle": true,
- "watchlistMemberId": true,
- "watchlistMemberName": true,
- "watchlistName": true,
- "matchingScore": true,
- "age": true,
- "gender": true,
- "templateQuality": true,
- "faceMaskStatus": true,
- "faceMaskConfidence": true,
- "sharpness": true,
- "brightness": true,
- "tintedGlasses": true,
- "heavyFrame": true,
- "glassStatus": true
}
}
]
Supported values for FaceDetectorResourceId
are:
none, cpu, gpu, accurate_cpu, accurate_gpu, cpu_remote, gpu_remote, any_remote, accurate_cpu_remote, accurate_gpu_remote, accurate_any_remote
Supported values for TemplateGeneratorResourceId
are:
cpu, gpu, any
Supported values for PedestrianDetectorResourceId
are:
none, cpu_remote, gpu_remote, any_remote, body_parts_cpu_remote
Supported values for SpoofDetectorResourceIds
are:
none, body_parts_cpu_remote, liveness_distant_cpu_remote, liveness_distant_any_remote, liveness_distant_gpu_remote, liveness_nearby_cpu_remote, liveness_nearby_gpu_remote, liveness_nearby_any_remote, external
New camera configuration.
id required | string <uuid> |
name required | string |
source required | string |
enabled required | boolean |
faceDetectorConfig required | object (VideoFaceDetectorConfig) |
pedestrianDetectorConfig | object (VideoPedestrianDetectorConfig) |
faceDetectorResourceId required | string |
templateGeneratorResourceId required | string |
pedestrianDetectorResourceId | string |