Method for determining unique frames
Posted: 23 February 2010 05:01 PM   [ Ignore ]
Jr. Member
RankRank
Total Posts:  47
Joined  2010-02-15

Is there any way to determine if when you request a frame it is a new frame and not one you have already received such as a frame id or something similar. I realize you might not be able to tell either because I doubt the camera is informing you but it would be helpful.

I already wrote a subsample pixel comparison to “quickly” determine different frames but I would rather not have to do so especially if it is already done.

Profile
 
 
Posted: 24 February 2010 03:58 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  585
Joined  2009-09-17

Unless you are calling CLEyeCameraGetFrame with waitTimeout=0, every frame that is returned with this function will be a new frame. Therefore there is no need for checking. Please refer to the Introduction to CL-Eye Multicam C++ API for more info.

AlexP

Profile
 
 
 
 


RSS 2.0     Atom Feed