Camera view on a mesh

Hello guys.

Is there a way to put a camera view on a mesh plane ?
Like if i have many cameras and i would like to show them on a “TV mesh.”
Like in a security control room of a Bank (or whatever) with all cameras on monitors.

Cheers

https://doc.babylonjs.com/api/classes/babylon.rendertargettexture

https://www.babylonjs-playground.com/#BLG0FL#1

https://www.babylonjs-playground.com/#BLG0FL#3
Just make sure if you have the camera not as your scenes active camera that you force an update on it.

thank you very much