IMX6 MJPEG gstreamer pipeline with HW accelerated decode - greenish hue bar
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
We are in the process of upgrading our system using the VAR-SOM-MX6 Yocto Scarthgap but we have issue with particular gstreamer pipeline which we didn’t have before using Yocto Krogoth.
The following gstreamer pipeline shows a greenish-pinkish bar at the top of the video:
gst-launch-1.0 v4l2src device=/dev/video0 ! image/jpeg, width=1920, height=1080, framerate=30/1 ! vpudec ! queue ! imxcompositor_g2d ! imxv4l2sink
It occurs with all USB camera we tried when the resolution is not a multiple of 16 (like 1080p)
Adding an imxvideoconvert_g2d step fixes the issue, but it has performance implications:
gst-launch-1.0 v4l2src device=/dev/video0 ! image/jpeg, width=1920, height=1080, framerate=30/1 ! vpudec ! queue ! imxvideoconvert_g2d ! imxcompositor_g2d ! imxv4l2sink
With the convert element, we cannot obtain 1080p 30 fps with our more complex pipelines which uses multiple sinks to the imxcompositor_g2d.
Could you please help us with this regression?

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
The i.MX6 is not 1080p resolution supportable, this has to be the green line in the display, but is better contact Variscite for more information.
Regards
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The documentation for the VPU says the VPU supports up to 1080p at 30 frame per second.
i.MX VPU Application Programming Interface Linux® Reference Manual

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
Yes the VPU supports, but not the output of iMX6
Regards
