Skip to content

AlbertaSat/vimba-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimba-rs

This repository contains safe wrapper functions over raw bindings generated from the Vimba X 2025-2 VmbC API.

This is currently a work in progress.

Setup

Some extra steps are required to run the query_version example. Here I will only cover how to set up on linux.

After cloning the repository or adding the crate to you Cargo.toml you must add Vimba's library directory to your LD_LIBRARY_PATH so that the example can link at runtime with the libVmbC.so:

export LD_LIBRARY_PATH=/opt/VimbaX_2025-2/api/lib

Now you can run the query_version example:

cargo run --example query_version

Note: This example can run without being connected to the camera.

About

Safe rust bindings for Vimba X SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published