hisilicon-ev200 / goke-gk7205v200: IMX335 boost-1944p latency framing#2091
Merged
Conversation
Rewrites the boost preset's INI header to describe what the mode is actually for: glass-to-glass latency, not wire fps. The encoder caps at ~21 fps for full-5M h.264 4 Mbps regardless of video0.size, so the wire-fps number alone makes this preset look pointless next to stock 5M. The real win is ~16 ms shorter glass-to-glass latency (sensor readout 25 ms vs 33 ms, plus encoder picks from a 40 fps stream instead of 30 fps). That 16 ms claim is analytical, not measured. Adds a link to the methodology spec for verifying it: openhisilicon/docs/sensor-pipeline-latency-metering.md (in flight at OpenIPC/openhisilicon#103). Also expands the header with the three-line enable recipe (sensorConfig + video0.size + video0.fps) so users don't try to downscale to 1920x1080 and get a 4:3-cropped image. No INI register changes, no functional change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Summary
Rewrites the IMX335 boost-1944p INI header comment to describe what the mode is actually for.
The encoder caps wire-rate at ~21 fps for full-5M h.264 4 Mbps regardless of
video0.size, so the wire-fps number alone makes this preset look pointless next to stock 5M. The real benefit is glass-to-glass latency:That 16 ms claim is analytical, not measured. Adds a link from the INI header to the new methodology spec for verifying it (in flight at OpenIPC/openhisilicon#103) so the next person can run actual numbers.
Also expands the header with the three-line enable recipe (
sensorConfig+video0.size=2592x1944+video0.fps=45) so users don't accidentally downscale to 1920×1080 and get a 4:3-cropped image.Companion to OpenIPC/openhisilicon#103. Independent of it — INI just adds a comment-only link.
No register/INI value changes. Header text only.
Test plan
/etc/sensors/high-fps/imx335_2592x1944_45fps.inion both ev200 and gk7205v200 firmware images (no install-rule changes; pure file edit);-comment-only; no register/section edits)🤖 Generated with Claude Code