Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The BVMS (Bosch Video Management System) plugin for Canary is deigned to allow Witness to send camera movement updates to a BVMS server. This implementation will close a BVMS Virtual Input when a camera move operation is started by Witness and will open the Virtual Input again after a configurable period of camera inactivity. If the camera is moving in response to an alarm then data about the camera, track and alarm will be sent to BVMS each time the camera moves to look at a new Alarm.

Step-by-step guide

Configuring the plugin:

  1. Ensure the BVMS plugin is selected when installing Canary
  2. Start and stop Canary to get the default configuration
  3. Edit the PluginConfuguration.xml file

    PluginConfiguration.xml
     <?xml version="1.0" encoding="utf-8"?>
    <Config>
      <Plugins>
        <Bvms>
          <PluginConfig>
            <BvmsServerAddress>10.0.6.11</BvmsServerAddress>
            <BvmsServerPort>5390</BvmsServerPort>
            <User>Admin</User>
            <Password></Password>
            <InputResetPeriod>60</InputResetPeriod>
            <HeartbeatInterval>0</HeartbeatInterval>
          </PluginConfig>
        </Bvms>
      </Plugins>
    </Config>
    
    
    

     

     

     

     

     

     

     



     

 

 

<?xml version="1.0" encoding="utf-8"?>
<Config>
  <Plugins>
    <Bvms>
      <PluginConfig>
        <BvmsServerAddress>10.0.6.11</BvmsServerAddress>
        <BvmsServerPort>5390</BvmsServerPort>
        <User>Admin</User>
        <Password></Password>
        <InputResetPeriod>60</InputResetPeriod>
        <HeartbeatInterval>0</HeartbeatInterval>
      </PluginConfig>
    </Bvms>
  </Plugins>
</Config>

  • No labels