// Server-side eye capture streams and telemetry for remote preview feeds. include!("video/stream_core.rs"); include!("video/eye_capture.rs"); #[cfg(test)] #[path = "tests/video.rs"] mod tests;