fatal error: 'opencv2/videoio.hpp' file not found [closed]
I was trying to run files in samples/cpp but i was getting an error "fatal error: 'opencv2/videoio.hpp' file not found" So, I tried to search on the internet and find a solution I tried this method this method . But after installing according to the procedure , error is not resolving . So how can I proceed?
OpenCV - 4.0.1 Python - 3.6.6
os / opencv version ? language, even ? (you're quoting a python blog) how are you trying to build your program ?)
Yes, I am just following the blog
why do you mention a python blog / your python version, when this is about c++ ? (is it ?)
So how can I proceed? procees with what, exactly ?
When I was searching on the internet about the solution for this, i saw a comment to follow this blog. Do you know any other way to get rid of this error?
mentioning blogs is useless here, we need to see, what YOU are doing, not someone else (which is ?)
we're going in circles here, unless you start to be more concise about it
Ok, I used "brew install opencv" command to install opencv and when I am running the .cpp files I am getting the same error. So now , what can i do?