The Render
interface and utility functions.
Definition in file Render.hpp.
|
std::unique_ptr< Render > | nvxio::createDefaultRender (vx_context context, const std::string &title, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX) |
| Render factory that creates UI render with a window by default. More...
|
|
std::unique_ptr< Render > | nvxio::createImageRender (vx_context context, const std::string &path, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX) |
| Creates a render for image sequence. More...
|
|
std::unique_ptr< Render > | nvxio::createVideoRender (vx_context context, const std::string &path, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX) |
| Creates a render for writing video. More...
|
|
std::unique_ptr< Render > | nvxio::createWindowRender (vx_context context, const std::string &title, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX) |
| Creates a Window render. More...
|
|