Motion Detection off
AnsweredIf there are multiple cameras, is there a large number of off-shift setting functions?
-
Hi wiseman.yu,
I tend to say yes, but it depends a bit more on your specific requirements. You can set different recording schedules, but you also can enable/disable motion detection through the API.
If you can provide more details, we might be able to offer a more details suggestion.
-
Hi wiseman.yu,
When using the API, you have the option to select the "/rest/v1/devices" endpoint. In the output related to motion, there is a parameter called "type" which allows you to conveniently enable or disable the motion detection functionality.
Enabled:
"id": "{8ae0180a-d9d9-b711-f5cc-17d8c498ab5c}",
"isLicenseUsed": true,
"mac": "00-02-D1-74-F7-BB",
"model": "FD9165-HT",
"motion": {
"mask": "5,0,0,44,32",
"type": "software"Disabled:
"id": "{8ae0180a-d9d9-b711-f5cc-17d8c498ab5c}",
"isLicenseUsed": true,
"mac": "00-02-D1-74-F7-BB",
"model": "FD9165-HT",
"motion": {
"mask": "5,0,0,44,32",
"type": "none"If you have any further questions or need assistance with this feature, please don't hesitate to reach out.
Best regards,
Please sign in to leave a comment.
Comments
3 comments