Page 1 of 1

NewSDK get_FrameID

Posted: Fri Nov 12, 2010 10:24 am
by avelazquez
Hello,

I will like to know how to use the get_FrameID function with the new SDK (Official Release - 1.0.000 Final). This is very important since I want to make sure no frames are dropped and this is one of the few ways to ensure this.

Thanks!

Re: NewSDK get_FrameID

Posted: Fri Nov 12, 2010 3:45 pm
by beckdo
For V100/R2 cameras the Frame ID is an unsigned 24 bit number that increments upward, when it reaches the maximum value it rolls over. At 100FPS it will increment by 1. At 50FPS it will increment by 2, etc. Its useful for detecting frame drops.