SpatialImgDetections
SpatialImgDetections
功能示例
参考
class
depthai.SpatialImgDetections(depthai.Buffer)
method
method
getSequenceNum(self) -> int: intRetrieves sequence number
method
getTimestamp(self) -> datetime.timedelta: datetime.timedeltaRetrieves timestamp related to dai::Clock::now()
method
getTimestampDevice(self) -> datetime.timedelta: datetime.timedeltaRetrieves timestamp directly captured from device's monotonic clock, not synchronized to host time. Used mostly for debugging
method
setSequenceNum(self, arg0: typing.SupportsInt) -> SpatialImgDetections: SpatialImgDetectionsRetrieves image sequence number
method
setTimestamp(self, arg0: datetime.timedelta) -> SpatialImgDetections: SpatialImgDetectionsSets image timestamp related to dai::Clock::now()
method
setTimestampDevice(self, arg0: datetime.timedelta) -> SpatialImgDetections: SpatialImgDetectionsSets image timestamp related to dai::Clock::now()
property
method
需要帮助?
请前往 Discussion Forum 获取技术支持或提出您可能有的任何其他问题。