macOS
brew install visplocal Homebrew formula metadata
brew
Visual Servoing Platform library. Version 3.7.0 via Homebrew; verified 2026-06-25.
install
brew install visplocal Homebrew formula metadata
sudo apt install libvisp-ar-devDebian stable package indexes · libvisp-ar-dev · source: deb.debian.org
nix profile install nixpkgs#vispnixpkgs package indexes · pkgs/by-name/vi/visp/package.nix · source: api.github.com
overview
Visual Servoing Platform library
history
ViSP, the Visual Servoing Platform, is an open-source C++ library for visual servoing, visual tracking, robotics, computer vision, augmented reality, and related simulation work. The project is developed and maintained by Inria's Rainbow team at Inria Rennes, formerly the Lagadic team.
ViSP's research lineage predates its GitHub repository. The official documentation says the team has developed and released ViSP as an open-source library since 2005, and asks researchers to cite the 2005 IEEE Robotics and Automation Magazine article by Eric Marchand, Fabien Spindler, and Francois Chaumette. That paper describes ViSP as a generic software platform with a wide class of robot-control skills.
The library was designed for hardware independence, simplicity, extensibility, and portability. Its original focus was visual servoing: controlling robot motion by regulating visual features observed by a camera. Over time, the documentation describes expansion into visual tracking, image processing, model-based tracking, pose estimation, simulation, Python bindings, and a DNN module for object detection and classification.
The public GitHub repository was created in September 2015 under the Lagadic organization. Releases in the 3.x series show continuing maintenance: 3.0.1 in 2017, 3.1.0 in 2017, 3.2.0 in 2019, 3.3.0 in 2020, 3.4.0 in 2021, 3.5.0 in 2022, 3.6.0 in 2023, and 3.7.0 in December 2025.
ViSP's adoption is primarily academic and robotics-focused. The official README and documentation emphasize publication citation, research-team stewardship, tutorial material, and examples for real and simulated robots. It is also integrated in ROS build contexts and tested across Linux, macOS, Windows, iOS, Android, and multiple architectures.
The project has become a reusable research platform rather than only a sample implementation from a paper. Its maintained examples, tutorials, hardware interfaces, and third-party integrations give robotics researchers a common base for validating visual servoing and tracking algorithms.
Users typically consume ViSP as a C++ library, building with CMake and linking modules for core math, I/O, GUI, vision, robot control, detection, tracking, and simulation tasks. The documentation points to examples for image acquisition, display, camera-pose computation, homography estimation, and real or simulated visual-servoing schemes.
The command-line tools packaged with ViSP reflect common robotics workflows: camera calibration, AprilTag and chessboard pose computation, eye-in-hand and eye-to-hand calibration, and RealSense dataset reading or saving.
ViSP is significant as a package because it brings a research-grade robotics and computer-vision stack into ordinary system package managers. For users building robotics demos, ROS components, calibration workflows, or visual tracking experiments, installing a packaged ViSP can avoid hand-assembling a long-lived Inria research codebase from source.
Its long history also matters: a 2005 research platform that still ships 3.x releases two decades later is a useful dependency anchor in a field where many academic code releases are short-lived.
security posture
No matching local secret-handling manifest was found for visp. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
visp-calibrate-camera | cli | global executable | |
visp-compute-apriltag-poses | cli | global executable | |
visp-compute-chessboard-poses | cli | global executable | |
visp-compute-eye-in-hand-calibration | cli | global executable | |
visp-compute-eye-to-hand-calibration | cli | global executable | |
visp-config | cli | global executable | |
visp-read-rs-dataset | cli | global executable | |
visp-save-rs-dataset | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:visp |
|---|---|
| Version | 3.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/visp |
| Homepage | https://visp.inria.fr/ |
| Repository | https://github.com/lagadic/visp |
| Upstream docs | https://github.com/lagadic/visp/wiki |
| License | GPL-2.0-or-later |
| Source archive | https://visp-doc.inria.fr/download/releases/visp-3.7.0.tar.gz |
| Last updated | 2026-06-25T13:38:11+02:00 |
| Pulse | updated |
| Dependencies | boost, eigen, flann, glew, gsl, jpeg-turbo, libdc1394, libomp, libpcap, libpng, lz4, openblas, opencv, pcl, qhull, qtbase, vtk, zbar |
| Build dependencies | cmake, pkgconf |
| Uses from macOS | libxml2 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | visp |
| Version Scheme | 0 |
| Revision | 6 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libvisp-ar-dev 3.6.0-5
development files for libvisp-ar
sudo apt install libvisp-ar-devlibvisp-ar3.6t64 3.6.0-5
visual servoing platform ar library
sudo apt install libvisp-ar3.6t64libvisp-blob-dev 3.6.0-5
development files for libvisp-blob
sudo apt install libvisp-blob-devlibvisp-blob3.6t64 3.6.0-5
visual servoing platform blob tracking library
sudo apt install libvisp-blob3.6t64libvisp-core-dev 3.6.0-5
development files for libvisp-core
sudo apt install libvisp-core-devlibvisp-core3.6t64 3.6.0-5
visual servoing platform core library
sudo apt install libvisp-core3.6t64libvisp-detection-dev 3.6.0-5
development files for libvisp-detection
sudo apt install libvisp-detection-devlibvisp-detection3.6t64 3.6.0-5
visual servoing platform detection library
sudo apt install libvisp-detection3.6t64libvisp-dev 3.6.0-5
development files for ViSP
sudo apt install libvisp-devlibvisp-dnn-tracker-dev 3.6.0-5
development files for libvisp-dnn-tracker
sudo apt install libvisp-dnn-tracker-devlibvisp-dnn-tracker3.6t64 3.6.0-5
visual servoing platform dnn-tracker library
sudo apt install libvisp-dnn-tracker3.6t64libvisp-doc 3.6.0-5
visual servoing library - documentation
sudo apt install libvisp-doclibvisp-gui-dev 3.6.0-5
development files for libvisp-gui
sudo apt install libvisp-gui-devlibvisp-gui3.6t64 3.6.0-5
visual servoing platform gui library
sudo apt install libvisp-gui3.6t64libvisp-imgproc-dev 3.6.0-5
development files for libvisp-imgproc
sudo apt install libvisp-imgproc-devlibvisp-imgproc3.6t64 3.6.0-5
visual servoing platform imgproc library
sudo apt install libvisp-imgproc3.6t64source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.