This repository was archived by the owner on Dec 29, 2023. It is now read-only.
Increase the maximum allowed camera buffer size - #1
Open
cornwarecjp wants to merge 13 commits into
Open
Conversation
Change-Id: Iec700b28d767a450ac04250378144e3d57cd2ca9
Change-Id: Ib6a70b475f683a42136f3e7e0de5e64e9df7fecf
Change-Id: I3098c07b02db91184f7dcd5fff0e1d1b15aea5b9
Change-Id: I2a86d6badaf42c0131f2fa27775028e4751d4ff8
Change-Id: Ic01c322a71f8419998866e9c33dcc0ea6d74b0a2
Change-Id: I8f0b39819eeb562a521b1084d57ec9d4dcc1f5ec
Change-Id: I3ca51e71bc22f8c190db58515cf17494bcb89d84
Change-Id: I46b6c6271fc02b7c9ecf71492db47cf2acd6c0d4
Change-Id: Ic0cf72860cb1adb62d3a160355d8be420785abca
Change-Id: Ibd1483b852436ab373c80b08c4147f3c6a0a2dd2
* https://github.com/android-rpi/device_arpi_rpi4/wiki/arpi-12-:-framework-patch#disable-low-power-mode-of-bluetooth Change-Id: I17344d16d8520a1c70a13609d6cbe93b5911a339
* https://github.com/android-rpi/device_arpi_rpi4/wiki/arpi-12-:-framework-patch#add-hw-reset-on-bluetooth-hci-startup_timer_expired Change-Id: I7d25dc056e176aa4d2c021ac4e67c4dbfb8e82de
Some cameras report a much larger image size than needed. This change makes the code more accepting towards the reported value, so that it doesn't fail on these cameras.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Some cameras report a much larger image size than needed. This change makes the code more accepting towards the reported value, so that it doesn't fail on these cameras.
NOTE: Not yet ready to be merged. Although the change is trivial, I haven't compiled or tested it yet. For now, I just created this PR to let you know I'd like to have this change, and to open discussion about it. I have the hardware needed to test whether this fixes the camera issue; I just need to figure out how to compile the code.