Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

DCEFrame

The DCEFrame interface extends the DSImageData interface and represents an image extracted from video streams (video frame).

interface DCEFrame extends DSImageData {
  isDCEFrame: boolean;
  toCanvas: () => HTMLCanvasElement;
  tag?: VideoFrameTag;
}

isDCEFrame

Flag indicating whether the frame is a DCEFrame.

toCanvas

Converts the image data into an HTMLCanvasElement for display or further manipulation in web applications.

See Also

HTMLCanvasElement

tag: VideoFrameTag

Holds extra information about the image data which is extracted from video streams.

See Also

VideoFrameTag

This page is compatible for:

Is this page helpful?

YesYes NoNo