From ff999402bdded446d9b2fdf4e1eb69226af3acc0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Thu, 10 Aug 2017 10:22:29 -0400 Subject: [PATCH] niimaqdxsrc: add non-standard 'BayerRG 16' format --- sys/niimaqdx/gstniimaqdx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/niimaqdx/gstniimaqdx.c b/sys/niimaqdx/gstniimaqdx.c index ce4ad47..cb7806a 100644 --- a/sys/niimaqdx/gstniimaqdx.c +++ b/sys/niimaqdx/gstniimaqdx.c @@ -214,6 +214,8 @@ ImaqDxCapsInfo imaq_dx_caps_infos[] = { , {"Bayer RG 16", 0, VIDEO_CAPS_MAKE_BAYER16 ("rggb16", "1234"), 16, 16, 1} , + {"BayerRG 16", 0, VIDEO_CAPS_MAKE_BAYER16 ("rggb16", "1234"), 16, 16, 1} + , {"Bayer GB 16", 0, VIDEO_CAPS_MAKE_BAYER16 ("gbrg16", "1234"), 16, 16, 1} , {"JPEG", 0, "image/jpeg", 8, 8, 1}