Skip to content

Corrupted color image after pipeline restart #1206

@taketwo

Description

@taketwo
Required Info
Camera Model D435
Firmware Version 08.05.15.00
Operating System & Version Ubuntu 16.04
Kernel Version (Linux Only) 4.10.0
Platform Lenovo laptop
SDK Version 2.10.0

Issue description

Stopping and immediately starting a pipeline again leads to artifacts in color (but not depth) image:

corrupted

It looks like odd and even columns are swapped. Also if you pay attention, the first column is swapped with the last.

How to reproduce

Add after line 22 in rs-capture.cpp:

pipe.stop();
pipe.start();

For me corruption does not happen in 100% runs, but in a vast majority.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions