Hello!
I have implemented a mono sensor on i.MX 8M Mini platform and can stream via gstreamer like this.
gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=GRAY8,width=1920,height=1080" ! videoconvert ! fpsdisplaysink text-overlay=true video-sink=autovideosink sync=false
However, I can only get 3 fps. Is there any method available to speed this up (hardware acceleration, etc.)
With v4l2-ctl I am able to stream much larger values.
I would also need this kind of acceleration for GRAY16_BE format.