bugfix invalid pointer used in LidarStream
The return type of GetCalibrationTable is a smartpointer, so if nobody take its ownership, the pointer can become invalid.
The return type of GetCalibrationTable is a smartpointer, so if nobody take its ownership, the pointer can become invalid.