Dear all,
I am trying to use Leap Motion to read raw Images. But I see that the frame rate is very slow. For example, when I read a raw image I assigned and printed a time stamp to window console like this:
while (true)
{
Leap::ImageList images = controller.images();
time_t timestamp_lm = time(0);
cout << "timestamp leap motion: " << timestamp_lm << endl;
.....
}
However, the timestamp is printed in screen with low rate as the video below:
I guess that the frame rate is around 20-30 Hz. So do you know to increase frame rate for Leap Motion? and How to increase the frame rate?
Thank you so much for your help!
Best Regards.