Versions Compared

Key

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

The values of the param_id and param_value parameters, required for the SET_IPINT_PARAM reaction, can be individual both for each of integrated IP cameras and for their firmwares.

The valuesof the param_id and param_value are defined as follows:

  1. Open Open the directory with installed DriverPack, by default, C:\Program Files\Common Files\AxxonSoft\Ipint.DriverPack\3.0.0\.
  2. Using any word processor, open a file in this directory with the the Ipint.<Name of camera driver>.rep name, for instance example, Ipint.SonyIpela.rep.

    Info
    titleNote.
    In most cases, the name of the driver is the same as the name of the vendor manufacturer of the IP device. Contact AxxonSoft support team in order to obtain more specific information about the driver nameto check the name of the driver for the required manufacturer.


  3. In the file, find the name of the required model, for instance example, SNC-DH120T.
  4. There is the <videoSourceRef> tag within the <device> tag that contains the description of the required model like in the <model> tag. One  You must find one more occurrence of the id value of this parameter is to be found in the file (in this example this is video_source_dh160 value) in the the videoSource tag.
  5. The parameters of IP device and their possible values are described in the <property> tags. The description of possible values depends on their type.

...

Info
titleExample

Example of using the SET_IPINT_PARAM reaction:

  1. For the Camera object:
    DoReact("CAM", "1","SET_IPINT_PARAM","param_id<daynight>,param_value<on>");
  2. For the Video Capture Devicecapture device object:
    DoReact("GRABBER", "1","SET_IPINT_PARAM","param_id<daynight>,param_value<on>,cam_id<1>");

As a result of reactions execution the value of the “daynight” parameter is “on” for Camera 1.

To enable the SET_IPINT_PARAM reaction, the multistream mode is to be active - see Configuration of multistream video section of Administartor's Guidemust be enabled in Axxon PSIM (see Configuring the multistream video). Keep in mind that if only one stream is integrated for the camera, then there will be no video in the multistream mode.

You can find out the number of integrated streams in the list of IP devices integrated with Axxon PSIM software (go to see Documentation Drivers Pack page).

If this way can’t be used for any reason, then find out the number of integrated streams as follows:

  1. Repeat steps 1-3 of the previous algorithm.
  2. The required model is described within the <device> tag, integrated video streams are described in the <videoStreamingRef> tags.There should must be more than one stream.