Skip to content

Commit 0cab05a

Browse files
Frame class updated, ConfigReader class updated, Documentation updated
1 parent 6c79341 commit 0cab05a

File tree

10 files changed

+94
-139
lines changed

10 files changed

+94
-139
lines changed

3rdparty/ConfigReader

LICENSE

Whitespace-only changes.

LICENSE.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

Lens_C++_library_v4.4.1.pdf

-263 KB
Binary file not shown.
247 KB
Binary file not shown.

README.md

Lines changed: 88 additions & 120 deletions
Large diffs are not rendered by default.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
66
## INTERFACE-PROJECT
77
## name and version
88
###############################################################################
9-
project(Lens VERSION 4.4.1 LANGUAGES CXX)
9+
project(Lens VERSION 4.4.2 LANGUAGES CXX)
1010

1111

1212

src/Lens.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class LensParams
140140
/// position 0-65535. User should be able to set iris movement speed via
141141
/// lens parameters.
142142
int irisPos{0};
143-
/// Hardware iris position. Parameter value depends on inplementation.
143+
/// Hardware iris position. Parameter value depends on implementation.
144144
int irisHwPos{0};
145145
/// Focus mode. Parameter value depends on implementation but it is
146146
/// recommended to keep default values: 0 - Manual focus control,

src/LensVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#define LENS_MAJOR_VERSION 4
44
#define LENS_MINOR_VERSION 4
5-
#define LENS_PATCH_VERSION 1
5+
#define LENS_PATCH_VERSION 2
66

7-
#define LENS_VERSION "4.4.1"
7+
#define LENS_VERSION "4.4.2"

0 commit comments

Comments
 (0)