Skip to content

Update to v1.55.2. - #2932

Open
3405691582 wants to merge 13 commits into
google:version-1.55-devfrom
3405691582:update_1_55_2
Open

Update to v1.55.2.#2932
3405691582 wants to merge 13 commits into
google:version-1.55-devfrom
3405691582:update_1_55_2

Conversation

@3405691582

Copy link
Copy Markdown
Collaborator

Note: I am not bothering to reproduce the GitHub changelog format here, because reasons.

Roman Kiryanov and others added 5 commits July 30, 2026 17:39
std::string::compare

> The overloads taking parameters named pos1 or pos2
> throws std::out_of_range if the argument is out of range.

Bug: 509614113
Signed-off-by: Roman Kiryanov <rkir@google.com>
std::stoi:

> std::invalid_argument if no conversion could be performed.
> std::out_of_range if the converted value would fall out of the range

Bug: 509614113
Signed-off-by: Roman Kiryanov <rkir@google.com>
…nated

If the `Read` call fills the whole buffer,
`commands.append(buffer.data())` with no zero
characters will read past the buffer. If the
`Read` produces data with zero characters in
the middle, it will cause a loss of data.

Bug: 509614113
Signed-off-by: Roman Kiryanov <rkir@google.com>
The `sms_pdu` is used in an async callback,
potentially after the control leaves the scope.

Bug: 509614113
Signed-off-by: Roman Kiryanov <rkir@google.com>
…SON API

The previous way to download the artifacts doesn't work.
We fix it by using the latest JSON API. And also make the
script more verbose on error.

Signed-off-by: Ying-Chun Liu (PaulLiu) <liupa@google.com>
@3405691582
3405691582 requested review from rmuthiah and ser-io July 30, 2026 18:16
Databean and others added 8 commits July 30, 2026 18:26
Interact with the control:

```
adb shell "su 0 v4l2-ctl -d /dev/video1 -l"
adb shell "su 0 v4l2-ctl -d /dev/video1 --set-ctrl=gain=500"
```

Introduce CameraControls, to manage the state of control values.

Bug: b/539617743
Assisted-by: Jetski:Gemini 3.5 Flash
Upstream is unmaintained, this fork has continued development.

Bug: b/540519007
Test: bazel run @hedron_compile_commands//:refresh_all

@rmuthiah rmuthiah left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also cherry-pick #2917 into this stack?

@rmuthiah

Copy link
Copy Markdown
Collaborator

I've posted #2934 - if that gets merged think we've got everything for this release.

@3405691582

Copy link
Copy Markdown
Collaborator Author

Sure. I'll shepherd those prs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants