viva-genicam
High-level GenICam facade: camera discovery, feature control, image streaming, events, and action commands.
This is the main entry point for the viva-genicam workspace. It re-exports the lower-level crates and provides convenience wrappers so you can get started with a single dependency.
Disclaimer -- Independent open-source Rust implementation of GenICam-related standards. Not affiliated with, endorsed by, or the reference implementation of EMVA GenICam. GenICam is a trademark of EMVA.
Features
- Discovery -- find GigE Vision cameras on any network interface
- Connect & control --
connect_gige()one-liner for camera connection with automatic XML fetch - Feature access -- typed get/set for Integer, Float, Enum, Boolean, Command, String features
- Streaming --
FrameStreamasync iterator with resend, reassembly, and backpressure - Events & actions -- subscribe to camera events; trigger synchronized acquisition
- Chunks & timestamps -- parse chunk data; map device timestamps to host time
- USB3 Vision -- optional
u3vfeature for USB3 Vision cameras
Usage
[]
= "0.1"
use ;
use Duration;
async
Feature flags
| Flag | Description |
|---|---|
u3v |
Enable USB3 Vision transport |
u3v-usb |
Enable USB3 Vision with real USB hardware access (includes u3v) |
Documentation
Part of the viva-genicam workspace.