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.

PlayCallbackInfo

The PlayCallbackInfo interface specifies the unique identifier of a camera along with its resolution following any modifications or operations applied to it.

interface PlayCallbackInfo {
  deviceId: string;
  height: number;
  width: number;
}

deviceId

The unique identifier of the camera.

height

The height of the video frame.

width

The width of the video frame.

This page is compatible for:

Is this page helpful?

YesYes NoNo