Skip to content

Commit

Permalink
registering to y16i format removed
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Oct 18, 2022
1 parent da05020 commit 5462f13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ds5/ds5-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "proc/temporal-filter.h"
#include "proc/y8i-to-y8y8.h"
#include "proc/y12i-to-y16y16.h"
#include "proc/y16i-to-y10msby10msb.h"
#include "proc/color-formats-converter.h"
#include "proc/syncer-processing-block.h"
#include "proc/hole-filling-filter.h"
Expand Down Expand Up @@ -858,12 +857,6 @@ namespace librealsense
[]() {return std::make_shared<y12i_to_y16y16>(); }
);

depth_sensor.register_processing_block(
{ RS2_FORMAT_Y16I },
{ {RS2_FORMAT_Y16, RS2_STREAM_INFRARED, 1}, {RS2_FORMAT_Y16, RS2_STREAM_INFRARED, 2} },
[]() {return std::make_shared<y16i_to_y10msby10msb>(); }
);

pid_hex_str = hexify(_pid);

if ((_pid == RS416_PID || _pid == RS416_RGB_PID) && _fw_version >= firmware_version("5.12.0.1"))
Expand Down

0 comments on commit 5462f13

Please sign in to comment.