-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test with color images #10
Comments
Still to check exactly why, but there is probably a DC supply issue when connected to the 12V output of a UR10. |
DC supply from UR says 12V, 100mA, check user manual, page I-27 PtGrey Max power requirements is 2.5W, which is around 200mA, check user manual, page 4 |
Looks like it was network saturation, see: https://betarobots.slack.com/files/carlos/F58F9REDR/img_20170504_112828.jpg Anyway, better error handling of empty image is advised here |
@andreucm , maybe do you know: a pcl weights the same as a 3-channel image? |
depending on the size!
so for the same size (h,w), a cloud allocates 8 times more memory than an image. |
Test with color images. Just a global check that everything works with color images
The text was updated successfully, but these errors were encountered: