Imx8mp GUI overlay

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Imx8mp GUI overlay

1,526 Views
NagendraB
Contributor II

Hello 

I am using imx8m plus (5.4.70) platform  , for a specific requirement where the video overlay is required to play  on GUI (consider a simple way land app as GUI) , in this regards, I am trying to understand below poins , please let me know if there are update on below points/queries

1. the gstreamer wayland sink alpha property does not work ? is there any limitation ?

2. imx8mplus does not support  overlaysink, (perhaps g2d to be used) is it so ?

3. How to overlay video on to user created wayland surface using g2d support ? (wayland subsurface or egl surface ? to be used ?) 

4. is chroma key supported by g2d ?

Tags (2)
0 Kudos
2 Replies

1,497 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello NagendraB,

1. Yes,imx-gst1.0-plugin has replaced the gstreamer1.0-plugins-imx.

In i.MX6 Family :Video render relys on G2D, not DRI

In i.MX8 Family:Video render relys on DRI,due to Wayland using DRI

The wayland alpha does not work on MX8

 

2. and 3. Yes it support:

using multi buffer to avoid tearing.
 
Limitation:
Only tested  1080P resolution, cause i only made 1080P transparent effect buffer.
Only tested  USB camera.
 
USage Cmd usage:
imx8-camera-to-overlay -i /dev/video8 -f YUYV -S 1920,1080 -M imx-drm -p 54:30 -F XB24  -b 5 -e g2d
Please check:
 

4 Not support on chroma.

0 Kudos

1,488 Views
NagendraB
Contributor II

Hello NXP

Thank you for the inputs, could you help me in getting the imx8-camera-to-overlay application along with source used? as it is not available under unt-tests 

also not able to access the link provided

0 Kudos