-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzone-entry.xml
More file actions
39 lines (39 loc) · 1.82 KB
/
Copy pathzone-entry.xml
File metadata and controls
39 lines (39 loc) · 1.82 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
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!-- IPC v1.x: AOIENTRY (Zone Entry / Region Entry)
Sent directly by the IP camera when an object enters a defined zone.
NVR v2.0 equivalent: not yet tested
alarmStatus field: not documented
targetType: 1=person, 2=car, 4=bike -->
<config version="1.7" xmlns="http://www.ipc.com/ver10">
<smartType type="openAlramObj">AOIENTRY</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>
<sourceDataInfo>
<dataType type="uint32">0</dataType>
<width type="uint32">1920</width>
<height type="uint32">1080</height>
<sourceBase64Length type="uint32">161438</sourceBase64Length>
<sourceBase64Data type="string"><![CDATA[BASE64_JPEG_OVERVIEW_IMAGE]]></sourceBase64Data>
</sourceDataInfo>
<listInfo type="list" count="1">
<item>
<targetId type="tuint32">40</targetId>
<rect>
<x1 type="uint32">2000</x1><y1 type="uint32">3000</y1>
<x2 type="uint32">4000</x2><y2 type="uint32">8000</y2>
</rect>
<targetImageData>
<dataType type="uint32">0</dataType>
<targetType type="uint32">1</targetType>
<Width type="tuint32">500</Width>
<Height type="tuint32">800</Height>
<targetBase64Length type="uint32">80000</targetBase64Length>
<targetBase64Data type="string"><![CDATA[BASE64_JPEG_TARGET_CROP]]></targetBase64Data>
</targetImageData>
</item>
</listInfo>
</config>