I was experimenting with the leap motion controller in C# and used frame.CurrentFramesPerSecond() to output the frame rate.
I noticed that when the controller was running by itself, the frame rate was around 29-30 fps until I put my hand over it and it jumped to 113 fps. Is there a way to configure the frame rate to be higher or lower so I can control this value?