如何放置
Python
Python
1with dai.Pipeline() as pipeline:
2 replay = pipeline.create(dai.node.ReplayMetadataOnly)输入和输出
用法
Python
Python
1with dai.Pipeline() as pipeline:
2 replay = pipeline.create(dai.node.ReplayMetadataOnly)
3 replay.setReplayFile("metadata.mcap")
4 replay.setFps(30)
5 replay.setLoop(False)参考
class
dai::node::ReplayMetadataOnly
variable
Output out
Output for any type of messages to be transferred over XLink streamDefault queue is blocking with size 8
function
void run()function
std::filesystem::path getReplayFile()function
float getFps()function
bool getLoop()function
ReplayMetadataOnly & setReplayFile(const std::filesystem::path & replayFile)function
ReplayMetadataOnly & setFps(float fps)function
ReplayMetadataOnly & setLoop(bool loop)需要帮助?
请前往 Discussion Forum 获取技术支持或提出您可能有的任何其他问题。