For my research I'm using leapmotion with C++ and Matlab to capture a frame and then measure the angle of each finger's first joint angle. The issue is that when I call this function from another function, I need to initialize the leapmotion each time and then pause my function so it can get ready. This doesn't work because I need the frames to be available every 33 milliseconds. Was hoping someone had a suggestion on how to get this to work.