TdxCustomCameraControl.CapturedBitmap Property
In This Article
Returns the captured image.
#Declaration
Delphi
property CapturedBitmap: TcxBitmap32 read;
#Property Value
Type | Description |
---|---|
Tcx |
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