Skip to main content
Skip table of contents

Camera Uplink agent

VXG provides a reference code – Uplink SDK and documentation for integration with IP cameras. The code can be integrated with a camera in one of 2 ways:

  1. As a camera plug-in, if camera firmware supports an open platform (camera applications or plug-ins).

  2. Build-in into camera firmware.

The Uplink agent uses minimal camera resources. It creates a Web Socket Secure (WSS) channel between a camera and the Cloud VMS and tunnels ONVIF and RTSP protocols.

The requirements for interfacing with the camera are very minimal, the Uplink agent should be able to do the following:

  1. Retrieve the camera Serial Number.

  2. Retrieve the camera Mac Address.

You can find the full source code with build instructions and step-by-step testing instructions in our GitHub repository:

https://github.com/VideoExpertsGroup/VXG.Uplink.SDK-

The file vxg_proxy_client.cc is example code for how to use the VXGUplink library.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.