viva-service 0.2.0

Zenoh bridge exposing GenICam cameras as network-accessible services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! GenICam camera service library — bridges genicam-rs to Zenoh for genicam-studio.
//!
//! The binary entrypoint lives in `main.rs`; this module re-exports the core
//! components so that integration tests can drive the service in-process.

pub mod acquisition;
pub mod config;
pub mod device;
pub mod nodes;
pub mod pixel_format;
pub mod status;
pub mod xml;