Synchronize multiple Azure Kinect DK devices

盈憲 陳 1 Reputation point
2022-12-27T06:58:20.6+00:00

I need to connect 2 different Azure Kinect sensors to one PC for capturing videos from different angles at the same time, and I want to use python control them.

Do you have any code for reference?

thanks.

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.
288 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 28,231 Reputation points
    2022-12-27T13:11:58.947+00:00

    @盈憲 陳 Welcome to Microsoft Q&A forum!

    I need to connect 2 different Azure Kinect sensors to one PC for capturing videos from different angles at the same time, and I want to use python control them.

    Yes, you can connect multiple Azure Kinect Sensors. Each Azure Kinect DK device includes 3.5-mm synchronization ports (Sync in and Sync out) that you can use to link multiple devices together. After you connect the devices, your software can coordinate the trigger timing between them.

    Please check the documentation for more details Synchronize multiple Azure Kinect DK devices incase if you haven't checked earlier.

    Do you have any code for reference?

    For information about how to set up your software to control the cameras and use the image data, see the Azure Kinect Sensor SDK.

    Also, There are few samples available here

    Hope this helps. Do let us know if you have any further queries. Happy to assist you further.

    If the response is helpful, please click "Accept Answer" and upvote it.