8 lines
195 B
Rust
8 lines
195 B
Rust
// 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;
|