I am currently adding safeguards to a project I've been working on, in the case that a Kinect is not plugged in. I had thought of using Kinect.isOpen() as a flag to check this.
Kinect.isOpen() returns true, despite not having a device plugged in after kinect.open() is called.
At first, I thought it might be because some Kinect services were running in the background,
however, even after terminating the processes in the background, Kinect.isOpen() returns true.
Did I misinterpret the use of Kinect.isOpen(), if so how would I check the status of the Kinect?
I am currently adding safeguards to a project I've been working on, in the case that a Kinect is not plugged in. I had thought of using Kinect.isOpen() as a flag to check this.
Kinect.isOpen() returns true, despite not having a device plugged in after kinect.open() is called.
At first, I thought it might be because some Kinect services were running in the background,
however, even after terminating the processes in the background, Kinect.isOpen() returns true.
Did I misinterpret the use of Kinect.isOpen(), if so how would I check the status of the Kinect?