All Collections
Customer Support Documents
Information Applicable to All Chronos Cameras
Network Control of Chronos High-Speed Cameras via Webpage, Live Video Stream, and REST API
Network Control of Chronos High-Speed Cameras via Webpage, Live Video Stream, and REST API
R
Written by Roberto Gonzalez, PhD
Updated over a week ago

Network Control for Chronos Cameras


A Chronos Camera can easily be controlled over the internet or a local network via the Ethernet port. Each camera provides both an intuitive web-based control interface, as well as an Application Programming Interface (API) for controlling and automating camera actions based on site requirements.

Notes:

  • To connect to the camera outside of a local area network, consult your organization's network administrator

  • Ethernet-to Fiber media extenders can be used for distances greater than 100 meters

1 . Setting up a Camera connected via Ethernet or USB

1.1 . Connecting via Ethernet

Network information can be found on the camera’s touchscreen, in the Util menu, under the Network tab.

The IP address is listed in the Network Status box at the bottom of the screen, on the 2nd line, just after "inet addr:"

If the IP address is not listed, the camera is not connected to the network. Double check that the camera is connected via ethernet, and the green activity light on the camera’s port is flashing.

1.2 . Connecting via Mini-USB or Micro-USB

The camera can be accessed at the IP address 192.168.12.1 when using the mini-USB or micro-USB connection.

Windows operating systems require a RNDIS driver to connect via USB. Windows 10 should find and download it automatically if an internet connection is available. Older versions may require manual installation in this fashion:

2 . Connecting to and controlling the Camera

2.1 . Remote Camera Control via Web UI

To control and monitor the camera from a web page, open a web browser and go to the address http://, where is the camera’s IP address from Step 1. For example, using the IP address from step 1, the address would be http://192.168.1.76

The web page will be displayed similar to the image below:

2.2 . Remote Monitoring via Live Stream

VLC Media Player can be used to view a 60 FPS stream from the camera.

Select Media->Open Network Stream:

On the Open Media window, for the network URL at the location shown in the red box below, enter “rtsp://” followed by the camera’s IP address.

It is recommended to reduce the Caching setting to reduce the latency between the camera and the connected computer. It is shown below at the location in the blue box, after checking Show More Options near the bottom of the window. 500 ms is suitable for a resolution of 1920x1080.

2.3 . Remote Camera Control via API

To control the camera via a custom script or program, use the HTTP API. The documentation for the HTTP API is hosted on the camera itself. It can be accessed on a web browser at the address http://IP/apidoc/, where IP is the IP address of the camera.

Control of the Chronos camera is provided as a REST API, which is a common way to communicate with web services.

The Chronos API provides access to the camera configuration, settings and related data describing the camera's hardware and available features. For examples on API usage with various programming languages, please visit

Did this answer your question?