Before call dwSoftISP_initParamsFromCamera function, I did set exposure mode(DW_CAMERA_EXPOSURE_AE)
on dwCameraProperties manually like below
m_cameraProperties.exposure = DW_CAMERA_EXPOSURE_AE;
But It seems there is no difference with DW_CAMERA_EXPOSURE_NONE.
How Can I set exposure mode?