AzureKinect C # code that outputs physical information to CSV in Unity

陸 畠山 1 Reputation point
2022-01-18T17:40:37.12+00:00

I have a question about dealing with Azure kinect in Unity.
I don't know the C # code that outputs CSV (Excel) information of the body position and angle of Body Tracking. Could anyone please teach me?

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
290 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
    2022-01-20T14:37:25.55+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. QuantumCache 20,261 Reputation points
    2022-02-04T00:10:38.967+00:00

    Hello @陸 畠山 , I hope the below information on samples included in Github would be useful for your scenario.

    Please comment in the below section so that we help you further!

    Azure Kinect Body Tracking OfflineProcessor Sample

    The Azure Kinect Body Tracking OfflineProcessor sample demonstrates how to playback a recording Azure Kinect MKV file, run through the body tracking SDK and store the body tracking results in a json file.

    0 comments No comments