Hi
I am currently trying to workout the best solution to workout between current frame and previous frame.
The Process I am trying to achieve is a movement detector for example if someone is stood completely still in front of a depth camera (Kinect) there should be nothing happening the difference between current frame and the previous frame is nothing . But as soon as movement happens then stuff come to life from movement the difference in frames should be high. Trying to build a system that can detect between 0 and 1, or a float value.
I am looking at frame delay and frame feedback but just not fully understanding how they work or how they are meant to be connected if anyone is willing to give some advice or help this would be very appreciated.