SightLine Applications Command, Control, and Script API  v3.6
List of all members
SLACurrentDetectionRegionOfInterestParameters_t Struct Reference

Description

Current detection region of interest parameters – format identical to SLASetDetectionRegionOfInterestParameters_t.

typedef struct {
u8 flags;
u16 searchRowUl;
u16 searchColUl;
u16 searchHeight;
u16 searchWidth;
u16 detectRowUl;
u16 detectColUl;
u16 detectHeight;
u16 detectWidth;
u8 cameraIndex;
u8 maskBlockHigh;
u8 maskBlockWide;
u64 mask0;
u64 mask1;
u64 mask2;
u64 mask3;

Sent in response to SLAGetParameters_t().

Message ID 0x7D

Byte Offset Name Description
4flagsFlags – see SLASetDetectionRegionOfInterestParameters_t flags
5-6searchRowUlUpper left row of the search region. Default = 0
7-8searchColUlUpper left column of the search region. Default = 0
9-10searchHeightHeight of the search region. Default = 0 (use entire height)
11-12searchWidthWidth of the search region. Default = 0 (use entire width)
13-14detectRowUlUpper left row of the detect region. Default = 0
15-16detectColUlUpper left column of the detect region. Default = 0
17-18detectHeightHeight of the detect region. Default = 0 (use entire height)
19-20detectWidthWidth of the detect region. Default = 0 (use entire width).
21cameraIndexCamera Index
22maskBlockHighMask blocks high. Default = 0, Max value of maskBlocksHigh*maskBlocksWide is 256.
23maskBlockWideMask blocks high. Default = 0, Max value of maskBlocksHigh*maskBlocksWide is 256.
24-31mask0Mask bits 0-63, 1 = mask this region out, 0 = don't mask this region out.
32-39mask1Mask bits 64-127, 1 = mask this region out, 0 = don't mask this region out.
40-47mask2Mask bits 128-191, 1 = mask this region out, 0 = don't mask this region out.
48-55mask3Mask bits 192-255, 1 = mask this region out, 0 = don't mask this region out.