TdxCustomCameraControl.Resolutions Property
In This Article
Provides indexed access to resolutions available for the active camera.
#Declaration
Delphi
property Resolutions[AIndex: Integer]: TSize read;
#Property Value
Type | Description |
---|---|
TSize | A camera resolution, in pixels. |
#Remarks
Use the ResolutionIndex property to switch between available camera resolutions.
See Also