Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "inputs": [
    "rtsp://220.11.59.183:554"   // 입력 비디오 RTSP URI
  ],
  "output_targets": [
    "192.168.0.37"  // 앱의 출력 데이터를 RPC로 받을 호스트
  ],
  "alarm_interval_hint": 5000,    // 앱 인스턴스로부터 5초마다 알람을 받는 것을 선호
  "annotation_level": 5,        // Video annotation 수준
  "app_configs": {[
    "max_count": "256"            // 앱마다 고유 정의되는 설정 값
  }]     
}

Receive Object

[Fields]

Parameter

Type

Required

Description

app_instance_id

String

Required

앱 인스턴스 ID

result

String

Required

실행결과

outputs [ ]

String

앱의 출력 결과값들

결과값들의 형태는 앱마다 고유하게 정의 됨

logs [ ]

String

결과 로그. 자유 형식.

...