Can I use K4Arecord in ROS driver to generate a .mkv file?
I need to synchronize azure with my other sensors. So I am wondering if any implements to act like k4arecord in AZURE_KINECT_SDK but controling by ROS nodes to start recording and create a .mkv file with the same timpstamp in ROS.
I'm sorry, I don't follow your request.
I am also interested in this feature. I guess what we want is the capability of playing back a .mkv file in synchronization with a bag file.
Maybe we could add a parameter recording_enabled to allow the user of this driver to optionally record (as a .mkv file) the captures and/or IMU samples plus, e.g., their associated ROS timestamps (or some time offset). The recorded ROS timestamps will enable the .mkv file to be played back in synchronization with the simulated ROS time that is being published, say, by rosbag play <bag-files> --clock.
Marking this as a feature request.