What does this operating mode do?
other imaging sensor which has 14-bit grayscale video output. What operating mode should I set?
{
ISSM2MISP_LINK_OPMODE_12BIT_LINEAR = 0,
/**< upto 12-bit linear mode of operation */
/**< Single Pass WDR mode of operation */
/**< Two Pass WDR mode of operation */
/**< Two Pass WDR Line Interleaved mode */
/**< 12Bit Mononchroma mode,
In this mode, ISP reads 12bit data,
does few processing like DPC/NSF3/Black Level subtraction/GLBCE
and outputs 8bit monochroma data from resizer */
/**< Maximum number of operating modes for this link */
/**< This should be the last value after the max enumeration value.
* This is to make sure enum size defaults to 32 bits always regardless
* of compiler.
*/