Software Archive
Read-only legacy content
17061 Discussions

Disable Stream

FLeac
Novice
278 Views

I am using the realsense sdk to develop a 3d scan software that doesn't need textures but only the Depth stream. I want to know if it is possible to disable the rgb stream. I know that it is possible to enable a stream using EnableStream method in SenseManager, for example:

sm->EnableStream(PXCCapture::StreamType::STREAM_TYPE_DEPTH, 640, 480, 60);

But is it possible to do the opposite?

0 Kudos
2 Replies
jb455
Valued Contributor II
278 Views

Can you just not enable the colour stream? Or does it do it anyway when you enable the 3D scan?

I think if you save the model as a PLY or STL file (or OBJ with texture file enabled though you may have to fiddle with it a bit so it doesn't look for the texture) it'll just save the geometry and not the colours - same result but different solution.

0 Kudos
FLeac
Novice
278 Views

Nope even if I don't enable the color stream the saved file has a material with the "right" color..

0 Kudos
Reply