(cheese:5069): GLib-GIO-CRITICAL **: 13:03:29.223: g_settings_set_value: key ‘camera’ in ‘org.gnome.Cheese’ expects type ‘s’, but a GVariant of type ‘(null)’ was given
To get your camera working with cheese, you will have to ensure that it works
with the Gstreamer Framework and Video4Linux2 (V4L2) or Video4Linux (V4L). To
test this, you can use the ‘gstreamer-properties’ tool.
I can set my camera to another bayer video format which is “GRBG”. But it throws error" Internal data stream error…" for the same gst-launch-1.0 command when the camera is set to “GRGB” pixelformat mode.
Any idea why?
Does not this gstreamer does not support Bayer pixel format capture?
Ok. But I was able to capture the grey and bayer images both using the v4l2grab.c sample program with some minor modifications( changing the pixer format to ‘grey’ or ‘grbg’ depending on the video output format mode I had set.
Note: These sample program uses Libv4l Userspace Library as shown in the below link: