Ultra96 v2 pynq display on monitor

I want to display a video on monitor using pynq ultra96 v2 board. The tutorial of computer vision only contains the hdmi port, but ultra96 only have mini display port instead of hdmi.
I am wondering if there is capable for ultra96 pynq to display video on monitor?
Or it can only be displayed on jupyter?
Thanks for your help.
Any advice will be appreciated!
Tim

1 Like

There’s the DisplayPort notebook which depending on the version you are running may or may not already be on the board. You could use the ideas there with the OpenCV examples to output directly on the DisplayPort.

Note that at the moment the buffers from the DisplayPort class can’t be passed directly to hardware in the programmable logic so you may need to create a separate output buffer and copy the data to the DisplayPort frame.

Peter