TdxCustomCameraControl.Capture Method
Captures an image from the active camera.
Declaration
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