1 Changelog for Nerian Vision Software Release
2 ============================================
6 * New network protocol (not backwards compatible; requires firmware >= 2.0.0)
7 * Dropped support for SP1
8 * Discovery of devices on the local network
9 * Re-transmission of UPD packets in case of packet loss
10 * Added example for server application with libvisiontransfer
11 * Added dropped frames display to NVCom
12 * Compatibility improvements to GenTL producer
17 * New tool for displaying 3D coordinates
18 * Added support for sending 12-bit image data
19 * Fixed possible crash in full screen mode
20 * libvisiontransfer improvements:
21 * Fixed infinite timeouts in ImageTransfer
22 * Added deep copy functionality for ImagePair
24 * Fixed path installation on windows to be compatible
25 with other GentL producers
29 * Added functionality for time stamp recording in NVCom
30 * Improved reliability of input image transmission in NVCom
31 * Added support for binary PLY files
32 * Fixed destruction of ImagePair while writing PLY files
33 * TCP streams no longer require a client port
37 * Fixed synchronization issue in AsyncTransfer
38 * Fixed PGM output on Windows for ImagePair
39 * Fixed image data modifications during PGM output
43 * Added support for SceneScan
44 * Added support for Jumbo Frames
45 * Support for 12-bit image data
46 * Renamed to Vision Software Release
47 * Renamed SpCom to NVCom
48 * Fixed possible display stall bug in NVCom
52 * Added application icon to SpCom
53 * Compatibility fixes to GenTL producer
54 * New sample data for GenTL producer test builds
58 * Added example program for MATLAB
59 * Fixed reading / writing of paths with non-ASCII characters with SpCom
61 * Allow recording of more than 10,000 frames in SpCom
65 * Compatibility fixes to GenTL producer. Now compatible with MATLAB
69 * Fixed possible image reception stall when reconfiguring SP1
70 * Removed restrictions to image size when compiling with SSE or AVX2
74 * Fixed critical bug that causes image reception problems on Windows 10
78 * Fixed erroneous subpixel decoding of disparity maps
79 * GenTL producer now supports multi-part data streams
80 * GenTL producer now has a dedicated virtual device for right camera images
81 * Added an example for HALCON 13
82 * Both HALCON examples now visualize the 3D point cloud
83 * SpCom build fix for older CMake versions
87 * New network protocol for SP1 firmware 3.0.0
88 * Support for variable disparity range
89 * Added zoom and fullscreen support to SpCom
90 * Fixed display stall bug in SpCom
95 * Fixed build problem for some Linux systems
99 * New protocol with lower performance overhead
100 * Support for larger image resolutions
102 * SpCom supports saving of 3D point clouds
103 * New color coding scheme for SpCom
104 * Zoom functionality for SpCom
108 * Compatibility fix for non-AVX CPUs for binary windows builds
112 * Fixed possible receive buffer overflow in libvisiontransfer
113 * Build-fix for cross compilation of libvisiontransfer
117 * Improved parallelization for AsyncTransfer in libvisiontransfer
118 * Fixed possible duplicate write of captured frames in spcom
119 * Fixed possible problem with captured file numbering in spcom
123 * Fixed network exceptions on Windows 10
124 * Lazy initialization of receive thread in libvisiontransfer
128 * Improved installation procedure for Windows and Linux
132 * Improved parallelism for libvisiontransfer
133 * Fixed inaccurate frame rate display of spcom for Windows builds
137 * Fix for image widths that are not a multiple of 64
141 * Added a GenICam GenTL producer that encapsulates libvisiontransfer
142 * Minor compilation fixes
146 * Major clean-up and simplification of all interfaces
147 * Image pairs are now stored in the new class ImagePair
148 * Transmission / reception of q-Matrix, timestamp and sequence number
149 * Right image can now have 8-bit color depth
150 * Support for image reception and transmission on the same connection
151 * Several network optimizations
152 * Internal refactoring