How can you populate a page browser that is being used multiple times on the same screen?

I wanted to create a Pager Browser Camera View and add it several times to my screen. Each Page Browser Camera View would have a different IP camera stream as well as other device properties (different/multiple devices). How can I populate this repetition of a Page Browser?

I thought maybe I could create virtual devices for each of the Page Browsers, but I need to be able to bind values from real devices to the ones in the Virtual Devices. Is this possible or do you recommend another way to solve this?

I an not sure you can have multiple steams in single page browser that is multiplied. I could see one page browser in which you switch between streams. I never implemented cameras in my projects but if I am understanding you correctly perhaps a device browser is a better approach. Just an idea since I am not sure if video streams would work on a tile that was populated. Into a device browser. The other way is just to build a static page which is probably the most staight forward approach if you have a set amount of cameras and don’t anticipate any changes.

Thanks for the feedback, John. I haven’t played with the Device Browser yet. I’ll give that a try. If not, then yeah, I guess I’d have to just suck it up and do a static page. I was hoping I could do some sort of sub-page as there’s a lot of replication.

I have section on my static page which displays Page Browsers :

I use the mqtt plug-in to invoke the activation of the Page Browsers. In other words, other servers (HomeSeer, ioBroker, Mqtt Broker) are involved in my setup

Thanks, Eman. I actually do have multiple page browsers on the same screen as well. The issue I was having was trying to use the same page browser multiple times on the same screen. It sounds like that’s not really doable. I ended up just adding the camera views manually. Not the end of the world just thought I could find a more automated way to do it.