Skip to content

Coloring issue on real-time point cloud streaming #3824

Answered by whizbuzzer
whizbuzzer asked this question in Q&A
Discussion options

You must be logged in to vote

So, I solved the issue by changing the format in the "config.enable_stream()" function, that is,

I changed

config.enable_stream(rs.stream.color, 960, 540, rs.format.bgr8, 30)

to

config.enable_stream(rs.stream.color, 960, 540, rs.format.rgb8, 30)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by whizbuzzer
Comment options

You must be logged in to vote
1 reply
@whizbuzzer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3823 on July 29, 2021 18:52.