| Ads have been removed from public pages. E-mail dhilvert@gmail.com for details. |
[ Up ]
![]() |
![]() |
| Unpatched Greyscale (scaled, normalized) | Patched Greyscale (scaled, normalized) |
|---|
This patch modifies the Linux OV511 driver, which already includes decent support for the OV7620 sensor. This patch fixes greyscale output and exposes various camera features that may be useful for specialized applications.
rgb_raw option to output raw RGB data, with optional
gamma correction. rgb_raw=1 uses the camera-default gamma curves,
whereas rgb_raw=2 uses linear gamma. (0 by default)
rapid_adjust option for fast white balance and exposure changes,
enabled by rapid_adjust=1. (0 by default)
low_pass option to allow disabling of the low-pass filter. low_pass=0
disables it. (1 by default)
black_lines option to output several initial lines at camera black level. black_lines=1
enables this feature. (0 by default)
rgb_raw will enable the CCIR range clip, which limits
output values to a range between 16 and 240. Actual outputs may be limited
even further. This choice is based on the author's never having seen black
levels anywhere near zero when the clip was disabled.
rgb_raw automatically disables the low pass filter.
This patch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.