enum VuRenderConfigError : int32_t |
Rendering configuration error code type for errors occurring when creating a Vuforia Engine instance.
errorCode
parameter of the vuEngineCreate() function if an error related to the rendering configuration occurs while initializing the new Engine instance. enum VuRenderVBBackendType : int32_t |
Render video background backend configuration.
enum VuVideoBackgroundViewportMode : int32_t |
Supported video background viewport modes.
If the aspect ratio and resolution of the native video frames (see VuCameraVideoMode) and the render view (see VuRenderViewConfig) differ, Vuforia needs to know how it should adjust the video background image rendering with respect to the render view. The different modes control if and how Vuforia should scale the video background image and adjust the video background viewport inside the render view. The video background image will thereby always be centered.
VuRenderConfig vuRenderConfigDefault | ( | ) |
Default render configuration.