ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Camera functions
25 results
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
Starts recording a video via a Camera control in an Android or iOS application.
Stops the video recording previously started by CameraVideoStart.
Captures 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.
Usage example of the CameraChangeDriver function
Connects the "Camera" control to a specific driver for video capture.
Allows you to configure the video capture driver.
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Generates a thumbnail of the specified photo or video.
Lists the video capture drivers installed on the current computer.
Lists the values supported by the device camera for a given parameter.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Returns or modifies the value of a parameter for the device camera.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Captures a photo via a Camera control in an Android or iOS application.
Requests permission to use the device's camera.
Starts the device's native camera application to record a video or to take a photo.
Starts decoding bar codes in a Camera control.
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Stops the video preview or video recording in a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Stops decoding bar codes in a Camera control.
Starts recording a video via a Camera control in an Android or iOS application.
Stops the video recording previously started by CameraVideoStart.
WLanguage procedure ("callback") called when the photo is saved via CaméraPhoto.
WLanguage procedure ("callback") called when taking photos or recording videos via CameraRunApp.
WLanguage procedure ("callback") called when the video recording is completed.