udp-image-streaming
udp-image-streaming copied to clipboard
Issue with OpenCV4 on OSX
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