TdxCustomCameraControl.CapturedBitmap Property
Returns the captured image.
Declaration
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