Object tracking has evolved over the last few decades.
PIR sensors have been around for a long time. PIR Sensors are good at detecting movement. They don't track objects, just detect there has been some movement in a particular area.
Ultrasound was the first technology to become readily available for makers to use in terms of object tracking. While ultrasound can detect objects, it is rather underwhelming. Limited range, lack of resolution, and only being able to detect one thing at at time*. Ultrasound lacks the robustness and features to be used beyond basic projects.
LiDAR was the next technology for tracking objects to come along. LiDAR essentially replaces sound with light and while it has a much greater range than ultrasound, it still suffers from limitations - the key one being low resolution when it comes to working out the lateral position of objects.
The ability of LiDAR to know a position was improved by placing a sensor on a motor and spinning it around (Scanning LiDAR). While this provides good resolutions, it still takes a considerable computational processing and additional tools such as octomap to properly detect objects.
mmRadar technology is now becoming available for the first time. mmRadar sensors are small, fast and are ideally suited to tracking objects.
Here is a summary of the capabilities of each type of sensor, used for object tracking:
Facet* |
PIR Sensor |
Ultrasound |
LIDAR |
Scanning Lidar |
mmRadar |
Works in a dark environment |
|||||
Works in a very bright environment |
|||||
Sees through transparent objects |
|||||
Sees through solid objects |
|||||
Can detect transparent objects |
|||||
Sees through dust/smoke/steam |
|||||
Stable readings across temperatures |
|||||
Detects objects more than 10m away |
|||||
Measure speed accurately |
|||||
Good for detecting small object |
|||||
Fast data capture |
|||||
Can be used to create high resolution images |
|||||
Can be used to create low resolution images |
|||||
Can track multiple objects at once |
|||||
No moving parts |
* There are a range of sensors, from different manufacturers each with slightly different capabilities. The summary here is a generalization.