How to imbed the video frames from the inference pipeline in the web

Hi @Mubashir_Waheed,

It just adds a series of images(frames) on the web page instead of the video

So from what you are saying it’s not enough to show frames the way shown in example. Can you explain what do you mean?

In your other message you write:

I want to display the annotated video on the web so that any system on the network can view the stream using the IP address

So, you are actually looking to re-stream annotated frames so you can attach your other devices to that stream? If so then I think streamlit is not the tool you are looking for, you would probably use mediamtx, which you can configure to accept streams

Also I did post on the streamlit forum

Linking here so everyone can follow