Third Party Libraries Embedded On Executable

Hello mates, I am thinking to use “gocv.io/x/gocv” library on my program to access the webcam a take a picture. Nevertheless I am afraid of after debugging and launching the executable every user will need to download and install opencv on their machine to this feature work. Is that true? Is there a manner to avoid every user need download third party library? Or during launching of the .exe all the needed libraries will be converted to binaries avoiding any external download?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.