WebcamStillCaptureButton
property
Delphi
property WebcamStillCaptureButton: TWebcamStillCaptureButton read GetWebcamStillCaptureButton write SetWebcamStillCaptureButton default DEF_WebcamStillCaptureButton;
C++Builder
__property TWebcamStillCaptureButton WebcamStillCaptureButton = {read=GetWebcamStillCaptureButton, write=SetWebcamStillCaptureButton, default=0};
C#
public TWebcamStillCaptureButton WebcamStillCaptureButton { get; set; }
VB.NET
Public Property WebcamStillCaptureButton As TWebcamStillCaptureButton
C++/Qt
TWebcamStillCaptureButton GetWebcamStillCaptureButton ();
void SetWebcamStillCaptureButton (TWebcamStillCaptureButton Value);
Used to enable the frame capture when the webcam includes a still capture button. The type of the property is TWebcamStillCaptureButton, possible values: wb_Disabled: the still capture button is disabled. wb_Enabled: the still capture button is enabled, when pressed a frame will be captured. The captured frame will be returned by the OnFrameCaptureCompleted event, according to a memory bitmap, a BMP file or a JPEG file according to the BurstType property (the filename structure depends on the AutoFileName property).