dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 67 forks source link

C timestamp #573

Closed XxChang closed 14 hours ago

XxChang commented 2 days ago

Add a read_dora_input_timestamp method to c-node-api.

Some users report there is a real-time communication bug in c-node-api. Add a method to get input timestamp may be useful for debugging.