Table of Contents

Method Update

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Update(IplImage, int)

Updates the video player control with the specified frame.

public void Update(IplImage frame, int frameNumber)

Parameters

frame IplImage

An IplImage object containing the pixel data of the current video frame.

frameNumber int

The zero-based index of the current video frame.