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.Capture Method

In This Article

Captures an image from the active camera.

#Declaration

Delphi
procedure Capture;

#Remarks

When the camera control is active, it always renders output frames from the selected camera. Call the Capture method to copy the current frame to the image container accessible through the CapturedBitmap property.

To capture a video from a camera to an AVI file, call StartRecording and StopRecording methods of a camera manager.

See Also