Drop support for cv2, rename tag

This commit is contained in:
Milan Nikolic
2025-06-12 21:19:52 +02:00
parent b302c77f20
commit 074d14ad01
8 changed files with 62 additions and 179 deletions

View File

@@ -21,8 +21,7 @@ You can also use apps like `ffplay` or `vlc`:
### Build tags
* `cv2` - build with `OpenCV` 2.x ([go-opencv](https://github.com/lazywei/go-opencv))
* `cv4` - build with `OpenCV` 4.x ([gocv](https://github.com/hybridgroup/gocv))
* `opencv` - use `OpenCV` to access camera ([gocv](https://github.com/hybridgroup/gocv))
* `turbo` - build with `libjpeg-turbo` ([libjpeg-turbo](https://www.libjpeg-turbo.org/)) instead of native Go `image/jpeg`
### Download