Hi there, Is it possible to open a FemtoMega as a NetDevice using the Orbbec SDK for Azure Kinect Sensor SDK?
I couldn’t find any function to open a device by specifying its IP.
Or is there a way to convert a device obtained with ob::Context::createNetDevice() to KinectSDK?
I found the description ‘Modify the OrbbecSDKConfig_v1.0.xml to change the value of EnumerateNetDevice from false to true’ on the page titled ‘K4A Access Femto Mega Network Mode’.
By setting this, I was able to confirm that the Azure Kinect SDK can be used with a POE connection.