ICameraOptions – GBG IDscan Documentation

ICameraOptions

Options for the camera

Signature:

export interface ICameraOptions 

Properties

PropertyType
resolutions{
 minimum: IResolution;
 ideal: IResolution;
 }

ICameraOptions.resolutions property

Signature:

resolutions: {
        minimum: IResolution;
        ideal: IResolution;
    };

Was this page helpful?