Saving viewport image with SceneView drawing

Calling omni.kit.viewport.utility.capture_viewport_to_file() will save an image of whatever’s rendered below the SceneView.

Is there a way to save everything that’s actually displayed in the viewport, including SceneView drawings, manipulators, etc?

Thanks!

Hi @jordio. Sorry for the delay. For that you, for that you would need to take a screenshot. omni.kit.markup.core extension has a command called, TakeMarkupScreenshot, that you can learn from. That extension is included as a part of the Omniverse View app.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.