NewSDK get_FrameID

Post Reply
avelazquez
Posts: 19
Joined: Mon Jun 07, 2010 7:40 am

NewSDK get_FrameID

Post 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!
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: NewSDK get_FrameID

Post 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.
Post Reply