...
Key | Type | Required | Description | ||||
---|---|---|---|---|---|---|---|
inputUris [ ] | String | Required | 입력 URI 특정 VI의 경우 복수개의 입력이 필요할 수도 있음 | ||||
jobTypetype | String | Required | VI 타입 (People Counting, Face Recognition, …) | ||||
jobParamsappParams [ ] | String | Optional | VI 타입에 따른 설정 파라메터 미입력 시 기본값 적용 | inputContentsInfo[ ] | String | Optional | 각 입력에 대한 추가정보 표기 VI에서 입력 URI에 대한 부가정보를 요구할 때에만 입력 |
preferredAlarmPeriod | Int | Optional | 알람을 주는 VI의 경우, 선호 선호하는 알람 주기 (단위: 초)선호 주기를 정확히 맞춰주는 것을 보장하지는 않음 서버는 설정 주기대로 알람을 주기 위해 노력함 |
Request Example
Code Block |
---|
{ "inputUris": [ "rtsp://98.210.72.185", "rtspplaycan:///98.210.72.186outputs/0" ], "jobTypetype": "PeopleCounting", "jobParamsappParams": { [ "param0annotationMode":"normal", "param1" ], "sensibility":"5" // You can add more application specific parameters ... } "inputContentsInfo": [ "video", "thermalVideo"] } |
...
Key | Type | Description |
---|---|---|
outputUris [ ] | String | 출력 데이터에 접근할 수 있는 URI VI 타입에 따라 여러 개의 URI를 반환하는 경우도 있음 |
appId | String | 앱 인스턴스 ID |
appContexts [ ] | String | 앱의 현재 컨택스트 |