From e0b97d0a34d3945409a23b33d05896a8eed2dcd4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 24 Jun 2015 07:05:32 -0400 Subject: [PATCH] niimaqdxsrc: add "Bayer GR 8" and "Bayer GR 12" formats --- sys/niimaqdx/gstniimaqdx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/niimaqdx/gstniimaqdx.c b/sys/niimaqdx/gstniimaqdx.c index f2be969..7ff62bf 100644 --- a/sys/niimaqdx/gstniimaqdx.c +++ b/sys/niimaqdx/gstniimaqdx.c @@ -187,6 +187,10 @@ ImaqDxCapsInfo imaq_dx_caps_infos[] = { , {"Bayer BG 8", 0, VIDEO_CAPS_MAKE_BAYER8 ("bggr"), 8, 8, 1} , + {"Bayer GR 8", 0, VIDEO_CAPS_MAKE_BAYER8 ("grbg"), 8, 8, 1} + , + {"Bayer GR 12", 0, VIDEO_CAPS_MAKE_BAYER16 ("grbg16", "1234"), 12, 16, 1} + , //TODO: use a caps string that agrees with Aravis {"Bayer BG 16", 0, VIDEO_CAPS_MAKE_BAYER16 ("bggr16", "1234"), 16, 16, 1} };