Extended the structure about real-time temperature measurement condition NET_DVR_REALTIME_THERMOMETRY_COND (related API: NET_DVR_StartRemoteConfig):
added one member fTemperatureDiff (temperature difference).
Extended the capability of temperature measurement basic parameters XML_Cap_ThermometryBasicParam and temperature measurement basic parameters XML_ThermometryBasicParam (related API: NET_DVR_STDXMLConfig; related URIs: /ISAPI/Thermal/channels/<ID>/thermometry/basicParam and /ISAPI/Thermal/channels/<ID>/thermometry/basicParam/capabilities):
extended the value of node <temperatureRange> (temperature range): "100-550";
added three nodes: <alarmMode> (alarm mode), <NormalRulesColor> (normal rule color), and <NormalTemperatureIntervalMeasurement> (normal interval temperature measurement).
Added URIs for configuring rules of interval temperature measurement alarm (related API: NET_DVR_STDXMLConfig):
Get capability: GET /ISAPI/Thermal/channels/<ID>/thermometry/<SID>/alarmRules/temperatureIntervalMeasurement/capabilities?format=json;
Get or set rules of interval temperature measurement alarm: GET or PUT /ISAPI/Thermal/channels/<ID>/thermometry/<SID>/alarmRules/temperatureIntervalMeasurement?format=json.
Extended configuration capability of pixel-to-pixel temperature measurement parameters XML_PixelToPixelParamCap and pixel-to-pixel temperature measurement parameters XML_PixelToPixelParam (related API: NET_DVR_STDXMLConfig; related URIs: /ISAPI/Thermal/channels/<ID>/thermometry/pixelToPixelParam/capabilities and /ISAPI/Thermal/channels/<ID>/thermometry/pixelToPixelParam):
added three nodes <rulesOverlayEnabled> (whether to enable thermography rule overlay on picture), <visiblePicResolution> (visible light picture resolution), and <thermalPicResolution> (thermal picture resolution).
Extended thermal capability XML_ThermalCap (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/capabilities):
added one node <isSupportTemperatureIntervalMeasurement> (whether device supports interval temperature measurement).
Added one event type "temperatureIntervalMeasurement" (interval temperature measurement), see JSON_EventNotificationAlert_temperatureIntervalMeasurementMsg for details.
Extended the capability of temperature measurement basic parameters XML_Cap_ThermometryBasicParam and temperature measurement basic parameters XML_ThermometryBasicParam (related URIs: /ISAPI/Thermal/channels/<ID>/thermometry/basicParam/capabilities and /ISAPI/Thermal/channels/<ID>/thermometry/basicParam; related API: NET_DVR_STDXMLConfig):
added three nodes: <calibrationFileVersion> (calibration file version information), <alarmInterval> (temperature measurement interval), and <rulesOverlayMode> (rule overlay mode).
Extended the capability of pixel-to-pixel temperature measurement XML_PixelToPixelParamCap (related URI: /ISAPI/Thermal/channels/<ID>/thermometry/pixelToPixelParam/capabilities; related API: NET_DVR_STDXMLConfig):
added two sub nodes <visiblePicEnabled> (whether the thermal camera returns visible light picture) and <captureMode> (image capture mode) to node <JpegPictureWithAppendData>.
Extended the pixel-to-pixel temperature measurement parameters XML_PixelToPixelParam (related URI: /ISAPI/Thermal/channels/<ID>/thermometry/pixelToPixelParam; related API: NET_DVR_STDXMLConfig):
added one sub node <visiblePicEnabled> (whether the thermal camera returns visible light picture) to node <JpegPictureWithAppendData>.
Extended structure about temperature measurement alarm information NET_DVR_THERMOMETRY_ALARM (related API: NET_DVR_SetDVRMessageCallBack_V50 with command 0x5212-"COMM_THERMOMETRY_ALARM"):
added four members: dwVisibleChannel (visible light channel No.), dwRelativeTime (relative time), dwAbsTime (absolute time), and fAlarmRuleTemperature (rule temperature of temperature measurement alarm) by reserved 16 bytes.
Extended the configuration capability of temperature measurement basic parameters XML_Cap_ThermometryBasicParam (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/channels/<ID>/thermometry/basicParam/capabilities) and temperature measurement basic parameters XML_ThermometryBasicParam (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/thermometry/basicParam):
added two nodes <distanceMode> (distance mode) and <faceTemperatureInfoUploadEnabled> (whether to enable uploading face temperature information).
Extended the structure of real-time temperature information NET_DVR_THERMOMETRY_UPLOAD (related API: NET_DVR_StartRemoteConfig with command of 3629-"NET_DVR_GET_REALTIME_THERMOMETRY"):
added two members byFaceSnapThermometryEnabled (whether to enable uploading captured face picture with temperature information) and struFaceRect (face thumbnail rectangle).
Extended the temperature screening configuration capability XML_Cap_FaceThermometry (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/channels/<ID>/faceThermometry/capabilities):
added one sub node <MaxPupilParam> (maximum pupil distance) to <ThermometryRegion> of <FaceThermometryRegionList>;
added four nodes: <faceSnapUploadEnabled> (whether to enable uploading captured face picture), <maxTemperatureCoordinatesEnabled> (whether to enable displaying the maximum temperature position), <faceRectShowEnabled> (whether to enable displaying a frame on the target person), and <faceTemperatureShowEnabled> (whether to enable displaying face temperature).
Extended the temperature screening parameters XML_FaceThermometry (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/faceThermometry):
added four nodes: <faceSnapUploadEnabled> (whether to enable uploading captured face picture), <maxTemperatureCoordinatesEnabled> (whether to enable displaying the maximum temperature position), <faceRectShowEnabled> (whether to enable displaying a frame on the target person), and <faceTemperatureShowEnabled> (whether to enable displaying face temperature).
Extended the alarm linkage capabilities XML_EventTriggersCap (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Event/triggersCap):
added two nodes <NoMaskDetectionTriggerCap> (alarm linkage capability of no wearing mask detection) and <TMPATriggerCap> (alarm linkage capability of temperature measurement pre-alarm).
Extended the linkage parameter message XML_EventTrigger (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Event/triggers/<eventType>-<channelID>):
added two event type "noMaskDetection" (no wearing mask detection) and "TMPA" (temperature measurement pre-alarm) to the node <eventType>.
Extended the black body configuration capability XML_Cap_ThermalBlackBody (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/channels/<ID>/blackBody/capabilities) and black body configurations XML_ThermalBlackBody (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/blackBody):
added two nodes <enabled> (whether to enable black body) and <BlackBodyReigon> (black body detection area).
Added two URIs of configuring the arming schedule for temperature measurement pre-alarm (related API: NET_DVR_STDXMLConfig) :
Get or set the arming schedule of temperature measurement pre-alarm for a specified channel: GET or PUT /ISAPI/Event/schedules/TMPA/<ID>;
Get or set arming schedules of temperature measurement pre-alarm for all channels in a batch: GET or PUT /ISAPI/Event/schedules/TMPA.
Extended the temperature screening rule configurations of a specific detection region XML_ThermometryRegion (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/faceThermometry/regions/<ID>):
added one node <MaxPupilParam> (maximum pupil distance).
Extended the thermal capability XML_ThermalCap (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/capabilities):
added one node <isSupportFaceSnapThermometry> (whether device supports uploading captured face picture with temperature information).
Extended the thermal capability XML_ThermalCap (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/capabilities):
added one node <isSupportThermalTemperatureCorrect> (whether device supports temperature calibration).
Added a function of temperature calibration (related API: NET_DVR_STDXMLConfig):
Get temperature calibration configuration capability: GET /ISAPI/Thermal/channels/<ID>/temperatureCorrect/capabilities?format=json;
Get or set temperature calibration configuration parameters: GET or POST /ISAPI/Thermal/channels/<ID>/temperatureCorrect?format=json.
Added URIs of configuring fire detection advanced parameters: (related API: NET_DVR_STDXMLConfig):
Get capability: GET /ISAPI/Thermal/channels/<ID>/fireDetection/advanceParam/capabilities?format=json;
Get or set advanced parameters of fire detection: GET or PUT ISAPI/Thermal/channels/<ID>/fireDetection/advanceParam?format=json.
Extended the preset (scene) configuration capability XML_Cap_ThermometryScene (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/thermometry/<SID>/capabilities):
added a sub node <RegionBoundary> (rule region boundary) to the node <ThermometryRegion> of <ThermometryRegionList>.
Extended the error codes in Device Network SDK Errors:
added one error code "3013"-NET_DVR_RULE_SHIELDMASK_CONFLICT_ERROR (the rule region conflicts with the shielded area).
Edited the burning prevention capabiltiy message XML_BurningPreventionCap (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/channels/<ID>/burningPrevention/capabilities):
changed the default value of node <closedDuration> (closed status duration) to "10".
Extended the capability of picture-in-picture configuration XML_Cap_ThermalPip (related API: NET_DVR_GetSTDAbility, capability type: "NET_DVR_GET_THERMAL_PIP_CAPABILITIES" (6767)):
added one node <distance> (fusion distance).
Extended the thermal picture-in-picture configuration structure NET_DVR_THERMAL_PIP (related API: NET_DVR_GetSTDConfig with command 6768-"NET_DVR_GET_THERMAL_PIP" and NET_DVR_SetSTDConfig with command 6769-"NET_DVR_SET_THERMAL_PIP"):
added one member fDistance (fusion distance).
Extended the basic configuration capability of temperature measurement XML_Cap_ThermometryBasicParam (related API: NET_DVR_GetSTDAbility, capability type: "NET_DVR_GET_THERMOMETRY_BASICPARAM_CAPABILITIES" (3620)):
added two temperature ranges "20-350" and "20-45" to the node <temperatureRange>.
Extended the basic parameters structure of temperature measurement NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig with command 3621-"NET_DVR_GET_THERMOMETRY_BASICPARAM" and NET_DVR_SetSTDConfig with command 3622-"NET_DVR_SET_THERMOMETRY_BASICPARAM"):
added two temperature ranges "7" (from 20 to 350) and "8" (from 20 to 45)"to parameter byThermometryRange.
Extended the thermal capability XML_ThermalCap (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/capabilities):
added one node: <isSupportShipsDetectionWithScene> (whether supports ship detection BY scene).
Added the function of configuring ship flow detection alarm, see details in Configure Ship Flow Detection Alarm.
Added the function of configuring dredger detection alarm, see details in Configure Dredger Detection Alarm
Extended the configuration capability of fire and smoke detection XML_Cap_FireDetection (related API: NET_DVR_GetSTDAbility; capability type: 3635-"NET_DVR_GET_FIREDETECTION_CAPABILITIES"):
added five nodes: <verificationSensitivity> (sensitivity of double verification), <fireAlgorithmModel> (fire detection algorithm mode), <agriculturalMachineryFilterEnabled> (enable agricultural machinery filter), <waterReflectionEnabled> (enable water reflection), and <patrolSensitivity> (patrol sensitivity).
Extended the structure about fire and smoke detection parameters NET_DVR_FIREDETECTION_CFG (related APIs: NET_DVR_GetSTDConfig with command 3638-"NET_DVR_GET_FIREDETECTION_TRIGGER"; NET_DVR_SetSTDConfig with command 3639- "NET_DVR_SET_FIREDETECTION_TRIGGER"):
added five members: byverificationSensitivity (sensitivity of double verification), byFireAlgorithmMode (fire detection algorithm mode), byAgriculturalMachineryFilterEnabled (enable agricultural machinery filter or not), byWaterReflectionEnabled (enable water reflection or not), and byPatrolSensitivity (patrol sensitivity) with 5 reserved bytes.
Extended the burning prevention capabilities XML_BurningPreventionCap (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/burningPrevention/capabilities):
added three nodes: <protectionMode> (protection mode), <burningRecoveryEnabled> (enable burning recovery or not), and <movementDuration> (duration of lens movement for burning protection).
Extended the burning prevention parameters XML_BurningPrevention (related API: NET_DVR_STDXMLConfig; related URI: /ISAPI/Thermal/channels/<ID>/burningPrevention):
added three nodes: <protectionMode> (protection mode), <burningRecoveryEnabled> (enable burning recovery or not), and <movementDuration> (duration of lens movement for burning protection).
Extended the preset (scene) configuration capability XML_Cap_ThermometryScene (related API: NET_DVR_GetSTDAbility with command 3623-"NET_DVR_GET_THERMOMETRY_SCENE_CAPABILITIES"):
added one node <emissivityMode> (emissivity type)
Extended the thermometry preset information structure NET_DVR_THERMOMETRY_PRESETINFO_PARAM (related API: NET_DVR_GetSTDConfig and NET_DVR_SetSTDConfig with command 3624-"NET_DVR_GET_THERMOMETRY_PRESETINFO" and 3625-"NET_DVR_SET_THERMOMETRY_PRESETINFO"):
added one parameter byemissivityMode (emissivity type).
Extended the capability of thermometry basic configuration XML_Cap_ThermometryBasicParam (request API: NET_DVR_GetSTDAbility with command 3620-NET_DVR_GET_THERMOMETRY_BASICPARAM_CAPABILITIES):
added two nodes <emissivityMode> (emissivity type) and <displayTemperatureInOpticalChannelEnabled> (display the temperature information of optical channel).
Extended the thermometry basic parameters structure NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig and NET_DVR_SetSTDConfig with command 3621-"NET_DVR_GET_THERMOMETRY_BASICPARAM" and 3622-"NET_DVR_SET_THERMOMETRY_BASICPARAM"):
added two parameters byemissivityMode (emissivity type) and bydisplayTemperatureInOpticalChannelEnabled (display the temperature information of optical channel) with two reserved bytes.
Extended structures of temperature alarm details and temperature difference alarm details, i.e., NET_DVR_THERMOMETRY_ALARM and NET_DVR_THERMOMETRY_DIFF_ALARM:
added one parameter byPicTransType (picture transmission method).
Extended the structure of fire and smoke alarm details NET_DVR_FIREDETECTION_ALARM:
added one parameter byPicTransType (picture transmission method).
Extended the message of camera power capability XML_Cap_Power and message of camera power parameters XML_Power:
added one node <batteryPower> (battery percentage).
Extended the thermal capability message XML_ThermalCap (related API: NET_DVR_STDXMLConfig; related URI: GET /ISAPI/Thermal/capabilities):
added one node <isSupportthermometryOffLineCapture> (whether device supports offline capture).
Added one URI of capturing one picture offline (related API: NET_DVR_STDXMLConfig):
GET /ISAPI/Thermal/channels/<ID>/thermometry/OffLineCapture?format=json
Extended the structure of real-time temperature information NET_DVR_THERMOMETRY_UPLOAD (related API: NET_DVR_StartRemoteConfig with command of 3629-NET_DVR_GET_REALTIME_THERMOMETRY):
added one member byIsFreezedata (whether supports freezing data) with one reserved byte.
Extended the structure of thermometry rule temperature information NET_DVR_THERMOMETRYRULE_TEMPERATURE_INFO (related API: NET_DVR_GetDVRConfig with the command 23001-NET_DVR_GET_THERMOMETRYRULE_TEMPERATURE_INFO):
added one member byIsFreezedata (whether supports freezing data) with one reserved byte.
Extended the JPEG picture information structure NET_DVR_JPEGPICTURE_WITH_APPENDDATA (related API: NET_DVR_CaptureJPEGPicture_WithAppendData):
added one member byIsFreezedata (whether supports freezing data).
Extended the structure of real-time temperature information NET_DVR_THERMOMETRY_UPLOAD (related API: NET_DVR_StartRemoteConfig with command of 3629-NET_DVR_GET_REALTIME_THERMOMETRY):
added one member byIsFreezedata (whether supports freezing data) with one reserved byte.
Extended the structure of thermometry rule temperature information NET_DVR_THERMOMETRYRULE_TEMPERATURE_INFO (related API: NET_DVR_GetDVRConfig with the command 23001-NET_DVR_GET_THERMOMETRYRULE_TEMPERATURE_INFO):
added one member byIsFreezedata (whether supports freezing data) with one reserved byte.
Extended structure of basic temperature measurement parameters NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added two members: dwAlertFilteringTime (temperature pre-alarm dwell time) and dwAlarmFilteringTime (temperature alarm dwell time) with eight reserved bytes.
Extended the structure of temperature alarm rule parameters NET_DVR_THERMOMETRY_ALARMRULE_PARAM (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added two members: dwAlertFilteringTime (temperature pre-alarm dwell time) and dwAlarmFilteringTime (temperature alarm dwell time) with eight reserved bytes.
Extended the structure of temperature difference alarm rule NET_DVR_THERMOMETRY_DIFFCOMPARISON_PARAM (related API: NET_DVR_GetSTDConfig, NET_DVR_SetSTDConfig):
added one member dwAlarmFilteringTime (temperature alarm dwell time) with four reserved bytes.
Extended the fire detection capability message XML_Cap_FireDetection:
added one node <smokeAuxiliaryDetectionEnabled> (whether to enable fire and smoke detection ).
Extended the structure of fire and smoke configuration parameters NET_DVR_FIREDETECTION_CFG (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added one member bySmokeAuxiliaryDetectionEnabled (whether to enable fire and smoke detection).
Added a integration flow and description of fire and smoke alarm configuration, refer to Configure Fire and Smoke Alarm for details.
Extended the message of picture-in-picture configuration capability XML_Cap_ThermalPip (related API: NET_DVR_GetSTDAbility with the command of 6767-NET_DVR_GET_THERMAL_PIP_CAPABILITIES):
added two nodes <imageFusionRatio> (image fusion ratio) and <borderFusionRatio> (border fusion ratio).
Extended the structure of thermal picture-in-picture configuration NET_DVR_THERMAL_PIP (related API: NET_DVR_GetSTDConfig and NET_DVR_SetSTDConfig):
added two parameters byImageFusionRatio (image fusion ration) and byBorderFusionRatio (boarder fusion ration).
Extended the fire detection configuration capability XML_Cap_FireDetection (related API: NET_DVR_GetSTDAbility with the command of 3635-NET_DVR_GET_FIREDETECTION_CAPABILITIES):
added one node <fireSourceDetection> (fire source detection mode).
Extended the fire detection configuration structure NET_DVR_FIREDETECTION_CFG (related API: NET_DVR_GetSTDConfig with command: "3636-NET_DVR_GET_FIREDETECTION"; NET_DVR_SetSTDConfig with command: "3637-NET_DVR_SET_FIREDETECTION"):
added one parameter byFireSourceDetection (fire source detection mode).
Extended the capability of thermometry basic parameters configuration XML_Cap_ThermometryBasicParam:
added ten nodes: <isSupportAlertOutputIOPortList>, <isSupportAlarmOutputIOPortList>, <alertFilteringTime> (temperature pre-alarm dwell time), <alarmFilteringTime> (temperature alarm dwell time), <displayMaxTemperatureEnabled> (whether displays the maximum temperature), <displayMinTemperatureEnabled> (whether displays the minimum temperature), <displayAverageTemperatureEnabled> (whether displays the average temperature), <thermometryInfoDisplayposition> (thermometry information overlay position), <calibrationCoefficientEnabled> (whether enables calibration coefficient), <calibrationCoefficient> (calibration coefficient).
Extended the structure of thermometry basic parameters NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig, NET_DVR_SetSTDConfig):
added four members with four reserved bytes: byDisplayMaxTemperatureEnabled (whether displays the maximum temperature), byDisplayMinTemperatureEnabled (whether displays the minimum temperature), byDisplayAverageTemperatureEnabled (whether displays the average temperature), byThermometryInfoDisplayposition (thermometry information overlay position).
Extended the capability of thermometry preset (scene) configuration XML_Cap_ThermometryScene:
added one sub node <distanceUnit> to node <ThermometryRegion>.
Extended the thermometry preset information structure NET_DVR_THERMOMETRY_PRESETINFO_PARAM (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added one parameter <byDistanceUnit> with one reserved byte.
Extended the capability of temperature measurement basic parameters configuration XML_Cap_ThermometryBasicParam and thermometry basic parameters XML_ThermometryBasicParam: added nine nodes: <emissivity>, <distanceUnit> (distance unit), <distance>, <reflectiveEnable> (whether enables temperature reflection), <reflectiveTemperature> (reflective temperature), <alert> (pre-alarm threshold), <alarm> (alarm threshold), <thermalOpticalTransmittance> (optical transmissivity), <externalOpticsWindowCorrection> (external optical temperature).
Extended the basic parameter configuration structure of temperature measurement NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig, NET_DVR_SetSTDConfig):
added nine members: fEmissivity (emissivity), byDistanceUnit (distance unit), byReflectiveEnabled (whether enables reflecting temperature), wDistance (distance), fReflectiveTemperature (reflected temperature), fAlert (pre-alarm temperature threshold), fAlarm (alarm temperature threshold), fThermalOpticalTransmittance (optical transmissivity), fExternalOpticsWindowCorrection (external optical temperature).
Extended the capability of thermometry preset (scene) confiuration XML_Cap_ThermometryScene:
added three nodes: <maxPointNum> (maximum number of point rules that can be configured), <maxLineNum> (maximum number of line rules that can be configured), <maxRegionNum> (maximum number of frame rules that can be configured).
Extended the capability of temperature measurement mode configuration XML_Cap_ThermometryMode and temperature measurement mode configuration parameters XML_ThermometryMode :
added one node <thermometryROIEnabled> (whether enables ROI temperature measurement).
Extended the structure of temperature measurement mode configuration NET_DVR_THERMOMETRY_MODE (related API: NET_DVR_GetSTDConfig, NET_DVR_SetSTDConfig):
added one parameter byThermometryROIEnabled (whether to enable ROI temperature measurement).
Added the function of capturing JPEG picture with pixel-to-pixel thermometry data NET_DVR_CaptureJPEGPicture_WithAppendData.
Extended the structure about focus mode configuration of speed dome NET_DVR_FOCUSMODE_CFG (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added two parameters byFocusMode (focus mode) and dwRelativeFocusPos (relative focus value).
Extended the structure of real-time temperature information NET_DVR_THERMOMETRY_UPLOAD (related API: NET_DVR_StartRemoteConfig, NET_DVR_StopRemoteConfig):
added two members struHighestPoint(coordinates of highest temperature position for thermometry by frame/line) and struLowestPoint (coordinates of lowest temperature position for thermometry by frame/line).
Added the function of manually getting thermometry rule temperature information. Related API NET_DVR_GetDVRConfig with command 23001-NET_DVR_GET_THERMOMETRYRULE_TEMPERATURE_INFO.
Extended the camera parameter capability set XML_CAMERAPARA: added two sub nodes <FocusModeSet> (focus mode) and <relativeFocusPos> (relative focus sensitivity) to <FocusMode>.
Extended the body thermometry alarm information structure NET_DVR_FACE_THERMOMETRY_ALARM (related API: NET_DVR_SetDVRMessageCallBack_V50 and NET_DVR_StartListen_V30):
added 11 parameters: byAlarmRule (alarm rule), fAlarmTemperature (alarm triggered temperature), fRuleTemperature (rule temperature), fMinTemperature (minimum temperature), fAverageTemperature (average temperature), struMinTemperaturePoint (coordinates of lowest temperature position), struMaxTemperaturePoint (coordinates of highest temperature position), dwHighTemperatureTargetImageLen (length of high temperature object thumbnail), pHighTemperatureTargetImage (pointer to high temperature object thumbnail), and struHighTemperatureTargetRegion (coordinates of high temperature object thumbnail).
Extended the capability of temperature measurement configuration XML_Cap_ThermometryBasicParam:
added one temperature range "-20 to 120" to node <temperatureRange>.
Extended the basic parameter configuration structure of temperature measurement NET_DVR_THERMOMETRY_BASICPARAM (related API: NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig):
added one value "6-(-20 to 120)" to byThermometryRange (temperature range).
New document