-
Notifications
You must be signed in to change notification settings - Fork 26
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
example-calibration crash after camera calibration #2
Comments
I faced the same problem and modified as follows to solve it. In Calibration.cpp (in addons/ofxCv//libs/ofxCv/src), I changed If you use the code before modification, features was exported as follows in the calibrationCamera.yml. and if you use the code modified, |
Hi , since you had success to run the code. would you please tell me what are the steps to make it work? |
at the end of camera calibration I get an error OpenCV Error: Null pointer (Null pointer to reader or destination array) in cvReadRawDataSlice, file ......\modules\core\src\persistence.cpp line 3245
the crash is when the app is changing state from CAMERA to PROJECTOR_STATIC or when running in PROJECTOR_STATIC state with my cameraCalibration file , however if I try to run in PROJECTOR_STATIC state using your cameraCalibration file the app is not crashing. I might be doing something wrong in the camera calibration, please let me know if you have any suggestions, this addon looks awesome would love to manage to use it.
thanks
The text was updated successfully, but these errors were encountered: