We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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?
The text was updated successfully, but these errors were encountered:
Sorry for not replying, i have answered this error in this issue:
Kinect/PyKinect2#80
Sorry, something went wrong.
Thanks!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: