This endpoint retrieves the motion detection area configuration for the specified camera. The motion detection area defines the specific region within the camera's field of view where motion detection is actively performed. Only movements within this designated area will trigger motion detection, helping to reduce false alarms caused by activity outside the area.Users can modify the motion detection area settings as needed, and any changes will be immediately applied to the motion detection processing.Note: A valid access token must be provided in the request header to access this endpoint.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET '{{hub-ip}}/camera/{{camera-position}}/motion/motion-detection-area'