libvisiontransfer  5.0.1
CHANGELOG.md
1 Changelog for Nerian Vision Software Release
2 ============================================
3 
4 5.0.1 (2017-10-18)
5 ------------------
6 * Fixed synchronization issue in AsyncTransfer
7 * Fixed PGM output on Windows for ImagePair
8 * Fixed image data modifications during PGM output
9 
10 5.0.0 (2017-09-29)
11 ------------------
12 * Added support for SceneScan
13 * Added support for Jumbo Frames
14 * Support for 12-bit image data
15 * Renamed to Vision Software Release
16 * Renamed SpCom to NVCom
17 * Fixed possible display stall bug in NVCom
18 
19 4.1.5 (2017-05-07)
20 ------------------
21 * Added application icon to SpCom
22 * Compatibility fixes to GenTL producer
23 * New sample data for GenTL producer test builds
24 
25 4.1.4 (2017-04-12)
26 ------------------
27 * Added example program for MATLAB
28 * Fixed reading / writing of paths with non-ASCII characters with SpCom
29  on Windows
30 * Allow recording of more than 10,000 frames in SpCom
31 
32 4.1.3 (2017-03-30)
33 ------------------
34 * Compatibility fixes to GenTL producer. Now compatible with MATLAB
35 
36 4.1.2 (2017-03-27)
37 ------------------
38 * Fixed possible image reception stall when reconfiguring SP1
39 * Removed restrictions to image size when compiling with SSE or AVX2
40 
41 4.1.1 (2017-03-09)
42 ------------------
43 * Fixed critical bug that causes image reception problems on Windows 10
44 
45 4.1.0 (2017-02-15)
46 ------------------
47 * Fixed erroneous subpixel decoding of disparity maps
48 * GenTL producer now supports multi-part data streams
49 * GenTL producer now has a dedicated virtual device for right camera images
50 * Added an example for HALCON 13
51 * Both HALCON examples now visualize the 3D point cloud
52 * SpCom build fix for older CMake versions
53 
54 4.0.0 (2016-01-17)
55 ------------------
56 * New network protocol for SP1 firmware 3.0.0
57 * Support for variable disparity range
58 * Added zoom and fullscreen support to SpCom
59 * Fixed display stall bug in SpCom
60 * Build fixes for ARM
61 
62 3.0.1 (2016-10-13)
63 ------------------
64 * Fixed build problem for some Linux systems
65 
66 3.0.0 (2016-10-07)
67 ------------------
68 * New protocol with lower performance overhead
69 * Support for larger image resolutions
70 * Qt GUI for SpCom
71 * SpCom supports saving of 3D point clouds
72 * New color coding scheme for SpCom
73 * Zoom functionality for SpCom
74 
75 2.1.7 (2016-07-08)
76 ------------------
77 * Compatibility fix for non-AVX CPUs for binary windows builds
78 
79 2.1.6 (2016-05-18)
80 ------------------
81 * Fixed possible receive buffer overflow in libvisiontransfer
82 * Build-fix for cross compilation of libvisiontransfer
83 
84 2.1.5 (2016-03-17)
85 ------------------
86 * Improved parallelization for AsyncTransfer in libvisiontransfer
87 * Fixed possible duplicate write of captured frames in spcom
88 * Fixed possible problem with captured file numbering in spcom
89 
90 2.1.4 (2016-03-11)
91 ------------------
92 * Fixed network exceptions on Windows 10
93 * Lazy initialization of receive thread in libvisiontransfer
94 
95 2.1.3 (2016-03-07)
96 ------------------
97 * Improved installation procedure for Windows and Linux
98 
99 2.1.2 (2016-02-12)
100 ------------------
101 * Improved parallelism for libvisiontransfer
102 * Fixed inaccurate frame rate display of spcom for Windows builds
103 
104 2.1.1 (2016-01-12)
105 ------------------
106 * Fix for image widths that are not a multiple of 64
107 
108 2.1.0 (2015-12-08)
109 -----
110 * Added a GenICam GenTL producer that encapsulates libvisiontransfer
111 * Minor compilation fixes
112 
113 2.0.0 (2015-11-23)
114 ------------------
115 * Major clean-up and simplification of all interfaces
116 * Image pairs are now stored in the new class ImagePair
117 * Transmission / reception of q-Matrix, timestamp and sequence number
118 * Right image can now have 8-bit color depth
119 * Support for image reception and transmission on the same connection
120 * Several network optimizations
121 * Internal refactoring
122 
Nerian Vision Technologies