Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Api to get camera backup settings

Answered

Comments

6 comments

  • Andrey Terentyev
    • Network Optix team

    Hello Ali Ergin Hacimahmutoglu,

    We see your requests. There is no need to create duplicate threads on the same topics. Please avoid doing that. Instead, try to explain your situation in a post in the thread.

    Could you please provide the following information: OS version, VMS build number?

    0
  • Ali Ergin Hacimahmutoglu

    Hi Andrey, 

    Here are the versions I use,

    Thanks, 

     

     

    0
  • Andrey Terentyev
    • Network Optix team

    Thanks.

    The information "What to backup" and "Quality" is stored in the device options.

    Use /rest/v1/devices/{id} API to get it.

    Here is an example

    "options": {
        "backupContentType": "bookmarks",
        "backupPolicy": "on",
        "backupQuality": "CameraBackupLowQuality",
        "dewarpingParams": "{\"cameraProjection\":\"equidistant\",\"enabled\":false,\"fovRot\":0,\"hStretch\":1,\"radius\":0.5,\"sphereAlpha\":0,\"sphereBeta\":0,\"viewMode\":\"ceiling\",\"xCenter\":0.5,\"yCenter\":0.5}",
        "preferredServerId": "{a55e39cb-4c8b-b176-a144-87f853374086}"
    }
    0
  • Ali Ergin Hacimahmutoglu

    Thanks for your help,  I guess, it is also possible to set a backupQuality and whatToBackUp feature of camera with the modify device record API command. 

    Thanks in advance

    0
  • Andrey Terentyev
    • Network Optix team

    Yes, of course. You can modify options by inoking PATCH /rest/v1/devices/{id} and passing the appropriate options.

    For example,

    0
  • Ali Ergin Hacimahmutoglu

    Thanks  Andrey great help. I will use these two api commands in my project. 

    0

Please sign in to leave a comment.