# TrackedFeatures

TrackedFeatures 消息。携带被跟踪特征点的位置（X, Y）及其 ID。

## 参考

### depthai.TrackedFeatures(depthai.Buffer)

Kind: Class

TrackedFeatures message. Carries position (X, Y) of tracked features and their
ID.

#### __init__(self)

Kind: Method

#### getSequenceNum(self) -> int: int

Kind: Method

Retrieves sequence number

#### getTimestamp(self) -> datetime.timedelta: datetime.timedelta

Kind: Method

Retrieves timestamp related to dai::Clock::now()

#### getTimestampDevice(self) -> datetime.timedelta: datetime.timedelta

Kind: Method

Retrieves timestamp directly captured from device's monotonic clock, not
synchronized to host time. Used mostly for debugging

#### setSequenceNum(self, arg0: typing.SupportsInt) -> TrackedFeatures: TrackedFeatures

Kind: Method

Retrieves image sequence number

#### setTimestamp(self, arg0: datetime.timedelta) -> TrackedFeatures: TrackedFeatures

Kind: Method

Sets image timestamp related to dai::Clock::now()

#### setTimestampDevice(self, arg0: datetime.timedelta) -> TrackedFeatures: TrackedFeatures

Kind: Method

Sets image timestamp related to dai::Clock::now()

#### trackedFeatures

Kind: Property

#### trackedFeatures.setter(self, arg1: collections.abc.Sequence [ TrackedFeature ])

Kind: Method

### 需要帮助？

请前往 [OAKChina 官网](https://www.oakchina.cn/) 获取技术支持或解答您的任何疑问。
