public Form1() { InitializeComponent(); rs = new RealSense.Stream(this, Stream.StreamOption.ColorAndDepth, Stream.AlgoOption.Face, Stream.RecordOption.Playback, this.lb_ts); rs.TimeStampChanged += Rs_TimeStampChanged; }