How to Check Opencv version & location in Terminal
0 views
Jul 6, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to
0:03
check uh the OpenCV version directly in
0:07
the terminal. But before that you do
0:10
need to install Open CV using this
0:13
command pip install open CV- Python.
0:18
So after installing this package now you
0:21
can easily check the version of
0:24
by executing this command which is pip
0:27
show open cv- python
0:31
and if you enter this you will see it
0:33
will show you the version number of open
0:36
cv that you're using which is 4.7.0.72
0:42
and it also tells you the location where
0:44
it is stored inside your system. So you
0:47
simply copy this location and go to your
0:50
file explorer window and simply paste
0:53
this location and just search for the
0:55
folder called as
0:58
open cv.
1:01
So you can see this is your open cv-
1:04
python folder.
1:09
These two folders exist and you can keep
1:12
track of all the files which are there.
1:19
So in this easy way you can see the
1:22
version number and location. Also check
1:24
out my website freemediattools.com
1:26
uh which contains the thousands of
1:28
tools.