You have ABSOLUTELY no idea how much you have helped me here. I may have just passed my course because of your wonderful setup video. PLEASE don't stop making more videos, your channel and you are LOVELY.
@RaviPrakash-dz9fm4 жыл бұрын
Bro! You saved my job!!! I can't be more grateful to you. I used to do all this in Python, but my boss told me to use C++. Thanks a lot.
@robertt.92112 жыл бұрын
What a wonderful tutorial! Very detailed and every intermediate step perfectly explained. I spent min. 10 hours with other bad inconsistent tutorials and almost despaired. I am so incredibly grateful to you!!!
@OutLan5 жыл бұрын
Wow. I never knew the ALT+SHIFT+I trick. You learn something new every day.
@adamhacks84375 жыл бұрын
I'm a sucker for keyboard shortcuts. I had to fight the temptation to do it in vim, since I figured VS Code is a bit more approachable.
@lukasijus86904 жыл бұрын
That is a pure gold info. I remember couple of years ago doing this on my own for at least couple of painful days. Thanks Captain!
@BartoszKomar3 жыл бұрын
I've just set-up project with OpenCV 4.52 so your tutorial is still actual. Thanks a lot!
@RogerCh8884 жыл бұрын
You're a life saver, thank you for the initial build and installation video and this setup video, these videos were so helpful.
@taktail3 жыл бұрын
thank you. you fixed my depression and brain bleed from trying to figure this out.
@Amonomen2 жыл бұрын
For anyone reading this, save yourself some time in configuring the additional dependencies and use the command "dir /B *d.lib > debugLib.txt" Great video! It's been so long since I've messed with C++ that I forgot how to setup the libraries for a project.
@MegaCplayer4 жыл бұрын
Great video! Tip: Use powershell instead to get libraries Get all d.lib: Get-ChildItem "C:\yourpath" -Name -Filter *d.lib Get all non d.lib: Get-ChildItem "C:\yourpath" -Name -Exclude *d.lib
@lostree17852 жыл бұрын
THANK YOU SO MUCH FOR THIS TUTORIAL!!!
@Iluvbabaganush1234 жыл бұрын
I did exactly the steps followed and however the opencv/tracking.hpp is not working. When I try to include that libaray into my opencv source file it shows an error. I have google so much unfortunately nothing has come of it. I configured using make and have done the solution build more the 10 times now. With no progress.
@MauFeitioO3 жыл бұрын
I just want to say that i love you, thanks for the help, openCV and visual studio were getting me crazy
@garybey38003 жыл бұрын
Thank you. Your video saved me a lot of trouble.
@santoshkumarjami93263 жыл бұрын
Really such a nice and clear explanation which saved my time and created interest in learning OpenCV. Thanks a lot
@AntsaVRmusic2 жыл бұрын
Hi ! any idea on how to use openCV in a CLR project? I actually want to display the video in a winForm , but I don't know how to do it.
@aaaron194 жыл бұрын
I am having trouble making my app standalone, I get errors about not having OpenCV, etc. when on other machines. So if I wanted to make my application a standalone EXE that I could send to anyone, I would make my project inside the build folder that we created because that contains all the OpenCV files. Then I just need to build in release and it should be good?
@davidhernandezjuarez1724 ай бұрын
Amazing bro, you saved me
@simplex21684 жыл бұрын
I did everything you explained and got an error on my test project that says that opencv_core411.dll cannot be found. I did rebuild both debug and release konfiguration. Do you know what's up?
@simplex21684 жыл бұрын
By the way your tutorial was amazing and easy to follow.
@simplex21684 жыл бұрын
I found the issue. I did't have the opencv_world411d.lib inside my references, because I installed opencv wrongly and reinstalled it so I had the opencv_world411d.lib file.
@datisreyhani46414 жыл бұрын
Is it possible you could attach a fully configured file in the description? It's not working at all and I really need a project that runs openCV! Thanks
@alpha71012 жыл бұрын
I encounter with LNK2038 error while building a simple problem with your setting. How to solve it.
@amitsharma93774 жыл бұрын
Awesome video, made it super easy to get started with OpenCV Development. Thanks.
@prajaysapkale4844 жыл бұрын
I followed all the steps without any failures, still couldn't write the '#include' statement. Please help.
@karayakar4 жыл бұрын
Great tutorial, opencv 4.3.0 tested and works. I had an issue with the libraries, after recompiling release and debug I was able to solve. Thanks.
@fleurvanille76685 жыл бұрын
in the lib folder I did not get the d.lib files , I do not know why ,, I 've got Only the .lib without
@fleurvanille76685 жыл бұрын
@@Serialphotog what should I do please
@adamhacks84375 жыл бұрын
@@fleurvanille7668 I'd suggest going back to the part 1 video where I showed how to build the OpenCV library. Particularly, the part within Visual Studio that talks about building the library from within there. You have to do two separate build steps. Once to build the release version and then again with the debug version selected.
@fleurvanille76685 жыл бұрын
@@adamhacks8437 ahhhh okay Im there ,thanks
@mohammadaliavazpour32682 жыл бұрын
Thanks , This was useful for me 😀
@sarthaksingh21753 жыл бұрын
Hey, I'm trying building Opencv similar to you from source code, but for me all modules are not configured. I have checked all version similarity and stuff. Can you please help me
@ANdrewPHillip164 жыл бұрын
Hi, thanks for the tutorial, I did it all as you said but I have some problems with the Gstreamer DLLs, when I run the project I get a message telling me that it couldn't find a DLL, Do you know how can I solve this? Thanks for your help.
@wkwkwk73474 жыл бұрын
i've do the same thing but error message like this: Unable to start program 'c\users\ikhsn\documents\visual studio 2015\Project\Test1\x64\Debug\Test1.exe' The system cannot find the file specified.
@yagzarkayn21784 жыл бұрын
You could also include the libraries by writing *412.lib and *412d.lib
@jk-il1qs4 жыл бұрын
Hi, just wondering do you have any idea of an error " gfluidimgproc_func.simd.hpp not found". I'm runing an opencv project, built successfully, but got this error when executed.
@SuperEB19944 жыл бұрын
Do i have to change the settings in Properties everytime i create a new OpenCV-project?
@maroquio4 жыл бұрын
You can create a new project model and use it when needed. Take a look at this link: docs.microsoft.com/en-us/visualstudio/extensibility/creating-custom-project-and-item-templates?view=vs-2019
@okfine90774 жыл бұрын
If you do not want to edit the properties settings every time you want to create a C++ with OpenCV, you should consider using property sheets.
@rachelbrady82573 жыл бұрын
So helpful, thank you!!
@BOHICAMAN14 жыл бұрын
Followed exactly except I am using OpenCV 4.3. Using build RELEASE 64bit. Followed placing the file/directories where you said,but got error "Severity Error LNK1181 cannot open input file 'objdetect430.lib' " on line 1. Line 1 is: #include . Any suggestions appreciated! Bob
@warpie73 жыл бұрын
did you fix the issue?, I have same problem
@arbjful2 жыл бұрын
How much does Visual Studio 2019 cost? Is it free?
@olubukolaogunsola58644 жыл бұрын
I dont have anything under "Configuration properties" , please advice
@TylerMatthewHarris4 жыл бұрын
if you can't find the .dll you might need to add C:\opencv\x64\vc16\bin to your path environment variables
@quanglysi74814 жыл бұрын
where is vc16 folder ? i have only vc14 and vc15
@lukasleitner86624 жыл бұрын
depends on your visual studio version. vc16 = visual studio 19
@BOHICAMAN14 жыл бұрын
C:\OpenCV4.3.0\Build\install\x64\vc16
@wei45154 жыл бұрын
what can I do if opencv_core 451d.dll cannot be found?
@cw91804 жыл бұрын
if you can't find the .dll you might need to add C:\opencv\x64\vc16\bin to your path environment variables This worked for me
@mohanpannirselvam41025 жыл бұрын
can you do a unity and opencv bridge. can we use dll ?
@niloofarkp14053 жыл бұрын
Thank you so much for the video! it was really helpful.
@lampshader4 жыл бұрын
1) You are a live saver. 2) This is the most stupid thing I've done this year.
@leosilva04114 жыл бұрын
Pretty easy and straightforward tutorial.Thank you!!
@rhinowizard3821 Жыл бұрын
WORKING GREAT
@robertjuszczak82273 жыл бұрын
doesn't work. I'm getting an error during the compilation. Error LNK1104 cannot open file 'kernel32.lib' OpenCVExamole C:\Users\Robert\source epos\OpenCVExamole\OpenCVExamole\LINK 1 Can anyone teel Me wot I have to do to fix that problem ?
@milerswang67433 жыл бұрын
Thanks for you save my day~~~~~
@yuehuileo91104 жыл бұрын
hi,many thanks,great video.
@marwaelkebir32894 жыл бұрын
you can help me please? I get this message : impossible de démarrer le programme 'C:\users\pc\documents\visual studio2019\Templates\project Templates\testcv1\x64\Debug\testcv1.exe' le fichier spécifié est introuvable
@flatearthgodsarenotreal4 жыл бұрын
Which windows do you have If it is 7, then this ain't be working
@marwaelkebir32894 жыл бұрын
@@flatearthgodsarenotreal oh yes it's windows 7 unfortunately thx
@flatearthgodsarenotreal4 жыл бұрын
@@marwaelkebir3289 then upgrade, you'll be forced to upgrade to 10 anyway
@name_nils2 жыл бұрын
Thank you saviour, Since this wasn't the first video i watched on getting opencv i have downloaded and destroyed my hard drive with probably 20 different opencv and other files that i thought i needed, anything to code in c++ i geuss. 🙃
@killuahsmathetricks3894 жыл бұрын
I did everything the video said. I actually get even the exact same fail messages in my command. However the frame does not update. Is there any reason for that that is easily fixable? I already tried to just make my for loop run for a million steps, but that does not work as well. It only captures the first frame when I run the programm and then nothin happens anymore. Furthermore I just noticed, that I can include the library in the debug mode, but not in release mode. I had the same issue before but flipped. I could include it in release mode but not debug. Anybody got an idea for any of my problems? =(
@leiyarabe74824 жыл бұрын
❤️Thank you dude!
@JOAOGABRIELCAVALCANTEFRANCA Жыл бұрын
Thanks a lot!
@jingyugao4 жыл бұрын
where could I found opencv vc16? I've tried to CMake one using Visual Studio but it didn't work, could you send me one. The files I download(cv15) from website seem don't have so much .lib files under "vc15\lib\"
@heyalexluu4 жыл бұрын
Watch the previous video on how he built it.
@jingyugao4 жыл бұрын
@@heyalexluu I've already tried many times to cmake vc16 on my windows10 but in vain. A lot of errors including ippicv and ffmeg in cmaking and others in debuging with VS2019. I wonder if you've tried and succeed, that way could you send me your opencv vc16 to me. I would be more than grateful. Here's my gmail: xonejyr@gmail.com
@a-bae94664 жыл бұрын
Amazing! thanks bro
@lschua55714 жыл бұрын
Words too small, difficult to read code.
@Alik-rq4ym5 жыл бұрын
What virtion opencv4
@kstringer243 жыл бұрын
instead of dir /w type dir /b and you'll only get a single column, not double.
@statwizard5 жыл бұрын
Great video, and thanks for posting it. A little work to setup each project..… Lol
@the-well-known-amir4 жыл бұрын
Thank you sir
@AhmedDeedatPalestine4 жыл бұрын
You took a lot of time to get to part 2 but thanks
@elucasvargas18744 жыл бұрын
Thanks!!!
@sofiannaaima9644 жыл бұрын
thx pal u saved me lol
@powersroyale8373 жыл бұрын
dont work ;/
@fleurvanille76685 жыл бұрын
thanks a lottttttttt,
@videofountain4 жыл бұрын
Process confirmed for .... Microsoft Visual Studio Community 2019 Version 16.7.2
@mohanpannirselvam41025 жыл бұрын
took 6 months. wow
@jingyugao4 жыл бұрын
There is not
@tektronix4754 жыл бұрын
It worked, thanks!. libs with and without d letter. drive.google.com/file/d/1grZeV9aNKNNjUs5f4Zh5NuwAhuLB2nVi/view?usp=sharing