ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Video functions
  • Use conditions
  • Special cases
  • Required permissions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
<Camera>.Stop (Function)
In french: <Caméra>.Arrête
Stops the video preview or video recording in a Camera control.
AndroidiPhone/iPad
Warning
Starting with version 27, this function is deprecated for Android and iOS applications. This function is kept only for Camera controls created with earlier versions and with the "Version-26-compatible mode" option enabled ("General" tab of the control description window).
Example
// Arrête l'affichage de la séquence vidéo actuellement retransmise
// dans le champ Caméra "CAM_Cuisine"
ResArrêt = CAM_Cuisine.Arrête(viStopDisplay)
Syntax
<Result> = <Camera control>.Stop([<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.
viStopCaptureStops recording the video. The corresponding file is generated.
viStopDisplayStops the camera preview stream. The specified Camera control becomes empty.
Remarks

Use conditions

  • WINDEVWindows To use this function, a "camera" must be connected to the current computer.
  • Android This function requires a device equipped with a camera. It can also be used in the Android emulator.
  • iPhone/iPad This function requires a device equipped with a camera.

Special cases

Android

Required permissions

This function changes the permissions required by the application.
Permission required: CAMERA.
This permission allows the applications to access the camera.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help