Bosch Building Technologies

    cancel
    Showing results for 
    Search instead for 
    Did you mean: 
    Sort by:
    ‎03-16-2023 08:43 AM
    Configuration Manager 7.60 by default will only trust CA signed certificates. Changing the security requirements will change the behavior of how CM displays the connection/access.
    View full article
    ‎03-14-2023 04:28 PM
    "Show VCA items" is a function which works in Internet Explorer 11 with the Bosch MPEG ActiveX installed. Due the end-of-life of Internet Explorer, this function is no longer available on Microsoft Edge.
    View full article
    ‎08-21-2023 09:10 AM
    In this article is explained step by step how to collect logs from your DIVAR IP all-in-one 4000 & 6000.
    View full article
    4 weeks ago
      Important note Currently, the VRM is itself very seldom used in combination with Genetec. Starting with 2022, Genetec developed a new driver for Bosch cameras “Hybrid driver for CPP13/14+”. With this, the VRM is not considered anymore. With the old “Legacy (CPP7.3 and older) the VRM is still supported.      Related Products: VRM, Genetec Security Center Overview: It is possible to use VRM free of charge (no extra VRM license is required) within Genetec Security Center. Genetec is sending encrypted secret to the VRM server with the number of the licensed channels. When VRM receives and validates this, it can be used for that number of channels for 24 h. A periodic license update is send by Genetec, so the VRM licensing is guaranteed as long as it is used with Genetec Security Center. Default settings, if not extra configuration is needed or done. -License for 1000 Cameras - License update is done every hour   How to license more than 1000 cameras or change the license update period for VRM within Genetec Security Center: Open the Config Tool and Launch a Video Task Select the Archiver Go to the Resource Tab and click on Extensions From the Tab Installed extensions select Bosch. In the Tab VRM add a new VRM and/or select already configured VRM. Click on Advanced settings and add the following parameters If you need to license the system with more than the default 1000 licenses – create the parameter with Name VrmLicenseRequestCount and as value put the required number of licenses. The parameter name is case sensitive If you need to change the duration of the period between each license request (there is always one license request when the archiver starts) – create the parameter with Name VrmLicenseRequestPeriod. The duration of the period is in milliseconds. The default value is one hour. If the value is set to 0, the license request are disabled. The parameter name is case sensitive     Press Enter to confirm the entry and then Close Press Apply and then OK. At the webpage of the VRM one can check if the number of licenses is changed. If you would like to know how to replay the recordings from a Bosch camera managed by Bosch Video Recording Manager (VRM) in Genetec Security Center software, please follow this video: How to use VRM recording in Genetec Security Center   Note:  To support customer needs and to leverage the most important features of Bosch cameras (like data security, Video Analytics, and intelligent bitrate management), the agreed focus of Bosch and Genetec is on the Genetec Archiver Recording Solution. Current and future developments are focused on this recording solution and the VRM in Genetec will only be supported to maintain existing and upcoming projects where a VRM solution is selected. There will be no development of new features. In this maintenance mode, the following is possible: • Certification of new VRM versions (for projects)* • Certification of new DIVAR IP’s* *Requirement: stable API on VRM side Note: The VRM itself might offer more functionality not covered with the integration in Genetec.
    View full article
    ‎01-07-2022 01:00 PM
    This article contains the lists of cameras that support Camera Trainer, what Camera Trainer is, how it works, what to use it for and what not, and how to configure it. 
    View full article
    ‎02-22-2023 03:53 PM
    This article explains steb by step how to create the VCA fields for multiple presets in Configuration Manager.
    View full article
    ‎02-21-2023 01:36 PM
    This article explains step by step how to add a DIVAR Hybrid 5000 in BVMS Viewer and see Live image of cameras connected to the DIVAR.
    View full article
    ‎02-20-2023 03:38 PM
    This article contains videos which explain the usage of Bosch cameras integrated in Genetec Security Center.
    View full article
    6 hours ago
    Alarm Management has a split user management. The users are created in Alarm Management related to what they are allowed to access in the system.
    View full article
    4 hours ago
    Cloud VMS provides an AI Snapshot in the Operator Interface > Verification Mode, next to the Alarm Snapshot from the camera and the Smart Event Image.
    View full article
    ‎02-10-2023 09:20 AM
    In this article you will find all the steps of the process to recover the DIVAR IP AIO 4000 or 6000 to factory defaults.
    View full article
    100% helpful (1/1)
    ‎08-21-2023 09:43 AM
    Related Products: BVMS SDK, BVMS    Overview: BVMS Scriptlets can be debugged via logging to a logger file or messaging to the Operator workstation. This article describes how to enable BVMS Scriplet logging. You can log to the Server Script log or the Client Script log. Logs are default send to C:\ProgramData\Bosch\VMS\Log   1.Creating Log files ClientScriptLogger – automatically created Creates file “ClientScriptLog.txt” ServerScriptLogger - automatically created  Creates file “ServerScriptLog.txt”   2.Log information to the log files There are 3 methods to log information: Log Info Log Error Log Debug   Examples: [Scriptlet("59c4d66e-9395-4dcc-8d27-90dc2b7a00c4")] public void DemoLogger() { //use refence:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 MessageBox.Show("Hello World"); Logger.Info("Hello World script started"); Logger.Error("Hello World script started"); Logger.Debug("Hello World script started"); // Not writing to ClientScriptLog.txt ! }   3.Logging Location - C:\ProgramData\Bosch\VMS\Log. The logs are automatically collected by the BVMS Configuration Collection Tool. 4.Changing the location of the BVMS Scriplet Logging.   Server Scripts : Logging Directory can be found in the file: C:\Program Files (x86)\Bosch\VMS\AppData\Server\CentralServer\BvmsLogCfg.xml and is defined by the ServerScriptLogAppender path: Default: </appender> <appender name="ServerScriptLogAppender" type="Bosch.Vms.Shared.Logging.Imp.RollingFileAppender, Bosch.Vms.Shared.Logging.Imp"> <file value="%CommonApplicationData%\\Bosch\\VMS\\Log\\ServerScriptLog.txt"/>   Client Scripts : Logging Directory can be found in the file: C:\Program Files (x86)\Bosch\VMS\AppData\Client\OpClient\ApplicationWiring\Nvr\LogCfg.xml and is defined by the ClientScriptLogAppender path: Default: </appender> <appender name=“ClientScriptLogAppender" type="Bosch.Vms.Shared.Logging.Imp.RollingFileAppender, Bosch.Vms.Shared.Logging.Imp"> <file value="%CommonApplicationData%\\Bosch\\VMS\\Log\\ClientScriptLog.txt"/>
    View full article
    ‎01-26-2023 11:09 AM
    This article explains how to configure the Bosch ITS and NTCIP licensed versions of IP moving cameras to respond to National Transportation Communications ITS Protocol (NTCIP).
    View full article
    ‎01-20-2023 10:14 AM
    This article explains step by step how to play exported recording files from VRM eXporter Wizard in BVMS Export Player.
    View full article
    ‎01-20-2023 08:30 AM
    This article contains the steps to focusing a Bosch Box camera: set the Back Focus to the Center position and focus on a specific area
    View full article
    6 hours ago
    This article explains step by step how to export an Alarm Clip and Cloud Recording from Alarm Management to the local PC.
    View full article
    ‎01-16-2023 03:54 PM
    This article explains step by step how to do the configuration of a camera & VJD 7000 & Monitor Group integrated in BVMS 11.1.1.
    View full article
    ‎01-13-2023 01:40 PM
    This article shows step by step how to call a FLEXIDOME IP panoramic 5000 camera preposition in Operator Client. 
    View full article
    ‎01-12-2023 11:39 AM
    There is an issue with VRM versions lower than 4.0 where the retention time for recordings from VSG instances is set incorrectly. There are a few things that usually cause the recording mode to be set incorrectly. Find out more details from this article!
    View full article
    100% helpful (1/1)
    ‎08-21-2023 09:42 AM
    This article explains how to collect Video SDK Logs for VSDK based applications.
    View full article
    Top Contributors
    Icon--AD-black-48x48Icon--address-consumer-data-black-48x48Icon--appointment-black-48x48Icon--back-left-black-48x48Icon--calendar-black-48x48Icon--center-alignedIcon--Checkbox-checkIcon--clock-black-48x48Icon--close-black-48x48Icon--compare-black-48x48Icon--confirmation-black-48x48Icon--dealer-details-black-48x48Icon--delete-black-48x48Icon--delivery-black-48x48Icon--down-black-48x48Icon--download-black-48x48Ic-OverlayAlertIcon--externallink-black-48x48Icon-Filledforward-right_adjustedIcon--grid-view-black-48x48IC_gd_Check-Circle170821_Icons_Community170823_Bosch_Icons170823_Bosch_Icons170821_Icons_CommunityIC-logout170821_Icons_Community170825_Bosch_Icons170821_Icons_CommunityIC-shopping-cart2170821_Icons_CommunityIC-upIC_UserIcon--imageIcon--info-i-black-48x48Icon--left-alignedIcon--Less-minimize-black-48x48Icon-FilledIcon--List-Check-grennIcon--List-Check-blackIcon--List-Cross-blackIcon--list-view-mobile-black-48x48Icon--list-view-black-48x48Icon--More-Maximize-black-48x48Icon--my-product-black-48x48Icon--newsletter-black-48x48Icon--payment-black-48x48Icon--print-black-48x48Icon--promotion-black-48x48Icon--registration-black-48x48Icon--Reset-black-48x48Icon--right-alignedshare-circle1Icon--share-black-48x48Icon--shopping-bag-black-48x48Icon-shopping-cartIcon--start-play-black-48x48Icon--store-locator-black-48x48Ic-OverlayAlertIcon--summary-black-48x48tumblrIcon-FilledvineIc-OverlayAlertwhishlist