Skip to content

Tutorial: Using frames

mailmindlin edited this page Nov 11, 2016 · 1 revision

Requirements

You should have completed Getting Started.

Capture Callbacks

Before starting your FrameGrabber, you should specify a CaptureCallback. Every time the FrameGrabber gets a frame available for processing, it will invoke the nextFrame(VideoFrame) method on your callback.

Clone this wiki locally