ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Video functions
  • Use conditions
  • Special cases
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device.
Example
// Displays the video sequence currently transmitted in the "CAM_Camera" control
ResFilm = CAM_Camera.Display()
IF ResFilm = True THEN
// Displays a caption
CAM_Camera.Caption = "Now in the kitchen"
ELSE
Error(ErrorInfo())
END
Syntax
<Result> = <Camera control>.Display()
<Result>: Boolean
  • True if the video sequence currently transmitted is properly displayed in the Camera control,
  • False if an error occurred. To get more details on the error, use ErrorInfo.
<Camera control>: Control name
Name of the Camera control to be used.
Remarks

Use conditions

  • Windows To use this function, a "camera" must be connected to the current computer.

Special cases

  • At runtime, the video sequence transmitted by the associated Camera is automatically displayed as soon as the window containing the Camera control is opened. In this case, the call to <Camera>.Display is not required.
  • To stop playing a video sequence, use <Camera>.Stop.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help