3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 4 months ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ov9650: ok i lied about previous commit. default behavior is vertical mirror but NOT horizontal mirror. this commit lies to any v4l-application asking about HFLIP/VFLIP so that all ov9650 seem to behave the same way.
rx_
More... over 15 years ago
ov9650: if sensor is really mounted upside down, then the image needs to be flipped both vertically and horizontally. default behavior is horizontal mirror BUT NOT vertical mirror.
rx_
More... over 15 years ago
checkpatch.pl 2nd pass
rx_
More... over 15 years ago
Rework the po1030 driver, map all hex numbers to defined constants where possible. Export red and blue gain controls as v4l2 controls
Erik Andrén
as ErikAndren
More... over 15 years ago
Remove some superfluous newlines and rewrite some comments
Erik Andrén
as ErikAndren
More... over 15 years ago
checkpatch.pl fix some errors
rx_
More... over 15 years ago
ov9650: syntax seemed odd
rx_
More... over 15 years ago
S5K4AA: add HFLIP/VFLIP V4L2 controls
rx_
More... over 15 years ago
mt9m111: bit shift fix
rx_
More... over 15 years ago
Update makefile to clean up properly
Erik Andrén
as ErikAndren
More... over 15 years ago
Fix a bug in the po1030 driver making libv4l work properly
Erik Andrén
as ErikAndren
More... over 15 years ago
grammar, spelling, consistency.. nothing to see here.
rx_
More... over 15 years ago
INSTALL, README updated. sorry Erik :)
rx_
More... over 15 years ago
ov9650: fix some bit shifting, verified values with v4l2-ctl & ov9650 doc
rx_
More... over 15 years ago
Update Makefile and the README
Erik Andrén
as ErikAndren
More... over 15 years ago
Remove totally wrong init code
Erik Andrén
as ErikAndren
More... over 15 years ago
Add some more preinit, update the driver to work with newer kernel releases
Erik Andrén
as ErikAndren
More... over 15 years ago
Improve the force sensor mechanism. Now, if force_sensor is defined to something non-zero we don't probe any other sensor. Also add some minor error detection code to the s5k83a sensor preinit
Erik Andrén
as ErikAndren
More... over 15 years ago
Kernel version >= 2.6.27 needs a new header, add it and protect it with #if guards
Erik Andrén
as ErikAndren
More... over 15 years ago
ov9650: add V4L2_CID_WHITE_BALANCE and V4L2_CID_AUTOGAIN controls (UNTESTED)
rx_
More... over 15 years ago
power down stub functions added - turn off webcam when module unloaded
rx_
More... over 15 years ago
PO1030: Add register defines
Erik Andrén
as ErikAndren
More... over 15 years ago
Rename the unknown sensor to po1030 which is the correct name. Thanks to Laurent Barraille for finding this out by looking at his driver cd
Erik Andrén
as ErikAndren
More... over 15 years ago
Make the branch build with >= 2.6.27 kernels. Thanks to Rubén Hubuntu for spotting this issue
Erik Andrén
as ErikAndren
More... over 15 years ago
Modified s5k4aa_dump_registers() to dump all register pages More... over 15 years ago
Remove all traces of sysfs for now
Erik Andrén
as ErikAndren
More... over 15 years ago
Add terminating braces in the s5k4aa dmi match
Erik Andrén
as ErikAndren
More... over 15 years ago
Rerun the init sequence upon resume. Ensure that the init sequence of the ov9650 is stand-alone from the preinit
Erik Andrén
as ErikAndren
More... over 15 years ago
Fix image stability when light is too bright (only in 640x480 though) More... over 15 years ago
Add Fujitsu Amilo Xi 2550 to vflip_dmi_table and fix colors + remove hflip when vflipped More... over 15 years ago