Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a CSV file with devices listed as follows:

    Code Block
    IP address, Port, Vendor, Model, Login, Password, Identifier, Object name, Latitude, Longitude, Azimuth, Archive name, Recording mode


    Note
    titleAttention!

    For each added camera, three parameters are required: IP address, Vendor and Model.

    If a required parameter is not specified, it will be automatically set to its default value.

    You should include commas even if no additional parameters are set.


    Info
    titleNote

    To separate the integer and fractional parts in coordinates, use a point.


    Info
    titleNote

    If there is a comma in the device model name, in order not to violate the logic of the CSV file, it is necessary to add the \ character before the comma in the model name.

    Example: the device model name is CO-i20DY2(2,7-9) (CO-YUC-HM96-279). In the CSV file, it is necessary to specify the model name as CO-i20DY2(2\,7-9) (CO-YUC-HM96-279).

    For example:

    Code Block
    10.0.12.245, 80, Bosch, Dinion IP starlight 8000 MP, service, Admin12345!, 1441, Camera 1, 0, 0, 0, Archive AliceBlue, Always
    10.0.12.246,, Bosch, Dinion IP starlight 8000 MP,,,,,,,,,
    10.0.12.247, 80, Bosch, Dinion IP starlight 8000 MP,,,, Camera 3,,, Archive AliceBlue, On motion


    Note
    titleAttention!

    The vendor and model of the device must be specified exactly as in the list of supported devices.


    Info
    titleNote

    For correct display of the object name in Axxon Next VMS, the CSV file must be UTF-8 or UTF-32 encoded.


  2. Drag & drop the created file to the field in IP Device Discovery Wizard in Axxon Next.

...