Update source code till 11/09/2026 - #30
Merged
Merged
Conversation
After add cached instead of release buffer every time, need release all buffer when close snapshot streams. Signed-off-by: Girish K <girik@qti.qualcomm.com>
Skip frame sequence check in ProviderExtension mode Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
fix a race condition issue for client_cameraid_map_. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> (cherry picked from commit bc32e7b474e3809447ac9c49b97d60549691be6f) Signed-off-by: Girish K <girik@qti.qualcomm.com>
- Forward this event to the clients for further processing. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> (cherry picked from commit b4dba08bb1c8b0d804276d256efbe69117be6565) Signed-off-by: Girish K <girik@qti.qualcomm.com>
Support pebble platform. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
The camera service can fail to start when launched before the camera hardware is ready. Trigger the service from udev when cam_req_mgr appears instead of multi-user.target and retain ExecCondition to reject manual starts when the camera hardware is unavailable. Signed-off-by: Ritesh Agarwal <riteagar@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
GirishKadirisani
requested a review
from NaveenCherukuri (CherukuriNaveenQC)
as a code owner
September 2, 2026 09:34
- Camera side request to use -1 as default value of video bt601, bt601-full, bt709-full, bt2100-hlg-full, bt2100-pq-full and image bt601. - Image bt601-full keeps 0, and image bt709-full, bt2100-hlg-full, bt2100-pq-full keep 4,5,5. - DynamicRangeProfile has been set to value 1 since Android 13. Default value of HDR mode should be ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD. Signed-off-by: Yaqiao Zhou <yaqizhou@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
- add support for shikra target. Signed-off-by: Jai Shiv <jshiv@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Independently implement off for different platforms, since the definition of the function is diffrent for downstream SP and QClinux SP. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Fix a compilation issue when not define the BINDER. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
- Enabled offline jpeg in qcs6490 and qcm6490. - Changed the offline jpeg library name. - In ubuntu the library path is different, therefore added the logic where before dlopen will search for the lib path on device. Signed-off-by: Shubhankar Kulkarni <shukulk@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
- The camera service was renamed from cam-server.service to qti-cam-server.service. - Update the udev rule to use the new service name. Signed-off-by: Ritesh Agarwal <riteagar@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
Some Android macro definition only can be used under the specific android version. Here to use the definition only for initializa the HDR MODE, we can initialize it with default value (1) directly. Signed-off-by: Hui Liu <huliu@qti.qualcomm.com> Signed-off-by: Girish K <girik@qti.qualcomm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here are the changes: