Webcam video to HDMI out?

Hi all,

Splitting this out to its own topic…

Trying to just show live video from webcam to HDMI, this is what I have so far but I am missing what to do at the WHAT GOES HERE part. Anyone able to help ?
Untitled.ipynb (3.8 KB)

An example shown here, where you send captured frame to HDMI output.

Most of the examples given send just a single still frame, I want to send live video but can not seem to figure out how to do this from just looking at the still frame examples ? if you look at the code I posted I clearly marked where I am stuck …

By writing a while loop, you should be able to send out a live video? The example is doing that. Maybe the number of frames is small so it looks like a still frame to you?