Region
The JSON Region element defines a rectangular region for motion and object detection within an image or video frame.
Example
"regions": [
{
"top_left_x": 435,
"top_left_y": 388,
"width": 600,
"height": 224
}
]
Attributes
Name | Type | Description |
---|---|---|
top_left_x | int | the left side of the region in pixels from the left side of the frame |
top_left_y | int | the top of the region in pixels from the top of the frame |
width | int | the width of the region in pixels |
height | int | the height of the region in pixels |