NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Holds OFST estimation parameters.

This structure is used on a per-frame basis.

This is used to improve the OF/ST performance/quality. Hints are contained in a proprietary format, typically generated using Vision Programming Interface.

Definition at line 133 of file nvmedia_iofst.h.

Data Fields

void * meExternalHints
 Specifies a pointer to ME external hints for the current frame. More...
 
NvMediaBool enableSegmentMap
 Enables the external segment ID map, as follows: More...
 

Field Documentation

◆ enableSegmentMap

NvMediaBool NvMediaOFSTExternalHintParams::enableSegmentMap

Enables the external segment ID map, as follows:

  • A value of NVMEDIA_TRUE enables it.
  • A value of NVMEDIA_FALSE disables it.
    This field should be enabled only when meExternalHints has segment map information also.
    This field is not supported on QNX Safety build.

Definition at line 145 of file nvmedia_iofst.h.

◆ meExternalHints

void* NvMediaOFSTExternalHintParams::meExternalHints

Specifies a pointer to ME external hints for the current frame.


This field is not supported on QNX Safety build.

Definition at line 137 of file nvmedia_iofst.h.


The documentation for this struct was generated from the following file: