Skip to content

Example codes of communicating with the Allied Vision Cameras with the Vimba X SDK

Notifications You must be signed in to change notification settings

UCBoulder/Vimba-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vimba-X

Installation

Download the Vimba X sdk from alliedvision website

install python api VmbPy

Find the path to the .whl file, usually under here "C:\Program Files\Allied Vision\Vimba X\api\python\vmbpy-1.0.5-py3-none-any.whl"

Copy the path and do to install VmbPy

pip install "C:\Program Files\Allied Vision\Vimba X\api\python\vmbpy-1.0.5-py3-none-any.whl"

Install numpy and opencv

pip install numpy
pip install opencv-python

About

Example codes of communicating with the Allied Vision Cameras with the Vimba X SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages