FMX.Media.TCameraComponent.AvailableCaptureSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AvailableCaptureSettings: TArray<TVideoCaptureSetting> read GetDefaultCanvasCaptureSettings;

C++

__property System::DynamicArray<TVideoCaptureSetting> AvailableCaptureSettings = {read=GetDefaultCanvasCaptureSettings};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCameraComponent

Description

Array with the available capture settings.

You can use CaptureSettingPriority to set the criterion to sort the Array.

Use the CaptureSetting property to set the capture data resolution.

See the Quality property for further details.

See Also