orbbec / OrbbecSDK

Orbbec SDK C/C++ base core lib
https://www.orbbec3d.com/
MIT License
68 stars 9 forks source link

Azure body tracking over IP #92

Open nahsmith opened 1 month ago

nahsmith commented 1 month ago

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 commented 1 month ago

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 commented 1 week ago

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.