Skip to main content

TdxCustomCameraControl Class

The base class for the camera control.

Declaration

TdxCustomCameraControl = class(
    TcxControl,
    IdxSkinSupport
)

Remarks

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 Example

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.

Main API Members

The list below outlines key members of the TdxCustomCameraControl class that allow you to configure cameras and capture video and images.

Terminal TdxCustomCameraControl Class Descendant

Do not use the TdxCustomCameraControl class directly. Use the TdxCameraControl class instead.

Implements

See Also