Module nri::bluefox 
            [-] [+]
        [src]
Service to capture frames from the mvBlueFOX3 camera
Reexports
extern crate time; | 
extern crate image; | 
use std::prelude::v1::*; | 
use std::thread; | 
use std::mem; | 
use std::fs; | 
use std::fs::File; | 
use std::io::{Read, Write}; | 
use self::image::{imageops, ImageBuffer, ColorType, FilterType}; | 
use self::image::png::PNGEncoder; | 
use std::sync::mpsc::{channel, Sender, SendError}; | 
use super::comms::{Controllable, CmdFrom, RestartableThread}; | 
Modules
| wrapper | 
Structs
| Bluefox | Controllable struct for the camera  | 
                    
Type Definitions
| PngStuff |