Enum caer_frame_event_color_filter

Enum Documentation

enum caer_frame_event_color_filter

List of all frame event color filter identifiers. Used to interpret the frame event color filter field.

Values:

enumerator MONO

No color filter present, all light passes.

enumerator RGBG

Standard Bayer color filter, 1 red 2 green 1 blue. Variation 1.

enumerator GRGB

Standard Bayer color filter, 1 red 2 green 1 blue. Variation 2.

enumerator GBGR

Standard Bayer color filter, 1 red 2 green 1 blue. Variation 3.

enumerator BGRG

Standard Bayer color filter, 1 red 2 green 1 blue. Variation 4.

enumerator RGBW

Modified Bayer color filter, with white (pass all light) instead of extra green. Variation 1.

enumerator GRWB

Modified Bayer color filter, with white (pass all light) instead of extra green. Variation 2.

enumerator WBGR

Modified Bayer color filter, with white (pass all light) instead of extra green. Variation 3.

enumerator BWRG

Modified Bayer color filter, with white (pass all light) instead of extra green. Variation 4.