diff --git a/drivers/cam_sensor_module/cam_sensor/cam_sensor_core.c b/drivers/cam_sensor_module/cam_sensor/cam_sensor_core.c index 5a4ca954ec..6612779520 100644 --- a/drivers/cam_sensor_module/cam_sensor/cam_sensor_core.c +++ b/drivers/cam_sensor_module/cam_sensor/cam_sensor_core.c @@ -2050,7 +2050,7 @@ int32_t cam_sensor_flush_request(struct cam_req_mgr_flush_request *flush_req) * before EOF, so we need to stream off the sensor during flush * for VFPS usecase. */ - if (s_ctrl->stream_off_after_eof && s_ctrl->is_stopped_by_user) { + if (s_ctrl->stream_off_after_eof) { cam_sensor_stream_off(s_ctrl); s_ctrl->is_stopped_by_user = false; }