SightLine Applications Command, Control, and Script API
v3.3
|
Current image size parameters.
Sends the capture size and display size for the camera specified by cameraIndex. Sent in response to SLAGetParameters_t().
NOTE: If a camera displays to 2 outputs (eg. Network and Analog), display width and height will be for the Network.
NOTE: The display size results are different for 1500 vs 3000/4000, see below.
The display width, height and rectangle will be 0 if the specified camera is not being displayed.
The display rectangle indicates the location in a multi (PiP and 2-Up) display where the specified camera is drawn. It will be all 0's if display is not in multi mode.
The dimensions and rectangle of the display are always returned no matter which camera index is specified.
Message ID 0x4E
Byte Offset | Name | Description |
---|---|---|
4-5 | capWide | Width of captured image |
6-7 | capHigh | Height of captured image |
8-9 | disWide | Width of display for the specified camera. 3000/4000: 0 if not displaying. NOTE: Network size if displaying to Network plus Analog/HDMI/HDSDI. |
10-11 | disHigh | Height of display for the specified camera. 3000/4000: 0 if not displaying |
12-13 | disRectCol | Display rectangle column offset |
14-15 | disRectRow | Display rectangle row offset |
16-17 | disRectWide | Display rectangle width |
18-19 | disRectHigh | Display rectangle heigh |
20 | cameraIndex | Camera that image size properties are being retrieved from |
Firmware Version: 3.3