TdxCustomCameraControl.Pause Method
In This Article
Pauses rendering of output frames obtained from the camera.
#Declaration
Delphi
procedure Pause;
#Remarks
This method automatically captures the output frame that is currently rendered on the camera control’s surface and pauses further rendering until the Play method call.
See Also