justadudewhohacks/opencv4nodejs

cv.CalibrateCamera does not update cameraMatrix

jazozaya opened this issue · 2 comments

I think this issue is similar to Issue #392

In calibrateCamera() the cameraMatrix is passed in as an input, and it is my understanding that openCV will update the value data and return the updated value.

It seems like cameraMatrix is not getting updated with the new values. Unless I'm misunderstanding how the cameraMatrix parameter is supposed to work.

Hey I am new to open source and thus would be willing to contribute to it

the maintainer of this project is currently not available,
maybe you can try to fork and fix that from my fork:

https://github.com/UrielCh/opencv4nodejs

this version is published as: @u4/opencv4nodejs and already contains lots of fixes.