The zcu104 v3.0.1 img support the hdmi output?

By downloading zcu104v3.0.1 IMG to the zcu104 evaluation board and running the python program for USB camera input and HDMI output in the jupyter _ notebook, the test program can successfully initialize the HDMI output, but the display of the HDMI interface has no output. What could be the reason? The image below is a screenshot of the ipynb file running.

Can you please provide the jupyter notebook you are mentioning, or a link to it? And where is the step 3 of this notebook?

Can you please also print outframe to be sure that the frame contains data, is not empty?

the step3 code ,the outframe is no empty.

opencv_filters_webcam.py (3.9 KB)
the python file I use,it’s one of the example ipynb in the jupyter_notebook

Can you please test that code?
test_hdmi.py (746 Bytes)

This test does only need to connect a screen to the board via a HDMI cable, no webcam is required. You should see on your screen a variancy of blue. This will test your HDMI port.

I was inspired by this notebook also using a port, but a display port: (RFSoC-PYNQ/boards/RFSoC4x2/notebooks/common/display_port_introduction.ipynb at master · Xilinx/RFSoC-PYNQ · GitHub)

Feel free to correct the code if some lines are not adapted to your board.

Are you able to validate your HDMI port via the blue pictures?

Can you also provide a link to the jupyter notebook used, to see if there are other tests you could do?

Sadly, the display is not responsive, and I suspect the ZCU104 is not compatible with my display. So, I’m going to test if the displayport interface works.

Did you test your HDMI cable and your screen? The issue could come from them