Skip to content
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

Implementation for RealityCapture #12

Open
arjan-kuiper opened this issue Jun 3, 2024 · 1 comment
Open

Implementation for RealityCapture #12

arjan-kuiper opened this issue Jun 3, 2024 · 1 comment

Comments

@arjan-kuiper
Copy link

Did anyone get this working with the export from RealityCapture? I'm using the internal/external camera parameters file from RealityCapture export, but the rotations always seem to be off by a fair margin which makes me believe it's an issue in applying the rotation and not in the focal length.

@Hutch07
Copy link

Hutch07 commented Jun 6, 2024

Is rotation error always the same direction? Is it possible the pitch is substituted for the roll? var Xc = camX[imagenum];
var Yc = camY[imagenum];
var Zc = camZ[imagenum];
var Rx = camRoll[imagenum];
var Ry = camPitch[imagenum];
var Rz = camYaw[imagenum];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants