# Install visp with Homebrew, apt, Nix

Visual Servoing Platform library. Version 3.7.0 via Homebrew; verified 2026-06-25.

## Install

```sh
sudo av install brew:visp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install visp
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libvisp-ar-dev
```

  Evidence: Debian stable package indexes: libvisp-ar-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#visp
```

  Evidence: nixpkgs package indexes: pkgs/by-name/vi/visp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:visp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/visp>
- **Version:** 3.7.0
- **Source summary:** Visual Servoing Platform library
- **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
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- visp-calibrate-camera (cli)
- visp-compute-apriltag-poses (cli)
- visp-compute-chessboard-poses (cli)
- visp-compute-eye-in-hand-calibration (cli)
- visp-compute-eye-to-hand-calibration (cli)
- visp-config (cli)
- visp-read-rs-dataset (cli)
- visp-save-rs-dataset (cli)
- visp-calibrate-camera (alias)
- visp-compute-apriltag-poses (alias)
- visp-compute-chessboard-poses (alias)
- visp-compute-eye-in-hand-calibration (alias)
- visp-compute-eye-to-hand-calibration (alias)
- visp-config (alias)
- visp-read-rs-dataset (alias)
- visp-save-rs-dataset (alias)

## 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

## Install behavior

- Post-install hook: defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 3.7.0
- Package-manager updated: 2026-06-25
- Local data: ok
- Upstream repository: https://visp.inria.fr/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2005: ViSP described in IEEE Robotics and Automation Magazine and released as an open-source visual servoing library.
- 2015: Public GitHub repository created under lagadic/visp.
- 2017: 3.0.1 and 3.1.0 releases published in the GitHub release line.
- 2019: 3.2.0 release continued the modular 3.x series.
- 2021: 3.4.0 released.
- 2023: 3.6.0 released.
- 2025: 3.7.0 released and documented.

### Related projects

- Official related projects include visp_contrib, visp_sample, visp_started, UsTK, camera_localization, and ROS integrations. The library also relies on and interoperates with third-party robotics and vision software such as OpenCV and CMake-based toolchains.

### Sources

- <https://api.github.com/repos/lagadic/visp>
- <https://api.github.com/repos/lagadic/visp/releases?per_page=8>
- <https://inria.hal.science/inria-00351899>
- <https://raw.githubusercontent.com/lagadic/visp/master/README.md>
- <https://visp-doc.inria.fr/doxygen/visp-3.7.0/index.html>


## Security Notes

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.


## Source Database Details

- **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:** stable

## Other Package-Manager Records

- Debian apt - libvisp-ar-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-ar-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-ar | https://visp.inria.fr
- Debian apt - libvisp-ar3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-ar3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform ar library | https://visp.inria.fr
- Debian apt - libvisp-blob-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-blob-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-blob | https://visp.inria.fr
- Debian apt - libvisp-blob3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-blob3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform blob tracking library | https://visp.inria.fr
- Debian apt - libvisp-core-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-core-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-core | https://visp.inria.fr
- Debian apt - libvisp-core3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-core3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform core library | https://visp.inria.fr
- Debian apt - libvisp-detection-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-detection-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-detection | https://visp.inria.fr
- Debian apt - libvisp-detection3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-detection3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform detection library | https://visp.inria.fr
- Debian apt - libvisp-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for ViSP | https://visp.inria.fr
- Debian apt - libvisp-dnn-tracker-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-dnn-tracker-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-dnn-tracker | https://visp.inria.fr
- Debian apt - libvisp-dnn-tracker3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-dnn-tracker3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform dnn-tracker library | https://visp.inria.fr
- Debian apt - libvisp-doc - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing library - documentation | https://visp.inria.fr
- Debian apt - libvisp-gui-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-gui-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-gui | https://visp.inria.fr
- Debian apt - libvisp-gui3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-gui3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform gui library | https://visp.inria.fr
- Debian apt - libvisp-imgproc-dev - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-imgproc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for libvisp-imgproc | https://visp.inria.fr
- Debian apt - libvisp-imgproc3.6t64 - 3.6.0-5: normalized package name match | Debian stable package indexes: libvisp-imgproc3.6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | visual servoing platform imgproc library | https://visp.inria.fr


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [flann](https://www.automicvault.com/pkg/brew/flann/) - Runtime dependency declared by Homebrew.
- [glew](https://www.automicvault.com/pkg/brew/glew/) - Runtime dependency declared by Homebrew.
- [gsl](https://www.automicvault.com/pkg/brew/gsl/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [g2o](https://www.automicvault.com/pkg/brew/g2o/) - Shares av.db curated category or tags: c-plus-plus, cli, computer-vision, robotics, science.
- [opencv](https://www.automicvault.com/pkg/brew/opencv/) - Shares av.db curated category or tags: c-plus-plus, cli, computer-vision, science.
- [rtabmap](https://www.automicvault.com/pkg/brew/rtabmap/) - Shares av.db curated category or tags: cli, computer-vision, robotics, science.
- [colmap](https://www.automicvault.com/pkg/brew/colmap/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [librealsense](https://www.automicvault.com/pkg/brew/librealsense/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [octomap](https://www.automicvault.com/pkg/brew/octomap/) - Shares av.db curated category or tags: cli, robotics, science.
- [biosig](https://www.automicvault.com/pkg/brew/biosig/) - Shares av.db curated category or tags: c-plus-plus, cli, science.
- [ccfits](https://www.automicvault.com/pkg/brew/ccfits/) - Shares av.db curated category or tags: c-plus-plus, cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/visp.yml](https://github.com/automic-vault/db/blob/main/combined/visp.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
