1
2
3
4
5
6
7
8
/// Trigger the RaspberryPi Camera to capture image.
///
/// This module uses the bash command to access the Raspberry Pi's camera.
///
pub mod image {
    pub mod camera_operations;
    pub mod settings;
}