forked from waveform80/picamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
picamera (1.2-1) stable; urgency=low | ||
|
||
* A bug introduced in 1.1 caused split_recording to fail if it was preceded | ||
by a video-port-based image capture (#49) | ||
* The documentation was enhanced to try and full explain the discrepancy | ||
between preview and capture resolution, and to provide some insight into | ||
the underlying workings of the camera (#23) | ||
* A new property was introduced for configuring the preview's layer at | ||
runtime although this probably won't find use until OpenGL overlays are | ||
explored (#48) | ||
|
||
-- Dave Hughes <[email protected]> Sun, 02 Feb 2014 03:18:19 +0000 | ||
|
||
picamera (1.1-1) stable; urgency=low | ||
|
||
* A nasty race condition was discovered which led to crashes with | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
pass | ||
|
||
__project__ = 'picamera' | ||
__version__ = '1.1' | ||
__version__ = '1.2' | ||
__author__ = 'Dave Hughes' | ||
__author_email__ = '[email protected]' | ||
__url__ = 'https://pypi.python.org/pypi/picamera/' | ||
|