-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
i think this is a bug,hope you can help me #727
Comments
One possible reason is that |
i read #597,but don't really get it?
thanks again |
is that because i pip3 install a wrong version of open3d? but for the intrinsic,if i use the intrinsic from the " convert_from_pinhole_camera_parameters " function, |
Oh I see, that was a separate issue. Now, regarding the original question, according to here, we need to change the E.g. change this line: intrinsic.set_intrinsics(640, 480, 365.4020, 365.6674, 319.5, 239.5) |
got it , problem solved.thanks a lot . |
I'd like to reopen this. Why is the check w.r.t. the optical center there? second edit: this restriction is explained in #834 . |
i use
vis.get_view_control().convert_from_pinhole_camera_parameters(intrinsic, extrinsic)
to try to change the vis's intrinsic , but get the error message
[ViewControl] ConvertFromPinholeCameraParameters() failed because window height and width do not match.
however,i specificly set window size but still get the error message .
it seems that the vis do not allow others to change its intrinsic?
here is the code
in a hurry ,really need your help
The text was updated successfully, but these errors were encountered: