Skip to main content
A newer version of this page is available. .

TdxCustomCameraControl.Resolutions Property

Provides zero-based indexed access to the resolutions supported by the currently accessed camera.

Declaration

property Resolutions[AIndex: Integer]: TSize read;

Property Value

Type
TSize

Remarks

The resolution is identified by its index in the list of supported resolutions. This index is passed as the AIndex parameter.

The Width and Height properties of a TSize object returned by the Resolutions property specify the resolution’s pixel dimensions.

Use the ResolutionIndex property to switch the currently used camera resolution.

See Also