Function holoscan::viz::Init(uint32_t, uint32_t, const char *, InitFlags)

Clara Holoscan v0.4.0
void holoscan::viz::Init(uint32_t width, uint32_t height, const char *title, InitFlags flags = InitFlags::NONE)

Initialize Holoviz.

This creates a window using the given width and height and sets the title.

Parameters
  • width – desired width

  • height – desired height

  • title – window title

  • flags – init flags

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.