1 | initial version |
Hi Kea,
well, on each iteration the current frame captured from the camera is stored in the variable img. After the call to:
img = cv.QueryFrame(capture)
you can do whatever you want with img: Store it to disk, modify it in some way, detect objects... anything.
All the awesomeness is documented here