Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Integer |
Description |
Height of a window of interest |
"Set" effect |
Specifies the height of a window of interest, in lines |
"Get" effect |
Retrieves the height of a window of interest, in lines |
Classification
Class |
Channel |
Category |
Camera Advanced Features |
Level |
Expert |
Identifiers
String |
WoiHeight |
C, C++ |
MC_WoiHeight |
.NET |
MC.WoiHeight |
Numerical |
4337 |
The parameters WoiOrgX, WoiOrgY, WoiWidth et WoiHeight define the windows of interest in camera windowing mode.
The n-th window of interest is defined as follows:
channel.SetParam (MC_WoiOrgX + n, 10);
channel.SetParam (MC_WoiOrgY + n, 20);
channel.SetParam (MC_WoiWidth + n, 100);
channel.SetParam (MC_WoiHeight + n, 200);
channel.SetParam (MC_WoiOrgX + n, 10);