I am trying to display second display using mmapi example 08 using without video
How do i do that?
I am trying to display second display using mmapi example 08 using without video
How do i do that?
Hi,
Would like to get more information, do you use Jetson Nano developer kit with Jetpack 4.6.6(r32.7.6)?
We use orin agx with customized carrier board fron Connectec that have two displays
Hi Eamo,
Currently, our mmapi example 8 does not support rendering to dual displays simultaneously. However, you can use modetest to render on two displays at the same time. Please see the example below:
modetest -M nvidia-drm -s 74:#0@XB24 -s 71:#0@XB24 -P 39@46:1920x1080 -P 52@59:1920x1080
I have a few questions to confirm your setup:
Thanks,
David
We want to display 2 diffrent frames on 2 diffrent screens
We run the example with flag –disable-video and it run on first display
BUT the same flag not working on second display using flag -crtc 1
How to display using mmapi ex. 8 on second display?
Hi,
The mmapi example 8 is currently not supported.
We will provide a patch once it is completed.
Thank you for your understanding.
Do you support drm atomic api?
jetpack version is 6.1
HI,
Yes.
Please run below commands to enable
sudo modprobe nvidia-drm modeset=1
Thanks
Can you tell me if the ex. 8 upadted?
Hi,
Yes.
We will provide a patch once it is completed.
Thanks
We get the patch
Hi,
ffmpeg -i /usr/src/jetson_multimedia_api/data/Video/sample_outdoor_car_1080p_10fps.h264 \
-pix_fmt yuyv422 ~/car.yuv
Thanks
Hi,
This is the expected behavior.
To run DRM samples, you must stop gdm to gain ‘DRM Master’ privileges. The black screen is the gap between gdm releasing the GPU and ex.8 sample code taking it over.
Thanks
We get black screen that does not show the video i add
out.txt (20.6 KB)
dmesg output when it work ok and when it does not
I also attach screen when systemctl stop gdm work well
capt8.zip (23.1 KB)
From the log alone we don’t see any errors, so we’ll try to reproduce in our side. Could you please share the detailed steps or commands you run?
Please try sudo systemctl isolate multi-user.target instead of systemctl stop gdm to change to the command line mode and run steps again.
Thanks
We tried the systemctl command and get sometimes two black screens
Hi,
Do you mean that after running sudo systemctl isolate multi-user.target , the both screen went black?
Could you please share the steps so that we can try to reproduce the issue on our side?
It would also be very helpful if you could provide a recorded video for our review.
Thank you!
Yes.
I call this command systemctl isolate multi-user.target from ssh (putty) and sometmes get black screens
Hi,
After the monitor goes black, could you run video_dec_drm and see the video output via SSH?
Thanks