-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvideo-metadata.xml
More file actions
33 lines (32 loc) · 1.59 KB
/
Copy pathvideo-metadata.xml
File metadata and controls
33 lines (32 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!-- IPC v1.x: VSD (Video Metadata / Full-Frame Object Detection)
Continuous detection and tracking of all people and vehicles in the frame.
NVR v2.0 equivalent: videoMetadata
The VSD format wraps image data in a <vsd> block rather than at the config level.
targetType: 1=person, 2=car, 4=bike -->
<config version="1.7" xmlns="http://www.ipc.com/ver10">
<smartType type="openAlramObj">VSD</smartType>
<subscribeRelation type="subscribeOption">FEATURE_RESULT</subscribeRelation>
<currentTime type="tint64">1732045234584193</currentTime>
<types>
<openAlramObj type="string">VEHICE,VFD_MATCH,PEA,VFD,VSD,AOIENTRY,AOILEAVE,PASSLINECOUNT,TRAFFIC</openAlramObj>
<targetType type="string">1,2,4</targetType>
</types>
<vsd>
<sourceDataInfo>
<dataType type="uint32">0</dataType>
<width type="uint32">1920</width>
<height type="uint32">1080</height>
<sourceBase64Length type="uint32">200000</sourceBase64Length>
<sourceBase64Data type="string"><![CDATA[BASE64_JPEG_OVERVIEW_IMAGE]]></sourceBase64Data>
</sourceDataInfo>
<targetImageData>
<dataType type="uint32">0</dataType>
<targetType type="uint32">1</targetType>
<Width type="tuint32">400</Width>
<Height type="tuint32">600</Height>
<targetBase64Length type="uint32">50000</targetBase64Length>
<targetBase64Data type="string"><![CDATA[BASE64_JPEG_TARGET_CROP]]></targetBase64Data>
</targetImageData>
</vsd>
</config>