Search code examples
opencvdisparity-mapping

Is opencv disparity map of real time stationary image meant to change?


Is a disparity map generated in OpenCV from two live camera feeds of a stationary scene meant to change over time??? (I assumed not but I am getting a changing disparity image.)


Solution

  • Unless the successive images from each camera are exactly the same (which is highly unlikely), the disparity image should change slightly.