| Crates.io | wincam |
| lib.rs | wincam |
| version | 0.1.3 |
| created_at | 2024-08-09 09:37:56.642612+00 |
| updated_at | 2024-08-14 20:30:39.036346+00 |
| description | This create aims to crate an easy way to capture images. |
| homepage | |
| repository | https://github.com/marci1175/wincam |
| max_upload_size | |
| id | 1330645 |
| size | 46,726 |
//Crate webcam handle
let mut webcam = Webcam::new_def_auto_detect().unwrap();
//Get raw image bytes
let raw_image_bytes = webcam.get_frame().unwrap();
//Handle bytes . . .