Skip to content

Conversation

@efernandez
Copy link

On top of #8, this fixes the visible/color frame, which is RGB8 not MONO8.

Before this PR (left):
visible_mono8

After this PR:
screenshot from 2019-03-05 20-40-10

Exposure is fix and illumination is relatively low, so the image is a little dark and noisy.
It's a shame this ROS wrapper doesn't allow to change the exposure. 😢

I think the IR images could also use a shallow copy as I do here for the visible/color image.
That would also be possible for the depth image if it were uint16_t or float, but already in meters instead of millimeters.

It's RGB8, not MONO8.

It's also possible to do a shallow copy instead of a deep copy, so the
conversion is faster.
@efernandez efernandez force-pushed the color_frame_is_rgb branch from ddcddc9 to c1e0d63 Compare March 5, 2019 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant