FMX.Media.TCameraComponent

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCameraComponent

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

Code Samples