udp-image-streaming icon indicating copy to clipboard operation
udp-image-streaming copied to clipboard

Issue with OpenCV4 on OSX

Open dmsolutionz opened this issue 5 years ago • 0 comments

Found when trying to build the source code that if you're on a mac and you have version 4 of opencv that you need to remove and use version 3 such as

brew install opencv@3
brew unlink opencv
brew link opencv@3

dmsolutionz avatar Jan 11 '20 22:01 dmsolutionz