Overview
  • 11 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Overview

  • Dark
    Light
  • PDF

Article Summary

Introduction

VizionCTL is a cross-platform command-line tool for controlling and monitoring cameras. It can modify camera parameters, read camera values and information, and update camera firmware through command-line instructions.

Currently, VizionCTL does not support Windows.

How to install

To install VizionCTL, follow these steps:

  1. Download the VizionSDK for your corresponding platform from the following link: VizionSDK Download Page.

  2. Once downloaded, extract the contents of the archive.

  3. Locate the vizion-ctl executable within the extracted files and copy it to the /usr/bin/ directory.

sudo cp vizion-ctl /usr/bin/
  1. Additionally, copy the libVizionSDK.so library to the /usr/lib/ directory.
sudo cp -RP libVizionSDK.so* /usr/lib/

Next Steps: Usage Guide

Now that you have successfully installed VizionCTL, you're ready to start controlling and monitoring your cameras. Head over to the Usage Guide to learn how to use VizionCTL effectively. This guide will walk you through the various commands and functionalities of VizionCTL, helping you make the most out of your camera control and monitoring experience.


Was this article helpful?

What's Next