diff --git a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp index 98e1f877a3b7f42d3e84a5c6f3c077c94753e119..72378e2bf8ae9d94428e7b835e0bcafbd884edab 100644 --- a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp +++ b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp @@ -35,7 +35,7 @@ CamRetCode DStreamOperator::IsStreamsSupported(OperationMode mode, StreamSupportType &type) { (void)mode; - (void)type; + type = Camera::DYNAMIC_SUPPORTED; if (modeSetting == nullptr) { DHLOGE("Input invalid argument: modeSetting:%p.",