Major:
- Add support for YUV color streams. Replace
ColorStream
parameteruse_bgr
withcolor_format
.color_format
can be one of'rgb'
,'bgr'
,'yuv'
.
Minor:
- Add jupyter example
- Add depth-only example including histogram normalization
Major:
ColorStream
parameter use_bgr
with color_format
. color_format
can be one of 'rgb'
, 'bgr'
, 'yuv'
.Minor: