Enum arducam_mega::CaptureFormat
source · #[repr(u8)]
pub enum CaptureFormat {
Jpeg,
Rgb,
Yuv,
}Expand description
The format in which the camera data should be formatted
You will most likely want to use Jpeg, as Rgb generates images that are much greater in
size than Jpeg, and could therefore data blobs that are too big for your MCU to handle.
Variants§
Trait Implementations§
source§impl Clone for CaptureFormat
impl Clone for CaptureFormat
source§fn clone(&self) -> CaptureFormat
fn clone(&self) -> CaptureFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CaptureFormat
impl Debug for CaptureFormat
source§impl Default for CaptureFormat
impl Default for CaptureFormat
source§fn default() -> CaptureFormat
fn default() -> CaptureFormat
Returns the “default value” for a type. Read more