-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
21 lines (19 loc) · 1.11 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- uvccapture 0.4 21.03.2006 --
Lots of changes:
* Added install target in the makefile to install into /usr/local/bin
* Added signal capturing (CTRL-C, etc) to gracefully exit when in wait loop
* Added the ability to specify a command to run after each image capture,
command is run with the output picture as an argument. command can be run
blocking, or non-blocking.
* Added support for multiple verbisity levels (add more -v's)
* Minor output spelling corrections
* Added output of current bright/contrast/saturation/gain on startup.
All these thanks to Salvador Gonzalez <[email protected]>
* YVYU Capture Mode - now requires jpeglib, activated for images sizes >960x720
allows adjustment of JPEG compression quality (-q) or manually activated (-m)
YUYV -> JPEG code thanks to Philip Heron <[email protected]>
-- uvccapture 0.3 19.02.2006 --
Removed the JPEG decoding files (util.*) and the calls to convert-frame during
the capture of images. This decoding was only important for SDL display, which
is already gone. Peak CPU usage has gone from ~30% to 0.6%.
Thanks to Philip Heron <[email protected]> for the suggestion.