Skip to content

Why the focal_lengths is negative number in intrinsic matrix? #390

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

Closed
wenyuqing opened this issue Nov 1, 2024 · 1 comment
Closed

Why the focal_lengths is negative number in intrinsic matrix? #390

wenyuqing opened this issue Nov 1, 2024 · 1 comment
Labels
stale No activity. Will be closed soon.

Comments

@wenyuqing
Copy link

As calculated in this function vision_sensor.py,
The intrinsic is for example,
np.array([[-175.8385604, 0, 64],
[0, -175.8385604, 64],
[0, 0, 1]])
I use the intrinsic and extrinsic to convert the gripper pose 3D positions to pixel location, but cannot get the correct results.
I'm confused about that, could you give me some help?

Copy link

stale bot commented Apr 26, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale No activity. Will be closed soon. label Apr 26, 2025
@stale stale bot closed this as completed May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale No activity. Will be closed soon.
Projects
None yet
Development

No branches or pull requests

1 participant