- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Overview
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Introduction
We are working on this article to update more information about VizionCTL and ensure the contents are correct.
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:
Download the VizionSDK for your corresponding platform from the following link: VizionSDK Download Page.
Once downloaded, extract the contents of the archive.
Locate the
vizion-ctl
executable within the extracted files and copy it to the/usr/bin/
directory.
sudo cp vizion-ctl /usr/bin/
- 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.