Method Update
Update(IplImage, int)
Updates the video player control with the specified frame.
public void Update(IplImage frame, int frameNumber)
Parameters
frameIplImageAn OpenCV.Net.IplImage object containing the pixel data of the current video frame.
frameNumberintThe zero-based index of the current video frame.