|
|
|
|
|
- Use conditions
- Special cases
VideoStop (Function) In french: VidéoArrête Stops the video preview or video recording in a Camera control.
ResArrêt = VideoStop(CAM_Cuisine, viStopDisplay)
Syntax
<Result> = VideoStop(<Camera control> [, <Action to stop>])
<Result>: Boolean - True if the camera preview stream or the video recording in the Camera control is stopped properly,
- False if an error occurs. To get more details on the error, use ErrorInfo.
<Camera control>: Control name Name of the Camera control to be used. <Action to stop>: Optional integer constant Type of action to stop: | | viStopAll (Default value) | Stops the camera preview stream and the video recording. The corresponding file is generated. The specified Camera control becomes empty. | viStopCapture | Stops recording the video. The corresponding file is generated. | viStopDisplay | Stops the camera preview stream. The specified Camera control becomes empty. |
Remarks Use conditions  To use this function, a "camera" must be connected to the current computer. Note: This function is equivalent to CameraStop.Special cases - To save the video captured by a web camera, use VideoCapture.
- To display the video captured by a web camera in a Camera control, use VideoDisplay.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|