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.

Class CameraEnhancerModule

The CameraEnhancerModule class defines common functionality in the CameraEnhancer module.

Name Description
static getVersion() Returns the version of the CameraEnhancer module.

getVersion

Returns the version of the CameraEnhancer module.

static getVersion(): string;

Parameters

None.

Code snippet

const version = Dynamsoft.DCE.CameraEnhancerModule.getVersion();
console.log(version);

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: