Saurabh Pradhan
Saurabh Pradhan

Reputation: 85

How to use a feed from Azure Kinect in multiple applications?

I have Azure Kinect and I am currently using PyK4a wrapper for python and Azure Kinect SDK for C++ application. I want to use feed from my Kinect in two applications at the same time. Is it possible to do this in parallel?

Upvotes: 0

Views: 176

Answers (1)

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65461

One alternative is to create a new application that reads the feed from the Kinect. This new application would then forward the feed to your two applications.

Upvotes: 1

Related Questions