3DiVi / nuitrack-sdk

Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.
https://nuitrack.com
484 stars 65 forks source link

nuitrack sdk demo can't open intel realsense D435 #10

Closed AprilCat closed 3 years ago

AprilCat commented 3 years ago

Hello, I ran nuitrack sdk demo, but demo ran failed. there are some information in console:

Usage: nuitrack_console_sample [path/to/nuitrack.config] Can't find video camera! Can't find Depth camera! ERROR: Can't create DepthSensor module AstraProPerseeDepthProvider: Can't open device ( DeviceOpen using default: no devices found ) KinectDepthProvider: Devices not found OpenNI2DepthProvider: Can't open device ( DeviceOpen using default: no devices found ) Realsense2DepthProvider: Can't initialize Realsense2: rs2_config_resolve(config:0x563d423b4500, pipe:0x563d423aa800): Couldn't resolve requests

terminate called after throwing an instance of 'tdv::nuitrack::ModuleNotInitializedException' what():

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

Can anyone tell me how to solve it? Thanks. BTW, I use command nuitrack to test camera, it shows error. Screenshot from 2021-03-24 20-33-46

reuksv commented 3 years ago

Hello. Is there an error if you turn off all these checkboxes? image

BlindElephants commented 2 years ago

I'm having this same problem. Fails if all three are checked, and if all 3 are unchecked, and any combination in the Nuitrack executable, and also fails when trying to initialize skeleton tracking from the Python API. I am working with a Pro license.

From the Python API, this is the error:

ERROR: Can't create DepthSensor module
Realsense2DepthProvider: Can't initialize Realsense2: rs2_config_resolve(config:00000232A094CD50, pipe:00000232A0AB9C40):
    Couldn't resolve requests

Please advise