ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Video functions
  • Remarks:
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
Remark: These functions are also available in prefix syntax (Camera/Video functions (prefix syntax)).
The following functions are used to manage videos:
VideoCaptureCaptures the images received from the camera:
  • as an image: takes a photo.
  • as a video: records a video.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoConfigureAllows you to configure the video capture driver.
VideoDisplayDisplays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoGenerateThumbnailGenerates a thumbnail of the specified photo or video.
VideoListDriverLists the video capture drivers installed on the current computer.
VideoListParameterLists the values supported by the device camera for a given parameter.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoParameterReturns or modifies the value of a parameter for the device camera.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoRequestPermissionRequests permission to use the device's camera.
VideoSetDriverConnects the "Camera" control to a specific driver for video capture.
VideoStartAppStarts the device's native camera application to record a video or to take a photo.
VideoStartDecodingStarts decoding bar codes in a Camera control.
VideoStatusReturns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoStopStops playing or recording a video in a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
VideoStopDecodingStops decoding a bar code in a Camera control.

Remarks:

  • The Videoxxx and Cameraxxx functions are identical.
  • dSaveImageJPEG saves the image from a Camera control:
    • in a JPEG file.
    • in memory.
  • dSaveImageBMP saves the image from a Camera control:
    • in a BMP file.
    • in memory.
Related Examples:
WD Multimedia Complete examples (WINDEV): WD Multimedia
[ + ] This example shows how to play animations, audio and video files (MP3, WAV, AVI, MPEG, etc.) using the Multimedia control in WINDEV.
WD WebCam Complete examples (WINDEV): WD WebCam
[ + ] This example explains how to include a WebCam in a WINDEV application.
The following topics will be presented in this example:
1/ Camera control
2/ Use of the video functions

Summary of the example supplied with WINDEV:
This example explains how a WebCam can be included in a WINDEV window.
You have the ability to view the image captured by the camera, to perform an instant capture and to film the scene broadcasted as a Windows animation (AVI).
The Camera functions Unit examples (WINDEV Mobile): The Camera functions
[ + ] Using the WLanguage "Camera" functions to start the native video camera application of the device in order to record a video or to take a photo.
WM Expense Account Cross-platform examples (WINDEV Mobile): WM Expense Account
[ + ] This example allows you to manage your fees.

Let's see the main features of this application:
- The input of invoices
- Management of foreign currencies
- Inclusion of photo document for the invoices
- Ability to email the expense account
- Ability to track the expense accounts
- ...
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help