Problem with OpenCV camera calibration from video file
Hi all,
I am trying to get calibration parameters for my camera using the sample code included with OpenCV. When I try to run the calibration using a video file as an input I get the following error:
OpenCV Error: Parsing error (GOPR0047.avi(0): Too long string or a last string w/o newline) in unknown function, file ......\src\opencv\modules\core\src\persistence.cpp, line 1844
Anyone know what might be causing this error? Is there a size limit on the input video perhaps?
Thanks for any help
OpenCV Version 2.4.5
To add some more information, I tried breaking my video into frames and loading the image list as the input. When I do that the first image pops up with the colored lines drawn correctly on the checkerboard, then the program immediately crashes. I'm not sure if this is related to the first problem...
That sounds weird, maybe you could share your video or some of the images, we could give it a go and try to help you locate the problem.