TdxCustomCameraControl.ResolutionCount Property
In This Article
Returns the number of resolutions available for the active camera.
#Declaration
Delphi
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