Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Calibrating GoPro Cameras #125

Open
daylanc opened this issue May 16, 2019 · 0 comments
Open

Problems with Calibrating GoPro Cameras #125

daylanc opened this issue May 16, 2019 · 0 comments

Comments

@daylanc
Copy link

daylanc commented May 16, 2019

@Alexey-Kamenev
I am at the step to calibrate my gopro cameras. I followed your "Datasets" page on your wiki to properly calibrate. I took a video of the checkerboard image and parsed it using your videoParser.py script, which yielded about 25 images. These are some of the original images:
GOPR2950_MP4 savath_calibration0000
GOPR2950_MP4 savath_calibration0005
GOPR2950_MP4 savath_calibration0010

I then used the CameraCalibration script to calibrate. Here are some of the resulting images (original and undistorted):
GOPR2950_MP4 savath_calibration0000
GOPR2950_MP4 savath_calibration0005
GOPR2950_MP4 savath_calibration0010
Undistorted:
undist_GOPR2950_MP4 savath_calibration0000
undist_GOPR2950_MP4 savath_calibration0005
undist_GOPR2950_MP4 savath_calibration0010

This doesn't seem correct... Are we doing something wrong?

FYI: We run the CameraCalibration script with the following command:
./main CameraCalibration -input=<path_to_images> -results=<path_to_images>
We compiled this CameraCalibration script using the following command:
g++ -std=c++11 main.cpp 'pkg-config --libs --cflags opencv' -o main
We tried compiling it with just g++ main.cpp but that did not work. Did we compile this correctly?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant