The Stream App improvements you'll find in 2022 are the addition of annotations, interactive HTML annotations, a displayed frame counter, and a way to set custom quality and resolution in the URL.
We've added annotation creation, editing, and deletion to the VRED Stream App. Create the text, choose the color, then place the annotation directly in the viewport. Annotations are stored in the scene file.
If the annotations aren't displayed, ensure Raytracing is disabled.
Sets the color of the annotation frame. Use it to differentiate one user's annotations from another's.
To change the color of an interactive HTML annotation, see Editing Interactive HTML Annotations.
To reposition an interactive HTML annotation, see Editing Interactive HTML Annotations.
To edit an interactive HTML annotation, see Editing Interactive HTML Annotations.
To delete an interactive HTML annotation, see Editing Interactive HTML Annotations.
Besides streaming VRED annotations, you can switch to interactive HTML annotations in the Stream App.
In the Stream App, select Settings > User interface.
Under Annotation mode, click Interactive. The look of the annotations changes, indicating they are now interactive.
When you click an interactive HTML annotation in the Stream App, it changes to display these tools:
- Change the annotation color.
- Reposition the annotation.
- Delete the annotation.
Click the text of the annotation to edit its content.
In VRED 2022, display the frames per second of the stream as an overlay in the Stream App.
If want to work with a different resolution or quality settings not available in the VRED Stream App interface, add the query parameters in the browser URL.
For example, if you want the width set to 999, height to 333, and quality to 85, you would add ?width=999&height=333&quality=85
after localhost:8888/apps/VREDStreamApp/index.html
. It would look like this:
localhost:8888/apps/VREDStreamApp/index.html?width=999&height=333&quality=85