MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Camera Advanced Features Category > Expert Level (Camera Advanced Features) > WoiOrgY

WoiOrgY

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 Avenue Grablink Express Grablink Quickpack ColorScan Grablink Quickpack CFA Grablink Full Grablink DualBase Grablink Base

Description

Type

Integer

Description

Y origin of a window of interest

"Set" effect

Specifies the Y position of a window of interest, in lines

"Get" effect

Retrieves the Y position of a window of interest, in lines

Classification

Class

Channel

Category

Camera Advanced Features

Level

Expert

Identifiers

String

WoiOrgY

C, C++

MC_WoiOrgY

.NET

MC.WoiOrgY

Numerical

4335

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);