![]() |
PST SDK
5.2.0.0-0eac0f6
|
Tracking target information. More...
Public Member Functions | |
def | __init__ (self, c_target) |
def | __eq__ (self, other) |
Public Attributes | |
name | |
User given name of the tracking target as listed in the PST-Client software. More... | |
uuid | |
Unique identifier, automatically assigned to the tracking target. More... | |
id | |
User provided tracking id assigned to the tacking target as listed in the PST-Client software. More... | |
Tracking target information.
This class contains basic information about tracking targets known to the PST Tracker. In order to be accessible, these targets have to be trained or imported using the PST-Client software. The targets are stored in the model database.
def pstech.pstsdk.target.Target.__init__ | ( | self, | |
c_target | |||
) |
def pstech.pstsdk.target.Target.__eq__ | ( | self, | |
other | |||
) |
pstech.pstsdk.target.Target.id |
User provided tracking id assigned to the tacking target as listed in the PST-Client software.
pstech.pstsdk.target.Target.name |
User given name of the tracking target as listed in the PST-Client software.
pstech.pstsdk.target.Target.uuid |
Unique identifier, automatically assigned to the tracking target.