Hello, After all the steps to install Kinect1 library by referencing https://github.com/shiffman/OpenKinect-for-Processing, I am using Kinect1 on Processing 3. If I run the program which uses Kinect1, it works fine at the first place. However, at some point (sometimes after 2 minutes or sometimes after 2 hours), Kinect 1 gets disconnected, even though the program still runs. The program doesn't crash but since the Kinect is disconnected the user cannot proceed in the application. In fact, when I run the program, the command screen keeps showing a line, "isochronous transfer error: 1". Even if this line keeps coming up, Kinect works properly before it gets disconnected at some point and it never gets recovered.
So, I wonder what the problem is for the case and how I could avoid disconnection problem. Also, I wonder if there is a way to reconnect Kinect1 after disconnection.