camGetInfo (Functionblock) |
Top Previous Next |
This functionblock returns information about a connected camera.
Input: None.
Output: status : INT The status of the camera:
max_width : INT The maximum width of the camera. max_height : INT The maximum height of the camera. format : DINT The ID of the image format of the camera. If the camera supports multiple formats, the format with best support will be shown. Known formats:
Declaration: FUNCTION_BLOCK camGetInfo;
Example: INCLUDE rtcu.inc |