Open
Description
I seem to get inverted colours when using this with some cameras (i.e. classic purple skin look).
I've attempted adjusting the sink caps (BGR
) in the GStreamer video convert and also tried adjusting the v412 driver's pixel format (v4l2-ctl -v pixelformat=UYVY
or v4l2-ctl -v pixelformat=RGB3
) - but no luck.
Opening a regular GStreamer sink displays correctly coloured video - i.e. gst-launch-1.0 v4l2src ! "video/x-raw,framerate=30/1,format=UYVY" ! v4l2h264enc extra-controls="controls,h264_profile=4,h264_level=10,video_bitrate=256000;" ! video/x-h264,profile=high ! h264parse ! queue ! matroskamux ! filesink location=foo.mkv
Anyone else had this issue?