2026-04-23 07:00:06 -03:00
|
|
|
// Server-side eye capture streams and telemetry for remote preview feeds.
|
|
|
|
|
include!("video/stream_core.rs");
|
|
|
|
|
include!("video/eye_capture.rs");
|
2026-04-17 11:51:19 -03:00
|
|
|
|
|
|
|
|
#[cfg(test)]
|
2026-04-23 07:00:06 -03:00
|
|
|
#[path = "tests/video.rs"]
|
|
|
|
|
mod tests;
|