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!
NewSDK get_FrameID
Re: NewSDK get_FrameID
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.