Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 13 Next »

MediaTasks

id

INT

PK

status

INT

Task 상태 ( 0=Creating, 1=Created, 2=Deleting, 3=Error )

MediaJobs

id

INT

PK

task_id

INT

FK

연결 된 task의 ID

status

INT

Job의 현재 상태 ( 0=Creating, 1=Created, 2=Deleting, 3=Error )

type

INT

Job의 타입 코드 (예: 0=PoD, 1=People Counting, 2=Motion Detection, 3=Face Recognition, …)

preferred_alarm_period

INT

DEFAULT=5

알람을 주는 App의 경우, 선호하는 주기를 설정 가능 (단위: 초)

app_id

TEXT

FK

Job을 실제로 실행하는 App이 내부적으로 관리하는 ID값. App은 서드파티가 될 수 있음.

app_params

JSONB

App이 사용하는 세부 파라메터들을 텍스트로 저장. 파라메터에 대한 파싱은 App에서 직접 실행한다.

app_contexts

JSONB

App의 현재 컨텍스트를 저장.

app_params
{
  "input_uri": [],
  "output_uri": [],
  // Other application specific parameters here
}

app_params_vi
{
  "input_uri": [],        // rtsp://xxx, playcan://xxx, ...
  "output_uri": [],       // playcan://xxx
  "annotation_mode" : 1,  // 0=OFF, 1=Week, 2=Normal, 3=Strong, ...
}

jsonb: app_params_md

input_uri [ ]

TEXT

output_uri []

TEXT

width

INT

height

INT

fps

INT

codec

TEXT

  • No labels