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
On Windows, this line crashes and returns the following error:
TypeError: can't multiply sequence by non-int of type 'float'
TODO:
depth_image = np.reshape( camera_image[3], (camera_image[1], camera_image[0]))
The text was updated successfully, but these errors were encountered:
Format depth_image as a numpy array, fixing #24
276115a
Solved with 276115a. The depth camera's FPS isn't impacted by the update
Sorry, something went wrong.
mbusy
No branches or pull requests
On Windows, this line crashes and returns the following error:
TODO:
The text was updated successfully, but these errors were encountered: