hi,
i run sample tutorial-1-camerapreview in opencv2.4.8 sdk on allwinner a10 pad which has one 1.0G Hz arm A8 core. i find the sequence of frame retrieved from camera is in chaos.the previous frame is interlaced with later frame.and if i run the same sample on faster chip such as mt6589 platform which has four 1.2Ghz A7 core,i could get correct video.So my question is :
if my opencv image process function is some complex,similar with above chaos situation,maybe could not complete before next frame come,how to delay calling oncamerafram function until current frame process func is complete.I am willing to get rid of some frame.i can not let opencv program in chaos.
any suggestion?thanks anyway.