|
|
|
|
|
- Use conditions
- Special cases
<Camera>.Display (Function) In french: <Caméra>.Affiche Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. // 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 - 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|