Hi, this is my problem: I wold like to implement a motion detection. In Internet i found that the motion is captured using two different frame, and with the function Core.absdiff() put the differce in a new Mat. I haven't undestand how i take a frame and anfter 0.1 second take another frame to do the differnce. How i can do?
Thanks for yuor time.