Hello @Mahsa Sanei
I assume you have already use the Azure Kinect Viewer Tool to export the file to .ply format, right?
When you select the time range for export, simply select the entire duration of the recording instead of a specific timestamp or range of timestamps. This will export the 3D point cloud data for the entire time range of the recording into a single .ply file. You can then use this file for further analysis or visualization.
Try following commands to convert the file:
You can use the following command to convert the .mkv file to image files:
k4a_mkv2image -i input.mkv -o output_directory
You can use the following command to convert the image files to .ply files:
python examples/python/ReconstructionSystem/sensors/azure_kinect_mkv_reader.py --input record.mkv --output frames
Please comment in the below section for further help on this, happy to help you!
If this answers your query, do click Accept Answer and Yes for this answer as helpful. And, if you have any further query do let us know by commenting in the below section.