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

TypeError for camera frame extraction on windows #24

Closed
mbusy opened this issue Dec 23, 2019 · 1 comment
Closed

TypeError for camera frame extraction on windows #24

mbusy opened this issue Dec 23, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mbusy
Copy link
Member

mbusy commented Dec 23, 2019

On Windows, this line crashes and returns the following error:

TypeError: can't multiply sequence by non-int of type 'float'

TODO:

  • Format the depth_image variable as an numpy array
depth_image = np.reshape(
    camera_image[3],
    (camera_image[1], camera_image[0]))
  • Test the frame extraction performances
@mbusy mbusy added the bug Something isn't working label Dec 23, 2019
@mbusy mbusy self-assigned this Dec 23, 2019
@mbusy mbusy changed the title TypeError for camera frame exctraction on windows TypeError for camera frame extraction on windows Dec 23, 2019
@mbusy
Copy link
Member Author

mbusy commented Dec 27, 2019

Solved with 276115a. The depth camera's FPS isn't impacted by the update

@mbusy mbusy closed this as completed Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant