FMX.Media.TCameraComponent.CaptureSetting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptureSetting: TVideoCaptureSetting read GetCaptureSetting write InternalSetCaptureSetting;

C++

__property TVideoCaptureSetting CaptureSetting = {read=GetCaptureSetting, write=InternalSetCaptureSetting};

Properties

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

Description

Current frame capture configuration.

Use the CaptureSetting property to set the capture data resolution from the available ones.

See the Quality property for further details.

See Also