TdxCustomCameraControl.Resolutions Property
Provides indexed access to resolutions available for the active camera.
Declaration
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