摘要:
从#或$后开始,到*之前是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
在风里
阅读(1171)
评论(0)
推荐(0)
摘要:
capture.SetCaptureProperty(CapProp.Fps, 帧率数); 阅读全文
posted @ 2017-04-01 11:16
在风里
阅读(1727)
评论(0)
推荐(0)

浙公网安备 33010602011771号