Rendering player camera to NUI

Hi, at one point I came across x-cfx-game-view, but unfortunately it is poorly documented. For some time now I’ve been looking for a solution to the problem of rendering the player’s camera view to the NUI (I’m not talking about overlaying filters on the player’s camera view, but literally streaming what the player sees from their camera to the NUI to use this in a teleconference connection script). I tried implementing this plugin to the canvas, but all I ever got was a blue screen.

Could someone provide me with an easy example of how to stream, in real time, the image from the player’s camera who triggered the action to open the NUI into a canvas (or any other HTML element)?

Have you seen this?