Avatar

Christian Sahar

  • Total activity 84
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 71

Activity overview

Latest activity by Christian Sahar
  • Avatar

    Christian Sahar created an article,

    How to Access the Server's Transaction Bus

    This article describes how to capture an Event Rules alarm/notification data and use it in your 3rd party application to perform an appropriate action in response to the triggered Event Rule. When ...

  • Avatar

    Christian Sahar created an article,

    Nx Meta Platform Overview

    What Is The Nx Meta Platform? The Nx Meta platform exists to allow developers to create and sell their own products that are integrated with Nx Witness, whether it’s an integration with the Nx ecos...

  • Avatar

    Christian Sahar created an article,

    How to Download Thumbnails using the Nx Server API?

    Nx Witness allows you to retrieve a thumbnail from the camera, in the form of a static image, through the API. Refer to GET/ec2/cameraThumbnail under the System API section in the API Documentation...

  • Avatar

    Christian Sahar created an article,

    Nx Server Archive Encryption

    Nx Witness 5.0 introduced Archive Encryption, a new feature that enhances the security of the Nx Server by allowing video archive files stored in the storage volume to be encrypted. Archive Encrypt...

  • Avatar

    Christian Sahar created an article,

    How Secure is Nx Cloud?

    This article addresses questions from users about how secure Nx Cloud is from hacks and the level of access Network Optix has to users’ systems.  Does Nx Have Access to Users' Private Data? It is r...

  • Avatar

    Christian Sahar created an article,

    Nx Witness Authentication APIs

    This article will describe each authentication API and demonstrate how developers can utilize their functionality in a brief code example. All owner-level API requests in the /rest section of the A...

  • Avatar

    Christian Sahar created an article,

    How to Collect Nx Mobile Debug Logs?

    This article provides instructions on how to collect the debug logs on your iOS or Android mobile device. When reporting issues you encounter on Nx Mobile, providing a client log can help the Nx su...

  • Avatar

    Christian Sahar created an article,

    Step 1. Preparing a Workspace

    To start things off, we need to prepare our workspace for developing the plugin. The VMS Server officially supports various versions of Ubuntu and Windows, you can see a full list of supported OSs ...

  • Avatar

    Christian Sahar created an article,

    Plugin Control Flow

    The Server loads the plugin’s dynamic library and invokes its entry point function createNxPlugin() (see i_plugin.h), which returns a pointer to the nx::sdk::IPlugin interface instance. The Serve...

  • Avatar

    Christian Sahar created an article,

    Plugin Subsystem Architecture

    Let's take a deep dive into the inner workings of the Server from a plugin's perspective. The diagram above can serve as a reference. During the initialization of a video device, the Server create...