GstAnalytics.TrackingMtd¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
id |
r/w |
Instance identifier. |
|
meta |
r/w |
Instance of |
Methods¶
class |
|
|
|
|
|
|
Details¶
- class GstAnalytics.TrackingMtd¶
Store information on results of object tracking
New in version 1.24.
- classmethod get_mtd_type()¶
- Returns:
id representing the type of GstAnalyticsRelatableMtd
Get the opaque id identifying the relatable type
- Return type:
New in version 1.24.
- get_info()¶
- Returns:
Successfully retrieved info.
- tracking_id:
Updated tracking id
- tracking_first_seen:
Updated timestamp of the tracking first observation.
- tracking_last_seen:
Updated timestamp of the tracking last observation.
- tracking_lost:
Has the tracking been lost
- Return type:
(
bool
, tracking_id:int
, tracking_first_seen:int
, tracking_last_seen:int
, tracking_lost:bool
)
Retrieve tracking information.
New in version 1.24.