FMX.Media.TVideoCaptureDevice.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 TVideoCaptureDevice

Description

Video capture configuration of the current frame.

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

See the Quality property for further details.

See Also