Trait timestamped_frame::HostTimeData
source · pub trait HostTimeData: DynClone + Send + AsAny {
// Required methods
fn host_framenumber(&self) -> usize;
fn host_timestamp(&self) -> DateTime<Utc>;
}
Expand description
Has host framenumber and timestamps
Required Methods§
the number of the image (in order)
sourcefn host_timestamp(&self) -> DateTime<Utc>
fn host_timestamp(&self) -> DateTime<Utc>
the time the image was acquired on the host machine)