Thanks for the answer. It seems interesting what you point out. Anyway, I’ve tried what you suggest in the forwarded post, and I’m still not able to stream it. I’ve successfully reached last step, but yet the gst pipeline gives the following error
nvidia@nvidia-desktop:~/Pictures$ gst-launch-1.0 filesrc location=img.bggr blocksize=2073600 ! 'video/x-bayer, width=1920, height=1080, framerate=25/1, format=bggr' ! bayer2rgb ! videoconvert
Setting pipeline to PAUSED ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming stopped, reason not-linked (-1)
Execution ended after 0:00:00.028811861
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Anyway I’ll take a look to the byte alignment fact that could be related to the problems I’m having.