imx8qxp hdmi

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

imx8qxp hdmi

2,211 Views
yoonseok
Contributor III

Without HDMI connection on imx8qxp
Use the following command to preview the camera

"gst-launch-1.0 v4l2src device=/dev/video2 ! 'video/x-raw,width=1920,height=1080' ! fpsdisplaysink"

When you connect the HDMI, it appears as follows

+---------------------------------------------------------+

|                                                                      |

|                   +---------------------------------------- |

|                   |                                                  |

|                   |     camera Preview image        |

|                   |                                                 |

+---------------+---------------------------------------+

 

If you run a command with HDMI connected, the image is displayed as normal

Help me!

 

 

0 Kudos
4 Replies

2,206 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Yes, is completely normal since the env variable adapt to initial screen.

 

Regards

0 Kudos

2,169 Views
yoonseok
Contributor III

Help Me !

Problem not solved yet

 

 

0 Kudos

2,180 Views
yoonseok
Contributor III

In the camera preview state,
When I connect the hdmi, I want it to come out normal

0 Kudos

2,201 Views
yoonseok
Contributor III

 

Below is the contents of file "/etc/xdg/weston.weston.ini"

core]
#gbm-format=argb8888
idle-time=0
#use-g2d=1
xwayland=true
#drm-device=card0
repaint-window=16
#enable-overlay-view=1

#[shell]
#size=1920x1080

[libinput]
touchscreen_calibrator=true

#[output]
#name=HDMI-A-1
#mode=1920x1080@60
#transform=rotate-90

#[output]
#name=HDMI-A-2
#mode=off
# WIDTHxHEIGHT Resolution size width and height in pixels
# off Disables the output
# preferred Uses the preferred mode
# current Uses the current crt controller mode
#transform=rotate-90

[screen-share]
command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize

[launcher]
icon=/home/root/.nxp-demo-experience/icon/icon_demo_launcher.png
path=/usr/bin/demoexperience

[launcher]
icon=/usr/share/weston/terminal.png
path=/usr/bin/weston-terminal

 

Is there any other setting?

 

0 Kudos