FMX.Media.TVideoCaptureDevice.Create
Delphi
constructor Create(const AManager: TCaptureDeviceManager; const ADefault: Boolean); override;
C++
__fastcall virtual TVideoCaptureDevice(TCaptureDeviceManager* const AManager, const bool ADefault);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | TVideoCaptureDevice |
Description
Constructs a TVideoCaptureDevice object and initializes its data before the object is first used.
AManager is the Manager that is managing this device.
ADefault is True if this is the default video capturing device for the AManager manager, False otherwise.
Create initializes Quality = CaptureSettings. This option allows you to set a customized capture data resolution.