-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
54 lines (40 loc) · 2.47 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
================================================================================
Camera module of Fast Visualization Kit (FVK) INSTALL v1.1.5
================================================================================
New features and changes in version 1.1.5: (Release Date: 2020.12.26)
--------------------------------------------------------------------------------
1. Fixed bug in VideoWriter.
2. Minor other changes, rfactoring, and improvements.
New features and changes in version 1.1.4: (Release Date: 2018.05.17)
--------------------------------------------------------------------------------
1. Major release with C++11/14/17.
2. Major changes in classes interface and logic.
3. Added fvkThread class to create a thread with general features such as pause,
stop, average fps, and number of processes frames, etc.
4. Any camera can be configured with fvkCamera class from now on. Just drive a
new class from fvkCameraThread and override the open() and close() functions.
5. Perfect synchronised both camera and processing threads for multi-threading
applications.
6. Added OpenCV camera handling class which is the default device handling
class. Camera device and videos can be played in parallel threads.
7. Added many additional functionalities to make generic interface that should
be configuered with any camera.
8. Added a generic fvkCameraList class to configure multiple cameras.
9. Improved multithreaded code.
10.Added ROI feature in both camera and processing threads.
11.Many other changes and improvements.
New features and changes in version 1.1.3: (Release Date: 2017.08.29)
--------------------------------------------------------------------------------
1. Fixed average frame calculation.
2. Fixes in ClockTimer class.
3. Fixes in ImageProcessing class and added several filters in it.
4. Fixes in frame tracking.
New features and changes in version 1.1.2: (Release Date: 2017.08.12)
--------------------------------------------------------------------------------
1. some fixes and changes in camera and video writer classes.
New features and changes in version 1.1.1: (Release Date: 2017.07.29)
--------------------------------------------------------------------------------
1. Fixes in camera classes.
New features and changes in version 1.1.0: (Release Date: 2017.07.27)
--------------------------------------------------------------------------------
1. First release with fully working examples.