Skip to main content

TdxCustomCameraControl.ResolutionCount Property

Returns the number of resolutions available for the active camera.

Declaration

property ResolutionCount: Integer read;

Property Value

Type Description
Integer

The number of supported camera resolutions.

Remarks

The Settings pop-up menu lists all supported camera resolutions.

You can use ResolutionIndex and Resolutions properties to switch between available resolutions and identify individual resolutions.

See Also