Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about VimbaX Python API installation #234

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/services/allied_vision_camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ driver through that interface.
Vimba X SDK: `https://www.alliedvision.com/en/products/software/ <https://www.alliedvision.com/en/products/software/>`_
``VmbPy`` Python API: `https://github.com/alliedvision/VmbPy <https://github.com/alliedvision/VmbPy>`_

.. note::
The current catkit2 environment file installs the legacy VimbaPython package instead of the required VmbPy package.
This is because the VmbPy package is not available on any conda channel or PyPI. To install the VmbPy package, you
need to install it from source as described under the link above.

The service has been successfully tested with the following camera models:

- Alvium 1800 U-158m
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ dependencies:
- pip:
- dcps
- zwoasi>=0.0.21
- git+https://github.com/alliedvision/[email protected]
- git+https://github.com/alliedvision/[email protected] # See issue #229
Loading