diff options
Diffstat (limited to 'avstream/avscamera/sys/SensorSimulation.h')
| -rw-r--r-- | avstream/avscamera/sys/SensorSimulation.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/avstream/avscamera/sys/SensorSimulation.h b/avstream/avscamera/sys/SensorSimulation.h index 4b07f84e..7fb30825 100644 --- a/avstream/avscamera/sys/SensorSimulation.h +++ b/avstream/avscamera/sys/SensorSimulation.h @@ -59,7 +59,8 @@ protected: ULONGLONG m_VideoHDR; ULONGLONG m_VideoStabilization; ULONGLONG m_Histogram; - ULONGLONG m_OpticalImageStabilization; + ULONGLONG m_OpticalImageStabilization; + ULONGLONG m_VideoTemporalDenoising; CExtendedProperty m_AdvancedPhoto; CWhiteBalanceRoiIspControl m_RoiWhiteBalance; @@ -226,6 +227,7 @@ public: DECLARE_PROPERTY( CExtendedMaxVideoFpsForPhotoRes, MaxVideoFpsForPhotoRes ); DECLARE_PROPERTY_GET( CExtendedFieldOfView, FieldOfView ); DECLARE_PROPERTY_GET( CExtendedCameraAngleOffset, CameraAngleOffset ); + DECLARE_PROPERTY( CExtendedProperty, VideoTemporalDenoising); DECLARE_PROPERTY_VARSIZE_ASYNC_NOCANCEL( CRoiProperty, Roi ); |
