Hi,
I'm getting crash after undistorter initialization.
I'm appending crash log - it has something to do with boost i gues - could you help me here?
logs.txt
I've followed your tutorial for compilation.
I'm using ArchLinux 32bit, I had to set -std=gnu++11 for compilation to go (they were errors without it).
I'm using 1.60 version of boost.
Second issue (which can be solved manually).
I'm using the testing files provided by @JakobEngel
It seems that camera calibration file for Pre-Rectified Images isnt correctly recognized (the system treats the as unidstorterLogger camera calibration class which leads to crash).
Is the counting of the elemnts in line a basis for the test? If so the test for kind of camera calibration input should be in different direction.
Hi,
I'm getting crash after undistorter initialization.
I'm appending crash log - it has something to do with boost i gues - could you help me here?
logs.txt
I've followed your tutorial for compilation.
I'm using ArchLinux 32bit, I had to set
-std=gnu++11for compilation to go (they were errors without it).I'm using 1.60 version of boost.
Second issue (which can be solved manually).
I'm using the testing files provided by @JakobEngel
It seems that camera calibration file for Pre-Rectified Images isnt correctly recognized (the system treats the as unidstorterLogger camera calibration class which leads to crash).
Is the counting of the elemnts in line a basis for the test? If so the test for kind of camera calibration input should be in different direction.