I’m trying to get Nuitrack working with my following setup:
-Raspberry Pi 4 (4GB)
-Raspbian 10 (buster)
-RealSense SDK v2.3.1
-RealSense D435 (firmware v05.12.03.00)
-Nuitrack SDK (latest)
I have my camera plugged into a USB 3 port with the original cable.
When I run the license tool, I get the following error:
Network Error (99): Unable to init SSL Context:
When I run the compatability test or the nuitrack_sample, I get a white window that pops up and nothing happens. The terminal window shows the following error:
ERROR: Can’t create DepthSensor module
AstraProPerseeDepthProvider: Can’t create RGB Stream (VideoCapture device ID is not valid)
KinectDepthProvider: Devices not found
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
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)
KinectDepthProvider: Devices not found
OpenNI2DepthProvider: Can’t open device ( DeviceOpen using default: no devices found
)
OpenNIDepthProvider: Can’t create OpenNI DepthGenerator (OpenNI Status: Can’t create any node of the requested type!)
Any help is greatly appreciated. Thanks!