Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure body tracking over IP #92

Open
nahsmith opened this issue May 28, 2024 · 2 comments
Open

Azure body tracking over IP #92

nahsmith opened this issue May 28, 2024 · 2 comments

Comments

@nahsmith
Copy link

nahsmith commented May 28, 2024

The body tracking SDK uses a k4a::device where as the Orbbec SDK network connection creates an ob::device. I do not see any way to use the ob::device in the body tracking SDK. Is it possible to stream over IP to the body tracking SDK.

@zhonghong322
Copy link
Contributor

zhonghong322 commented Jun 4, 2024

The Body Tracking SDK does not need to concern itself with the ob::device, as the ob::device is already encapsulated within the K4a wrapper. The external interface of the K4a wrapper is consistent with that of Azure Kinect. You can enable network usage to obtain depth data by modifying the OrbbecSDKConfig_v1.0.xml file and setting
image

@nahsmith
Copy link
Author

nahsmith commented Jun 25, 2024

They need to add copying the config in the instructions at access-akdk-application. Not sure why Orbbec would want the default to not work with Azure Kinect SDK, but that fixed my issue. Thank you zhonghong322.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants