Radar motion tracker
The radar motion tracker module tracks objects by using a device's built in radar. This data can then be consumed and fused in other trackers, such as the Fusion Tracker, or be consumed directly.
For more information, see Radar Integration.
Instances
A device is preconfigured with a fixed number of instances of this module type.
Devices that include radar sensors will have one instance of the radar motion tracker.
Function
The radar motion tracker tracks and estimates state of objects in the scene. The estimated state of each tracked object is continually updated to provide up to date estimates for each object's state currently present in the scene.
Estimated object state
General:
ClassCandidate
- Object classificationHuman
Vehicle
Unknown
2D Image Perspective:
Bounding Box
- Position of the object in the radar overview imagePolygon
- Position of the object in the radar overview image as a polygonCenterOfGravity
- Center of gravity of the object
3D Device Perspective:
Spherical Coordinate
- Position of the object in spherical coordinatesPolarCoordinate
- Position of the object in polar coordinates relative to deviceVelocity
- Velocity of the objectSpeed
- Speed of the objectDirection
- Direction of the objectAngle
- Direction of the objectSize
- Size of the object
3D World Perspective:
Geolocation
- Geographic coordinates of the object (requires geographic coordinates feature)
Geographic coordinates
The geographic coordinates feature allows the object state in the output to include global geographical coordinates. For the device to be able to calculate correct coordinates it has to be correctly configured. Coordinates are calculated using the lowest, middle point of the estimated object position. As as result, scenarios where a human's feet are not visible will result in miscalculated coordinates.
Read the how-to on how to enable this feature.
Output protocols
Protocol | Name/address | Format | Guide |
---|---|---|---|
RTSP | Address: rtsp://ip-address/axis-media/media.amp?analytics=polygon source: RadarMotionTracker | ONVIF tt:Frame | Configure scene metadata over RTSP, remember to use correct rtsp address. |
ONVIF extention
<tt:Extension>-
<axrt:RadarObjectInfo xmlns:axrt="http://www.axis.com/2017/radar/axrt">
<axrt:PolarCoordinate angle="70" range="50" elevation-angle="0"/>
<axrt:Velocity m-s="10" angle="10" elevation-angle="0"/>
<axrt:Size m="10"/>
</axrt:RadarObjectInfo>
</tt:Extension>