ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Camera functions
  • Use conditions
  • Special cases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Stops the video preview or video recording in a Camera control.
Example
// Arrête l'affichage de la séquence vidéo actuellement retransmise
// dans le champ Caméra "CAM_Cuisine"
ResArrêt = CameraStop(CAM_Cuisine, viStopDisplay)
Syntax
<Result> = CameraStop(<Camera control> [, <Action to stop>])
<Result>: Boolean
  • True if the camera preview stream and/or the video recording in the Camera control is correctly stopped,
  • 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.
viStopCaptureStops recording the video. The corresponding file is generated.
viStopDisplayStops the camera preview stream. The specified Camera control becomes empty.
Remarks

Use conditions

  • Windows To use this function, a "camera" must be connected to the current computer.
  • Note: This function is equivalent to VideoStop.

Special cases

  • To record and save the video captured by a web camera, use CameraCapture.
  • To display the video captured by a web camera in a Camera control, use CameraDisplay.
Component: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help