The region of the scene that you want to monitor.
Specify the region using a comma-separated list of values in the order: left
,top
,width
,height
. These represent:
Depending on the setting of the RegionUnit parameter, values are given in either pixels or as percentages of the image dimensions. The top-left pixel has the coordinates 0,0
.
To specify a non-rectangular region, set FreeformRegion instead.
Type: | Comma-separated list of integers |
Default: | |
Required: | Yes, unless you set FreeformRegion instead |
Configuration Section: | TaskName |
Example: |
The following example region covers the central 50% of the width of the frame, and the entire height of the frame.
|
See Also: |
|