golang-camera-web-server
golang-camera-web-server copied to clipboard
./main.go:85:12: cannot assign *gocv.NativeByteBuffer to frame (type []byte) in multiple assignment on /dev/video0
Got follow error, what can I do?
> go run main.go
# command-line-arguments
./main.go:85:12: cannot assign *gocv.NativeByteBuffer to frame (type []byte) in multiple assignment```