Hi,
I am trying to respond to plugging / unplugging of the camera with the application.
- Check the camera device and start with Nuitrack::init().
- Acquire depth data with DepthSensor::connectOnNewFrame(), RGB data with ColorSensor::connectOnNewFrame(), and skeleton data with SkeletonTracker::connectOnUpdate().
- When camera device is unplugged, call Nuitrack :: release () to exit Nuitrack.
There is no problem so far.
- The camera device is inserted and restarted from Nuitrack :: init ().
- Attempt to obtain depth data with DepthSensor::connectOnNewFrame (), RGB data with ColorSensor::connectOnNewFrame(), and skeleton data with SkeletonTracker::connectOnUpdate().
ColorSensor::connectOnNewFrame() callback is not called.
Visual Studio 2017 C++
Camera : Astro Pro
Nuitrack SDK : ver.1.3.7
I would appreciate any help
Thanks