Items with no label
3335 Discussions

Question) How can i get RGB value from each pixel on D435 camera?

mgum1
Beginner
1,436 Views

Hello, i've question.

i want each RGB data in each pixel in one frame by D435.

is there any function to get them?

in depth, depth values are easily gettered by "depth.get_distance(i, j)"

but, how can i get RGB value like that way?

thank you.

0 Kudos
1 Solution
MartyG
Honored Contributor III
345 Views

I wonder if this advice might help:

View solution in original post

0 Kudos
3 Replies
MartyG
Honored Contributor III
346 Views

I wonder if this advice might help:

0 Kudos
mgum1
Beginner
345 Views

thank you! you're the great helper!

0 Kudos
Andrew_Carluccio
345 Views

Hello! I followed the link above and have tried to read up on how that information can lead to accessing RGB values of a pixel at a given coordinate, but am unable to make that jump. How did you implement your solution? Presently, I have a wrapper class of sorts through which I hope to abstract this functionality by wrapping it up in a custom .getRGB() call to the wrapper, but I am stuck on what to do under the hood here.

0 Kudos
Reply