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

Test with color images #10

Open
andreucm opened this issue Apr 24, 2017 · 5 comments
Open

Test with color images #10

andreucm opened this issue Apr 24, 2017 · 5 comments
Assignees

Comments

@andreucm
Copy link
Member

Test with color images. Just a global check that everything works with color images

@obohigas
Copy link
Contributor

obohigas commented May 3, 2017

Still to check exactly why, but there is probably a DC supply issue when connected to the 12V output of a UR10.
When UR is connected, PtGrey driver provides an image_raw which has empty data field:
data: [ ]
If this is happening and the UR is turned off, image_raw starts returning a filled data field, and everything starts to work.

@carlosjoserg
Copy link
Member

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

@carlosjoserg
Copy link
Member

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

@obohigas
Copy link
Contributor

obohigas commented May 4, 2017

@andreucm , maybe do you know: a pcl weights the same as a 3-channel image?

@andreucm
Copy link
Member Author

andreucm commented May 4, 2017

depending on the size!
The amount of memory would be:

  • cloud<double,XYZ>: h x w x 3 x 8Bytes = ... [Bytes]
  • image<8bits,RGB>: h x w x 3 x 1Byte = ... [Bytes]

so for the same size (h,w), a cloud allocates 8 times more memory than an image.

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

3 participants