Semu.data.visualizer
Display Matplotlib graphics and OpenCV images inside NVIDIA Omniverse apps
Install / Use
/learn @Toni-SM/Semu.data.visualizerREADME
Data visualizer for NVIDIA Omniverse apps
This extension allows to switch Matplotlib and OpenCV backend to display graphics and images inside NVIDIA Omniverse apps without modifying the code logic
<br>Target applications: Any NVIDIA Omniverse app
Supported OS: Windows and Linux
Changelog: CHANGELOG.md
Table of Contents:
<br>
<a name="setup"></a>
Extension setup
-
Add the extension using the Extension Manager or by following the steps in Extension Search Paths
-
Git url (git+https) as extension search path
git+https://github.com/Toni-SM/semu.data.visualizer.git?branch=main&dir=extsTo install the source code version use the following url
git+https://github.com/Toni-SM/semu.data.visualizer.git?branch=main&dir=src -
Compressed (.zip) file for import
-
-
Enable the extension using the Extension Manager or by following the steps in Extension Enabling/Disabling
<a name="usage"></a>
Extension usage
Enabling the extension switches the Matplotlib and OpenCV backends to display graphics and images in the Omniverse app
Disabling the extension reverts the changes: graphics and images will be displayed in their respective windows by default, outside the Omniverse app
Note: The current implementation does not support interaction with the displayed graphics or images
