Hi.
I have troubled with win10 / VisualStudio2015 at nuitrack_console_sample Build.
1.Run “nuitrack c11”(sample exe) works fine.
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
- But “nuitrack_console_sample” compile with VS2015(win10 64bit).
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
then console Hang up forever.
It looks Console response is same as c11.
what is wrong.
thanks;