FMX.Media.TCameraComponent
Delphi
TCameraComponent = class(TFmxObject)
C++
class PASCALIMPLEMENTATION TCameraComponent : public Fmx::Types::TFmxObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | FMX.Media |
Description
Nonvisual component for a camera device.
To display the captured data on a bitmap, use the SampleBufferToBitmap method.
When using TCameraComponent on iOS applications, use the Kind property to specify which camera is used: the front camera of the device or the back camera. Use the Active property to specify if the camera device is active or disabled.
See Also
- FMX.Media.TCaptureDeviceManager
- FMX.Media.TVideoCaptureDevice
- FMX.Media.TCameraKind
- FMX.MediaLibrary
- FMX.MediaLibrary.Actions