-
Notifications
You must be signed in to change notification settings - Fork 14
/
NEWS
37 lines (29 loc) · 1.17 KB
/
NEWS
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
QArv NEWS -- history of user-visible changes.
=============================================
Version 2.1.0
- Czech translation.
- Bug fixes.
Version 2.0.0
- Separate thread for capture and recording, preventing the GUI from
causing frame drops.
- Recording of TIFF images.
- Bayer decoders via OpenCV.
- Warning when buffer underrun occurs.
- Automatically stop recording after specified time.
- Postprocessing plugins (only "Levels" at the moment).
- Timestamped log messages.
- Enhanced performance when recording undecoded data, avoiding any
decoding when possible.
- Show number of recorded frames.
- Ctrl+Q shortcut to quit the standalone application.
- API changes:
* Changed frameReady API of QArvGui and QArvCamera for compatibility with
the new threaded processing model and to avoid unneccessary decoding.
* QString arguments of functions are declared const&.
* Both raw feature names and display names can be used with
QArvCamera::features().
* Change the way the ROI bounds are obtained.
* Change the names of the functions for obtaining bounds to make
them more similar to Aravis API.
Version 1.0.0
- This is the initial version released to the world.