You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.04
Go 1.23
CMD: go build cmd/main.go
Output:
# github.com/vladimirvivien/go4vl/v4l2
vendor/github.com/vladimirvivien/go4vl/v4l2/control_values.go:145:39: could not determine kind of name for C.V4L2_CID_COLORFX_RGB
vendor/github.com/vladimirvivien/go4vl/v4l2/control_values.go:115:32: could not determine kind of name for C.V4L2_COLORFX_SET_RGB
vendor/github.com/vladimirvivien/go4vl/v4l2/control_values.go:76:41: could not determine kind of name for C.V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR
vendor/github.com/vladimirvivien/go4vl/v4l2/control_values.go:77:41: could not determine kind of name for C.V4L2_CTRL_TYPE_VP9_FRAME
The sudo apt install build-essential command did not help.
Raspberry Pi 4
Go 1.21
CMD: env GOARCH=arm64 GOOS=linux go run cmd/main.go
Output:
The text was updated successfully, but these errors were encountered: