摘要: 从#或$后开始,到*之前是GPS数据,*之后是校验位。 public bool Verified(string gps) { gps = gps.TrimStart('#', '$'); var s = gps.Split('*'); if(s.Length < 2) return false; v 阅读全文
posted @ 2017-04-01 11:31 在风里 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: capture.SetCaptureProperty(CapProp.Fps, 帧率数); 阅读全文
posted @ 2017-04-01 11:16 在风里 阅读(1589) 评论(0) 推荐(0) 编辑