Extension: omni.kit.widget.imageview-1.0.5

Documentation Generated: Oct 09, 2025

Overview#

The ImageView Widget extension provides a lightweight widget to display images on a canvas within Omniverse Kit SDK applications. It is designed for practical use, enabling users to quickly load and view an image while supporting basic navigation controls. The extension centers around the ImageView class, which simplifies image rendering and progress tracking.

Functionality#

  • Load and display an image from a specified file path.

  • Support basic navigation through the image view.

  • Register a callback function to track progress or control state changes during navigation.

Key Components#

ImageView#

  • Instantiates the image viewer with an image filename.

  • Offers set_progress_changed_fn(fn) to register a callback that reacts to changes in navigation progress.

  • Provides a destroy() method to cleanly release resources when the widget is no longer needed.

Relationships#

  • This extension depends on omni.ui for its underlying user interface components.