Skip to content

Display Matplotlib graphics and OpenCV images inside NVIDIA Omniverse apps

License

Notifications You must be signed in to change notification settings

Toni-SM/semu.data.visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Target applications: Any NVIDIA Omniverse app

Supported OS: Windows and Linux

Changelog: CHANGELOG.md

Table of Contents:


showcase


Extension setup

  1. 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=exts
      

      To 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

      semu.data.visualizer.zip

  2. Enable the extension using the Extension Manager or by following the steps in Extension Enabling/Disabling


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