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.CapturedBitmap Property

Returns the captured image.

#Declaration

Delphi
property CapturedBitmap: TcxBitmap32 read;

#Property Value

Type Description
TcxBitmap32

The image container populated with the captured frame.

#Remarks

Call the Capture or Pause procedure to capture the currently displayed frame and save it to the CaptureBitmap container. To capture a video from the active camera to an AVI file, call StartRecording and StopRecording methods of a camera manager.

See Also