Hang up at nuitrack_console_sample Build&Run with VS2015+D435

Hi.
I have troubled with win10 / VisualStudio2015 at nuitrack_console_sample Build.

1.Run “nuitrack c11”(sample exe) works fine.:grinning:

Start nuitrack c11
ERROR: AstraProPerseeDepthProvider can’t create RGB Stream (VideoCapture device ID is not valid)
DepthProviderManager: AstraProPerseeDepthProvider can’t create RGB Stream (VideoCapture device ID is not valid)
Can’t find video camera!
Can’t find Depth camera!
ERROR: Couldn’t open device ( DeviceOpen using default: no devices found
)
DepthProviderManager: Couldn’t open device ( DeviceOpen using default: no devices found
)
ERROR: Can not create OpenNI depth generator (OpenNI Status: Can’t create any node of the requested type!)
DepthProviderManager: Can not create OpenNI depth generator (OpenNI Status: Can’t create any node of the requested type!)
Create DepthProvider: Realsense2DepthProvider

  1. But “nuitrack_console_sample” compile with VS2015(win10 64bit).:anguished:

Project setting is below.
-set Include directory ->NuitrackSDK\Nuitrack\include
-set lib directory ->NuitrackSDK\Nuitrack\lib\win64
-set linker directory ->NuitrackSDK\Nuitrack\lib\win64
-set linker dependency files.
->nuitrack.lib
middleware.lib
-set No SDL check
-set No usage precompiled header.

x64 build and no compile error.
console response is below

Usage: nuitrack_console_sample [nuitrack.config] VS2015 debug mode
ERROR: AstraProPerseeDepthProvider can’t create RGB Stream (VideoCapture device ID is not valid)
DepthProviderManager: AstraProPerseeDepthProvider can’t create RGB Stream (VideoCapture device ID is not valid)
Can’t find video camera!
Can’t find Depth camera!
ERROR: Couldn’t open device ( DeviceOpen using default: no devices found
)
DepthProviderManager: Couldn’t open device ( DeviceOpen using default: no devices found
)
ERROR: Can not create OpenNI depth generator (OpenNI Status: Can’t create any node of the requested type!)
DepthProviderManager: Can not create OpenNI depth generator (OpenNI Status: Can’t create any node of the requested type!)
Create DepthProvider: Realsense2DepthProvider

image

then console Hang up forever.

It looks Console response is same as c11.:confounded:
what is wrong.

thanks;

Hi Nosuke,

Actually, a depth map is not displayed when nuitrack_console_sample is run. Only coordinates of user’s hands are displayed in the console. Please try to move your hands or change your position in front of the sensor so that you can see the console output.

Thank you Olga.

I got it.
:smiley: