//! Windows camera capture backend (Media Foundation `IMFSourceReader`, CPU copy). Implements
//! `crate::camera::CameraCapture`.
// crate-root doc became module doc (ADR-0021 merge)
pub use ;
pub use ;
/// Serializes tests that touch real hardware (Media Foundation). Mirrors
/// [`crate::windows`]'s `HARDWARE_TEST_LOCK` — each hardware-touching module needs its own,
/// since Rust's default test harness runs `#[test]`s concurrently on separate threads.
pub static HARDWARE_TEST_LOCK: Mutex = new;