Comments

3 comments

  • Avatar
    Norman - Nx Support

    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.

     

    0
    Comment actions Permalink
  • Avatar
    wiseman.yu

    The current environment is that there are about 80 servers merged and about 4000 cameras. Simply turn off all camera shifts, but I can’t find the API option. I hope you can tell me the method, thank you

    0
    Comment actions Permalink
  • Avatar
    Norman - Nx Support

    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,

    0
    Comment actions Permalink

Please sign in to leave a comment.