In the latest version of libcamera on Raspbian OS trixie (v0.7), the request control is not overwrittable any more. Therefore, the std::move should not be used, use controls().merge instead. As seen in the commit raspberrypi/rpicam-apps@5bf5f80 mentioned in the issue (raspberrypi/libcamera#329).
I would create a PR for this issue.
In the latest version of libcamera on Raspbian OS trixie (v0.7), the request control is not overwrittable any more. Therefore, the
std::moveshould not be used, usecontrols().mergeinstead. As seen in the commit raspberrypi/rpicam-apps@5bf5f80 mentioned in the issue (raspberrypi/libcamera#329).I would create a PR for this issue.