Closed AstroOrbis closed 3 years ago
As explained in the README , WithCV has webcam related modules by importing the opencv library ,the WithoutCV does not. I decided to do 2 different files because the opencv library adds ~40-50 MB to the compiled exe.
but is there any difference?
like if one is faster or something
@AstroOrbis he literally just said it adds 40 to 50 mbs more to the compiled version, hence why there is a CV and without CV.
As explained in the README , WithCV has webcam related modules by importing the opencv library ,the WithoutCV does not. I decided to do 2 different files because the opencv library adds ~40-50 MB to the compiled exe.