Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomCameraControl Class

The base class for the camera control.

#Declaration

Delphi
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