Closed nedfex closed 3 years ago
I am also interested on this: when I acquire the came image, is the image undistorted already? If it's not undistorted, would it be possible to get the distortion coefficients?
Currently no update on this, but this is duplicating #112. The image that comes out of ARCore is distorted.
SPECIFIC ISSUE ENCOUNTERED
I was modifying the sample code hello_ar_application.cc in sample/hello_ar_c, and trying to get intrinsic and distortion parameters, however the Tags did not contain such attributes, here is the code I added after backgroundrenderer.Draw(arsession, arframe) in the function void HelloArApplication::OnDrawFrame()
Does anyone have idea how to get those values? Also, are images came out from ndk undistorted or not by default?
Thanks
VERSIONS USED
adb shell getprop ro.build.fingerprint
: google/crosshatch/crosshatch:9/PQ1A.181205.006/5108886:user/release-keysSTEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS