Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The function purpose of the decklinksrc module is to return a constant stream of frames from the default webcam. By providing frames at a fast rate, a video interface can be developed and passed into other functions such as the QR Scanner or Video Display. In a forever loop, frames are repetitively grabbed from an OpenCV VideoCapture() and updated as the function’s parameter.

...