Event list
Group | Event | Method name | Description |
---|---|---|---|
ADAS events | Harsh movement |
| Notifies harsh acceleration/deceleration has been detected. Check out AdasController.Parameters to enable/disable detection and tune detection parameters. |
Forward collision warning |
| Emits when AdasController generates forward collision warning. Check out AdasController.Parameters to enable/disable detection and tune detection parameters. | |
Lane departure |
| Emits when AdasController detects the vehicle starts leaving the lane. Check out AdasController.Parameters to enable/disable detection and tune detection parameters. | |
Speed limit sign detected |
| Emits when AdasController detects a speed limit sign. Check out AdasController.Parameters to enable/disable detection and tune detection parameters. | |
Location and map-related events | Day-night change |
| Emits at the time of sunrise/sunset at the current coordinates. |
Country change |
| Emits when the vehicle crosses the border of the current country. | |
Road change |
| Emits when the current road changes. | |
GPS position change |
| Emits when the current GPS location changes. | |
Speed limit change |
| Emits when the current speed limit changes. The speed limit values are taken from the map data. | |
Moving started |
| Emits when the SDK detects the vehicle starts moving. | |
Moving stopped |
| Emits when the SDK detects the vehicle stops moving. | |
Camera events | Camera initialised |
| Emits after the camera has been initialised. |
Camera error |
| Emits if error occurs in the CameraController. Check out CameraController.ErrorInfo to get more information on possible errors. | |
Recording session started |
| Emits when a new recording session has begun streaming video to a file on disk. | |
Video fragment recorded |
| Emits when the data of the current video fragment has been completely flushed to the file on disk. | |
Recording session stopped |
| Emits when a recording session has completely stopped and all its data has been flushed to the file on disk. | |
Snapshot taken |
| Emits when a snapshot (image) has been successfully saved on disk. | |
Snapshot failed |
| Emits if it was not possible to make a snapshot. |