Merge commit 'efaedb948a67d90bc0a61fcdfd778e1ce5629e7f'
* commit 'efaedb948a67d90bc0a61fcdfd778e1ce5629e7f':
Get the values returned from CAMERA_GET_PARM_ZOOM correctly.
Merge commit 'feb4e9a7da6264007786b161ab6273ba08094570'
* commit 'feb4e9a7da6264007786b161ab6273ba08094570':
Enable more debug message to debug the Camera startPreview bug.
Merge commit '384fc2db5ad3ec835b72dd84240a2552f84e2a52'
* commit '384fc2db5ad3ec835b72dd84240a2552f84e2a52':
libcamera2: update to match new libqcamera.so
Merge commit '2697f855be4d8b0bccbb3ba5bf1ae1547d2cf595'
* commit '2697f855be4d8b0bccbb3ba5bf1ae1547d2cf595':
Fix deadlock in camera hal when auto focus failed
Merge commit '0233cce1fad9b150c93f80a06aeaac8de6da8cdf'
* commit '0233cce1fad9b150c93f80a06aeaac8de6da8cdf':
libcamera: avoid a race condition on starting and stopping a recording
Merge commit '5fe5fdf8082f6ebde346d2a32c50d567dd3eeb5b'
* commit '5fe5fdf8082f6ebde346d2a32c50d567dd3eeb5b':
libcamera: default brightness to 5 when not specified by camera
precondition: preview is running
-- call startRecording()
-- a preview frame arrives, causing the record callback to be called, and then
blocks on mRecordWait.wait()
-- call stopRecording(), which sets mReleasedRecordingFrame and signals
mRecordWait;
-- call startRecording(), which clears mReleasedRecordingFrame;
-- receivePreviewFrame() wakes up, checks mReleasedRecordingFrame, and
blocks again on mRecordWait.wait(), without having notified the client.
Signed-off-by: Iliyan Malchev <malchev@google.com>
Merge commit '9ef7ea7ef81ae46de84e660024a73047372cc133'
* commit '9ef7ea7ef81ae46de84e660024a73047372cc133':
libcamera2: update the frame offset after we call the recording callback
Merge commit '555123e9f23a8e04aa51f1715faccd7af6c661b0'
* commit '555123e9f23a8e04aa51f1715faccd7af6c661b0':
Restore the support for SQVGA (bug 1901755)
libcamera2 uses code under vendor/qcom/proprietary/mm-camera, which is the
(Qualcomm proprietary) user-space component of the new camera framework.
Signed-off-by: Iliyan Malchev <malchev@google.com>