This visual execution shows how a drone uses optical flow for indoor positioning. First, the drone captures two consecutive camera frames. Then, it calculates optical flow vectors that represent pixel movement between these frames. Using these vectors, the drone estimates its movement in x and y directions (dx, dy). The drone updates its position by adding these movements to its current coordinates. This process repeats continuously to track the drone's position indoors without GPS. The execution table traces each step, showing how variables like frames, flow, and position change. Key moments clarify why two frames are needed and how position updates happen. The quiz tests understanding of position updates and flow calculation steps.