Topic: Camera Calibration
Hi,
does anybody know if there is information about the Camera Calibration available?
I need to get out Information about the internal parameters:
Focal length,Principal point,Skew coefficient,Distortions.
Thanks
You are not logged in. Please login or register.
PARROT AR.DRONE & AR.DRONE 2.0 FORUM → Hardware AR.Drone → Camera Calibration
Hi,
does anybody know if there is information about the Camera Calibration available?
I need to get out Information about the internal parameters:
Focal length,Principal point,Skew coefficient,Distortions.
Thanks
i would use opencv. there are a few blogs and forum posts around the net about feeding the live video stream into opencv. they all use the old IplImage and not the awesome cv::Mat so you may have to adjust them. but the point is that info on this workaround exists online.
-checkerboard detection of 20 frames or so
-find sub pixels (probably a large number of iterations is needed due to the crazy fish eye warp) of the inner corners of the checkerboard for each captured frame
-feed the data into cameraCalibrate
-save the intrinsic matrix and distortion coeffs in a yml file and done
you may have to recalibrate after every crash though.
the lens location may shift microscopically and mess up your principal point considering the precision of the measurement.
same goes for the glass in the lens, also the fact that this is a 92 degree fisheye doesn't help with the warp. your k1 k2 k3 p1 p2 parameters may change a lot after every crash too.
You can buy the large cogs but not the small ones that are on the motor spindle. These are plastic and need replacing as well as the large cogs. I have contacted Parrot in the UK but they say that you have to buy the whole motor at a daft price. Des anyone know where I can get the the small cogs from ?
How can I delete the videos of the drone flights on my iPad ?
PARROT AR.DRONE & AR.DRONE 2.0 FORUM → Hardware AR.Drone → Camera Calibration
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.