I had the previous generation real sense working, but the new L515 gives an error in nuitrack_sample.exe.
ERROR: Can’t create DepthSensor module
AstraProPerseeDepthProvider: Can’t create RGB Stream (VideoCapture device ID is not valid)
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
Realsense2DepthProvider: Can’t enumerate Realsense2 camera
OpenNIDepthProvider: Can’t create OpenNI DepthGenerator (OpenNI Status: Can’t create any node of the requested type!)Can’t create DepthSensor module
AstraProPerseeDepthProvider: Can’t create RGB Stream (VideoCapture device ID is not valid)
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
Realsense2DepthProvider: Can’t enumerate Realsense2 camera
OpenNIDepthProvider: Can’t create OpenNI DepthGenerator (OpenNI Status: Can’t create any node of the requested type!)
I’m guessing I need to upgrade the realsense2 dll but replacing it doest work. If I swap out the realsense2.dll provided by NUITRACK sdk with the dll from latest intel it gives a new error:
ERROR: Can’t create DepthSensor module
AstraProPerseeDepthProvider: Can’t create RGB Stream (VideoCapture device ID is not valid)
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
Realsense2DepthProvider: Can’t initialize Realsense2: rs2_config_resolve(config:000000000D5012C0, pipe:000000000D504460):I tried switching out the realsense2.dll but that provided a different error
ERROR: indent preformatted text by 4 spaces Can’t create DepthSensor module
AstraProPerseeDepthProvider: Can’t create RGB Stream (VideoCapture device ID is not valid)
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
Realsense2DepthProvider: Can’t initialize Realsense2: rs2_config_resolve(config:000000000D5012C0, pipe:000000000D504460):
any suggestions on how to get the new realsense dll working with nuitrack so I can use the new sensors?