Options for the camera
Signature:
export interface ICameraOptions
Properties
| Property | Type |
|---|---|
| resolutions | { minimum: IResolution; ideal: IResolution; } |
ICameraOptions.resolutions property
Signature:
resolutions: {
minimum: IResolution;
ideal: IResolution;
};