crabcamera 0.8.3

Advanced cross-platform camera integration for Tauri applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Testing utilities for CrabCamera
//!
//! Provides synthetic test data based on real hardware captures
//! from OBSBOT Tiny 4K camera and microphone.

pub mod synthetic_data;

pub use synthetic_data::{synthetic_video_frame, ObsbotCharacteristics};

#[cfg(feature = "audio")]
pub use synthetic_data::synthetic_audio_frame;