i3drobotics / stereo-vision-toolkit

Stereo image processing suite
MIT License
30 stars 10 forks source link

Program is very slow if pylon camera have network issues #36

Closed ghost closed 4 years ago

ghost commented 4 years ago

This was likely due to the program displaying the full resolution image in the GUI so for a pair of 5MP images this caused major application resources. This has now been changed so that the GUI displays a maximum of 800x600 image and downsamples images if they are above this resolution. It does not change the resolution used in stereo matching so the quality of 3D generation will be unchanged. However, I will not close this issue until I have tested this fix with GigE cameras as I currently only have access to Basler USB.