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

In mapper.py -> color_point_2_depth_point() error #1

Closed
Max-918 opened this issue Dec 25, 2020 · 2 comments
Closed

In mapper.py -> color_point_2_depth_point() error #1

Max-918 opened this issue Dec 25, 2020 · 2 comments

Comments

@Max-918
Copy link

Max-918 commented Dec 25, 2020

In color_point_2_depth_point() function, [depth_x, depth_y] ->[-inf, -inf]
So it leads to the following result:

line 123, in color_point_2_depth_point
return [int(depth_x), int(depth_y)]
OverflowError: cannot convert float infinity to integer

If it is convenient for you, please tell me how can I solve this problem?

@KonstantinosAng
Copy link
Owner

Sorry for not replying, i have answered this error in this issue:

Kinect/PyKinect2#80

@Max-918
Copy link
Author

Max-918 commented Jan 24, 2021

Thanks!

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