|
|
|
|
|
- Use conditions
- Special cases
CameraDisplay (Function) In french: CaméraAffiche Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control.
ResFilm = CameraDisplay(CAM_Camera)
IF ResFilm = True THEN
CAM_Camera.Libellé = "En ce moment dans la cuisine"
ELSE
Error(ErrorInfo())
END
Syntax
<Result> = CameraDisplay(<Camera control>)
<Result>: Boolean - True if the video captured is displayed in the Camera control,
- 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. Remarks Use conditions To use this function, a "camera" must be connected to the current computer.
- At runtime, the video captured by the camera is automatically shown as soon as the window containing the Camera control is opened. In this case, the call to CameraDisplay is not required.
- To stop recording the video, use CameraStop.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|