Image transmission, measurement segmentation

Hello! I’m more curious about how the remoteview shows the reconstructed image of the medical body in the browser, and when I look at it on the web page, (put that image here), and find that it is transmitted through the image stream? If I want to do interactive operations such as sketching and measuring, can I use other libraries, such as the three.js library, to obtain the transmitted image stream and complete these interactive functions?

I don’t think I understand what you are asking. The remote view send mouse interaction to the server and the server send back an image of the view. You can add extra listeners to process the mouse events the way you want.

HTH,

Seb