vcl-dxcameracontrol-4430a88c.md
The base class for the camera control.
TdxCustomCameraControl = class(
TcxControl,
IdxSkinSupport
)
A camera control allows you to capture a video or images from built-in or connected cameras. The camera control accesses a specific camera to render its output.
The camera control allows you to select the required camera from those registered in the Device Manager and allows users to switch between registered cameras and their resolutions in the camera control’s Settings pop-up menu.
The list below outlines key members of the TdxCustomCameraControl class that allow you to configure cameras and capture video and images.
Do not use the TdxCustomCameraControl class directly. Use the TdxCameraControl class instead.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomCameraControl
See Also