Skip to content

NET_SDK_SMART_SUPPORT

Structure Definition

 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
struct NET_SDK_SMART_SUPPORT
{
    BOOL supportAOIEntry;              
    BOOL supportAOILeave;              
    BOOL supportASD;                   
    BOOL supportAudioAlarmOut;         
    BOOL supportAutoTrack;             
    BOOL supportAvd;                   
    BOOL supportBinocularCount;        
    BOOL supportCdd;                   
    BOOL supportCpc;                   
    BOOL supportFire;                  
    BOOL supportHeatMap;               
    BOOL supportInvokeEventTypeConfig; 
    BOOL supportIpd;                   
    BOOL supportLoitering;             
    BOOL supportOsc;                   
    BOOL supportPassLine;              
    BOOL supportPea;                   
    BOOL supportPvd;                   
    BOOL supportRegionStatistics;      
    BOOL supportTemperature;           
    BOOL supportTripwire;              
    BOOL supportVehiclePlate;          
    BOOL supportVfd;                   
    BOOL supportVideoMetadata;         
    BOOL supportWhiteLightAlarmOut;    
};
 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
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_SMART_SUPPORT
{
    bool supportAOIEntry;
    bool supportAOILeave;
    bool supportASD;
    bool supportAudioAlarmOut;
    bool supportAutoTrack;
    bool supportAvd;
    bool supportBinocularCount;
    bool supportCdd;
    bool supportCpc;
    bool supportFire;
    bool supportHeatMap;
    bool supportInvokeEventTypeConfig;
    bool supportIpd;
    bool supportLoitering;
    bool supportOsc;
    bool supportPassLine;
    bool supportPea;
    bool supportPvd;
    bool supportRegionStatistics;
    bool supportTemperature;
    bool supportTripwire;
    bool supportVehiclePlate;
    bool supportVfd;
    bool supportVideoMetadata;
    bool supportWhiteLightAlarmOut;
}

Function Description

Smart Event Support Information

Member Description

Member Type Remark
supportAOIEntry BOOL Whether to support regional entry
supportAOILeave BOOL Whether to support region leaving
supportASD BOOL Whether to support abnormal sound
supportAudioAlarmOut BOOL Whether to support audio alarm output
supportAutoTrack BOOL Whether to support automatic tracking
supportAvd BOOL Whether to support video anomaly detection
supportBinocularCount BOOL Whether to support binocular statistics
supportCdd BOOL Whether to support crowd density detection
supportCpc BOOL Whether to support traffic statistics
supportFire BOOL Whether to support fire point detection
supportHeatMap BOOL Whether to support heat map
supportInvokeEventTypeConfig BOOL Whether to support calling event type configuration
supportIpd BOOL Whether to support human intrusion detection
supportLoitering BOOL Whether to support wandering
supportOsc BOOL Whether to support item care
supportPassLine BOOL Whether to support over-the-line
supportPea BOOL Whether to support regional intrusion detection
supportPvd BOOL Whether to support illegal parking detection
supportRegionStatistics BOOL Whether to support regional statistics
supportTemperature BOOL Whether to support temperature detection
supportTripwire BOOL Whether to support tripwire detection
supportVehiclePlate BOOL Whether to support license plate detection
supportVfd BOOL Whether to support face detection
supportVideoMetadata BOOL Whether to support video secondary structuring
supportWhiteLightAlarmOut BOOL Whether to support white light alarm output
Error Code