emulated_camera_mplane: Implement frame rate control - #2990
Open
chihchiachen wants to merge 1 commit into
Open
Conversation
chihchiachen
force-pushed
the
limit-frame-rate
branch
from
August 7, 2026 22:55
41c4d92 to
e80078b
Compare
jmacnak
reviewed
Aug 10, 2026
chihchiachen
force-pushed
the
limit-frame-rate
branch
from
August 10, 2026 18:19
e80078b to
486c018
Compare
jmacnak
reviewed
Aug 10, 2026
bridadan
reviewed
Aug 10, 2026
chihchiachen
force-pushed
the
limit-frame-rate
branch
4 times, most recently
from
August 11, 2026 21:49
1c6c065 to
edc4bff
Compare
chihchiachen
force-pushed
the
limit-frame-rate
branch
2 times, most recently
from
August 11, 2026 23:28
095f1bc to
08e0393
Compare
bridadan
approved these changes
Aug 13, 2026
chihchiachen
force-pushed
the
limit-frame-rate
branch
from
August 13, 2026 23:09
08e0393 to
a24f068
Compare
jmacnak
approved these changes
Aug 13, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 14, 2026
Decouple frame generation from the vhost-user command thread into a
dedicated background worker thread to enforce a 30 FPS frame rate while
maintaining non-blocking V4L2 ioctl behavior and v4l2-compliance.
Bug: b/534454250
Test: atest CtsCameraTestCases:\
android.hardware.cts.CameraTest#testPreviewFpsRange
chihchiachen
force-pushed
the
limit-frame-rate
branch
from
August 14, 2026 18:33
a24f068 to
c103513
Compare
chihchiachen
enabled auto-merge
August 14, 2026 18:33
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.
Decouple frame generation from the vhost-user command thread into a dedicated background worker thread to enforce a 30 FPS frame rate while maintaining non-blocking V4L2 ioctl behavior and v4l2-compliance.
Bug: b/534454250
Test: android.hardware.cts.CameraTest#testPreviewFpsRange