Skip to content

Commit 76a046c

Browse files
Submodules updated. Documentation updated
1 parent e40e9ed commit 76a046c

File tree

8 files changed

+47
-60
lines changed

8 files changed

+47
-60
lines changed

3rdparty/ConfigReader

README.md

Lines changed: 39 additions & 38 deletions
Large diffs are not rendered by default.
Binary file not shown.

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
## LIBRARY-PROJECT
77
## name and version
88
###############################################################################
9-
project(VSource VERSION 1.8.2 LANGUAGES CXX)
9+
project(VSource VERSION 1.8.3 LANGUAGES CXX)
1010

1111

1212

src/VSource.h

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,9 @@ class VSourceParams
100100
/// Custom parameter. Depends on implementation.
101101
float custom3{0.0f};
102102

103-
JSON_READABLE(VSourceParams,
104-
logLevel,
105-
source,
106-
fourcc,
107-
width,
108-
height,
109-
gainMode,
110-
exposureMode,
111-
focusMode,
112-
fps,
113-
roiX,
114-
roiY,
115-
roiWidth,
116-
roiHeight,
117-
custom1,
118-
custom2,
119-
custom3);
103+
JSON_READABLE(VSourceParams, logLevel, source, fourcc, width, height,
104+
gainMode, exposureMode, focusMode, fps, roiX, roiY, roiWidth,
105+
roiHeight, custom1, custom2, custom3);
120106

121107
/**
122108
* @brief operator =

src/VSourceVersion.h

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

33
#define VSOURCE_MAJOR_VERSION 1
44
#define VSOURCE_MINOR_VERSION 8
5-
#define VSOURCE_PATCH_VERSION 2
5+
#define VSOURCE_PATCH_VERSION 3
66

7-
#define VSOURCE_VERSION "1.8.2"
7+
#define VSOURCE_VERSION "1.8.3"
File renamed without changes.

0 commit comments

Comments
 (0)