viva-genicam 0.2.0

High-level GenICam facade: discovery, control, streaming, events
Documentation
1
2
3
4
5
6
7
//! Re-exports the canonical TimeSync implementation from tl-gige.
//!
//! The [`TimeSync`] struct maintains a sliding window of timestamp measurements
//! and computes a linear model mapping device ticks to host time. See the
//! `viva_gige::time` module for full documentation.

pub use viva_gige::time::{DEFAULT_TIME_WINDOW, TimeSync};