diff options
author | Patrick Roth <roth@stettbacher.ch> | 2019-10-22 08:29:31 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2019-10-22 08:29:31 +0200 |
commit | 91802eaf14bcaa566860ab7fbb02e7d5a525a9f2 (patch) | |
tree | ea6a6d9124fae683774bf1f1abf01c3e640190ff /ChangeLog | |
parent | video cache wrap-around check added (diff) | |
download | o3000-driver-91802eaf14bcaa566860ab7fbb02e7d5a525a9f2.tar.gz o3000-driver-91802eaf14bcaa566860ab7fbb02e7d5a525a9f2.zip |
library version definition move to CMakeLists.txt
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -3,12 +3,14 @@ ------------------------------------------------------------------------------- Version 2.0.3 - 2019-09-25 - SP + 2019-09-25 SP * Added "paranoia check" for wraparound_chunk_size check in handle_transfer(). * Moved macro definition of MAX_IMAGE_SIZE from o3000.c to o3000_private.h. + 2019-10-22 PR + * Library version defined in CMakeLists.txt. Version 2.0.2 - 2018-04-11-PR + 2018-04-11 PR * Function handle_transfer() rewritten: The image frame synchronization was a bit hacky. Image frames were passed only to the overlaying application after the next image frame has been received. But when receiving a single @@ -24,7 +26,7 @@ Version 2.0.2 This loglevel will set the libusb to debugging mode and is very useful for debugging purposes. Version 2.0.1 - 2015-08-11 -PR + 2015-08-11 PR * Bugfix in function handle_transfer(): A negative byte offset was calculated when the resolution has changed during wrap-around. A SEGFAULT occured. * Fields added to image header and image header version update to 4: @@ -43,9 +45,11 @@ Version 2.0.1 2016-03-01 * Calling convention added for Win32 and Win64. -Version 2.0.0 - 2015-02-16 - * PR: Multi camera sessions capability. The host can scan the number of cameras and establish a connection to +Version 2.0.0 + 2015-02-16 PR + * Multi camera sessions capability. The host can scan the number of cameras and establish a connection to each of them. Sending a XML message to the camera uses the synchronous API with OS dependet timeout handling. -Version 1.0.0 - 2015-02-16 - * PB: Inititial version +Version 1.0.0 + 2015-02-16 PB + * Inititial version |