Enum bayer::BayerDepth [] [src]

pub enum BayerDepth {
    Depth8,
    Depth16BE,
    Depth16LE,
}

The depth and endianness of the raw image.

Note that many cameras only capture 12-bits per pixel, but still store the data as 16-bits per pixel. These should be treated as 16-bits per pixel for the purposes of this library.

Variants

Trait Implementations

impl Clone for BayerDepth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BayerDepth
[src]

impl Debug for BayerDepth
[src]

Formats the value using the given formatter.

impl Eq for BayerDepth
[src]

impl PartialEq for BayerDepth
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.