Closed antlai closed 7 years ago
In stream.py line 82
instead of self.format = rs_format.RS_FORMAT_XYZ32F
I guess it should be self.format = rs_format.RS_FORMAT_Z16
because is depth data...
correct, if you wanna create a pull request go ahead, otherwise I'll just change that myself.
Go ahead and change it. One liners are probably not worth a pull request... Thanks!
In stream.py line 82
instead of self.format = rs_format.RS_FORMAT_XYZ32F
I guess it should be self.format = rs_format.RS_FORMAT_Z16
because is depth data...