Rehtt

Results 5 comments of Rehtt

![_20180407121428](https://user-images.githubusercontent.com/28680927/38451143-49567262-3a5d-11e8-9a97-a136eaca17bd.jpg)

![qq 20180408000842](https://user-images.githubusercontent.com/28680927/38457306-0f8509c2-3ac1-11e8-9805-4359c5638e3e.png)

me wifi using WPA2_PSK WIFI_REG=US but it's fail

> See: https://github.com/Mrs4s/go-cqhttp/blob/8389d9195d9cd63f83a0baf82c749dbac34f0371/coolq/cqcode.go#L90-L94 > > 不太好在MiraiGo中处理 我目前的解决办法是判断如果是负数就和65536相加,得出的值就正常了

code : ```go package main import ( "fmt" "gocv.io/x/gocv" "golang.org/x/crypto/ssh/terminal" "image/color" "os" "strings" "time" ) func main() { c, err := gocv.VideoCaptureFile("1.mp4") if err != nil { panic(err) } thisMat...