InitInfo
Configuration structure for framework session handle.
Parameters
the expected image width when accessing the camera in this session. We recommend the image width to match the desired output tensor's width in Pipeline.rectifiedVSTAccess to avoid unnecessary image resizing. Must be greater than zero. Unit is pixel.
the expected image height when accessing the camera in this session. We recommend the image height to match the desired output tensor's height in Pipeline.rectifiedVSTAccess to avoid unnecessary image resizing. Must be greater than zero. Unit is pixel.
the width of the SpatialML container at initialization. Must be greater than zero if you want to use the SpatialML container; zero or negative to disable the SpatialML container.
the height of the SpatialML container at initialization. Must be greater than zero if you want to use the SpatialML container; zero or negative to disable the SpatialML container.
the depth of SpatialML container at initialization. If zero, the SpatialML container will be in portal mode; if positive, the SpatialML container will be in volumetric mode; if negative, SpatialML container will be disabled.