How to Install OpenCV on a Raspberry Pi

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 253

  • @ovidiumoise
    @ovidiumoise 9 місяців тому +4

    Flowless on Raspberry Pi 4 model B 4GB with Bookworm 64b. I tried about four different video tutorials but this is by far the best. Thank you, Sam!

  • @nathalylozano8270
    @nathalylozano8270 2 роки тому +8

    After 3 days of trying to install opencv, reseating my raspberry multiple times, and following every single tutorial, your videos are the only ones that work for me. Thank you so muchhhh!

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      Happy to hear it! Let me know if there are other things you need help with

    • @davidbagiag9807
      @davidbagiag9807 2 роки тому

      @@SamWestbyTech hello can u help me?
      i cant run the j4 command

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      @@davidbagiag9807 I don't do a j4 command in this tutorial. I'm guessing you're following another tutorial? I heard that others with a Pi 3 got stuck at that command, and when they ran "pip install opencv-python" it worked

  • @prestonmcomber9895
    @prestonmcomber9895 2 роки тому +21

    This is the best opencv installation video I have found to date! I have returned to it many times for my senior design project. Thanks for being clear and concise!

  • @kpyeo6604
    @kpyeo6604 Рік тому +2

    I have a raspberry pi 3 Model B V1.2. Installed bullseye 64bit OS. Then followed the instructions exactly in this video. The only extra thing I did was to increase the swap size to 1024 before running "pip install opencv-contrib-python".
    The installation only took less than 15 mins. It didn't take 2hr or more as mentioned in the video. Not sure if I didn't anything wrong. But the installation seems successful.

  • @richards7502
    @richards7502 Місяць тому

    Thanks for the tutorial. I've been banging my head against a wall for the past few days. Working now

  • @thomasrimer1611
    @thomasrimer1611 3 місяці тому +3

    For anyone running into issues in 2024, these instructions do NOT work for Raspberry Pi's 32 bit operating systems. To get OpenCV installed, simply reflash a 64 bit operating system (you can use the desktop or no desktop environment, it does not matter) on to the MicroSD card using Raspberry Pi's imager tool. Then follow the instructions in the video and you should be set! Hope this helps

    • @davidsalagean5557
      @davidsalagean5557 Місяць тому

      Shame that i didn't see your comment before ive waited 2h to see the error

  • @GiantSquidGamer
    @GiantSquidGamer Рік тому

    incredible, i am sending this message on a raspberry pi. this is the best tutorial on youtube to get open cv.

  • @junetechon
    @junetechon Рік тому

    i spent an entire day staring at command prompt trying to get this working tysm

  • @minshenlin127
    @minshenlin127 2 роки тому +8

    For those who get stuck on building wheels, the best way to solve it is to REINSTALL the Raspbian OS and follow what Sam did. It got stuck because you have an older version of Raspbian OS that has python3.7 as the default python3 version, which cannot build OpenCV and its dependencies. I tried to simply install python 3.9, but after building OpenCV, some weird errors related to 'glibc' popped up, which is hard to find available solutions online. So, I think reinstalling OS is the easiest way.

    • @ohdangarang
      @ohdangarang 2 роки тому

      what version of os did you use? is it bullseyes or buster?

    • @ohdangarang
      @ohdangarang 2 роки тому

      additionally, which version of python are you using? is it 3.9 or something else?

    • @hvzvrds7565
      @hvzvrds7565 Рік тому +1

      i have python 3.9.2 and it still gets stuck

  • @JM-bd4mg
    @JM-bd4mg 2 роки тому +2

    Short and simple tutorial and it works for me. Highly recommended, very useful video!!!!!! Love from Malaysia

  • @lml3708
    @lml3708 Рік тому

    Great and the best tutorial, after watching a lot of others tutorials i was tired. It really works without problems

  • @okineedadonutnow7181
    @okineedadonutnow7181 2 роки тому

    I've been struggling to get open cv installed for a while, and this worked ! thank you so so much.

  • @joeldizon2065
    @joeldizon2065 8 місяців тому

    Best tutorial ever for OpenCV installation on Raspberry Pi! *****

  • @lifestyle_rekha777
    @lifestyle_rekha777 Місяць тому

    Bro thank youuuuuuuuuuuuu!!!!!!!!!!!!!!!!!!!!!! this is my first time using raspberry and i am just 12 years old so this was a first timer for me. You helped me a lot as i have been stuck on this part for past 2 days.

  • @EdVanLiew-m6q
    @EdVanLiew-m6q Рік тому +4

    Hi Sam, Great video, very easy to follow and the installation was “successful” at the conclusion of the second hour. Upon ‘import cv2’, however, I’m getting a message saying the package requires ‘numpy’ and goes on to say it could be a set up issue. I tried to install ‘numpy’ per the error message and I get the message “numpy requirements already satisfied”. What am I doing wrong? Thanks, Ed

    • @yautomationjean
      @yautomationjean 10 місяців тому

      hi, Do you solve it ?

    • @khushinikhare_
      @khushinikhare_ 7 місяців тому

      same here

    • @yautomationjean
      @yautomationjean 7 місяців тому +1

      @@khushinikhare_i solved, you should install a before version of Raspberry Pi OS on your Rpi

    • @TedKliszczewicz
      @TedKliszczewicz 4 місяці тому

      same with me today

  • @pademo57
    @pademo57 Рік тому

    Like Preston said this was the best installation video. Thanks so much. Yes! Please keep these videos coming!

  • @interestingengineering291
    @interestingengineering291 2 роки тому +1

    very straight forward and simple. please do a video on how to use it

  • @ungetoastetetoastbrote6956
    @ungetoastetetoastbrote6956 Рік тому +1

    If you are stuck on "building wheel". Try to use the 64-bit OS instead of the 32-bit Version (the recommended one)
    I tried to get it working for around one week before i tried this. After i changed the OS Version to 64-bit it worked on the first try.

    • @justinek6974
      @justinek6974 Рік тому

      Are you same problem for "building wheel (PEP517) "
      infinity loading....
      i installed 32bits same too

    • @ungetoastetetoastbrote6956
      @ungetoastetetoastbrote6956 Рік тому

      @@justinek6974 The 64 bit Version fixed it for me

    • @wejdan9824
      @wejdan9824 Рік тому

      how much time did it last when you used the 64-bit OS ? also I have another question if you may know , I tried to use the 64-bit and I want to capture an image using command ( raspistill -o image.jpg ) but it is not working it says raspistill is un known or something ... if you know what other command or a solution, that would be great!

    • @ungetoastetetoastbrote6956
      @ungetoastetetoastbrote6956 Рік тому

      @@wejdan9824 it did not took long, I don't know the exact time but it was less than 10 minutes.
      I don't know the solution for the other question. I'm in no way an expert on raspberry pi and I only used opencv to control the camera. Sorry

  • @loudymusu4516
    @loudymusu4516 2 роки тому

    screen in the top left, look at where it says program and click on where it says “aggressive te” and change it to “analog app 1 te”

  • @kanishkalanka2360
    @kanishkalanka2360 2 роки тому

    I m really appreciate your video because it is really helpful to install open cv in raspberry pi 3 old module. Thank for been clear precenting every thing.

  • @peacemaker3676
    @peacemaker3676 2 роки тому

    Thanks, it did not take 2 hours though - it took like a minute, is this a symptom of something bad? If not, thanks so much, you saved so much of my time that I was wasting on other tutorials for like hours

  • @prajjwalgarag8815
    @prajjwalgarag8815 2 роки тому +3

    Its stuck on building wheel forever

  • @SFJavCPE
    @SFJavCPE Рік тому +1

    I've run the pip install opencv-contrib-python and after 2 hours or so, the line at the end of the ... in building wheel for opencv-contrib-python (pep 517) stopped turning

  • @manuelcarriedo4404
    @manuelcarriedo4404 Рік тому

    thank you very much for sharing this tutorial. very simple and clear explained. I am at the last part installing the openCV while I a m writing this comments, even if the installing process still continues I can see there are some errors popping up here and there. Since I am not the expert on this field, not sure if I should worry or not. I would like to ask you if this instructions apply either for Raspian 32 OS and Raspian 64 OS?

  • @narsipurnagabhushana3179
    @narsipurnagabhushana3179 2 роки тому +6

    Truely a straightforward, concise and clear video on cv2. It works. Thank you! It would be nice if you could follow this up with CV camera python application that really works. This might help us in better understanding of things that plague us like the assertion error -255 associated with imread().

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      Thanks for the suggestion! I'll look into it

  • @nicknottage4939
    @nicknottage4939 2 роки тому +3

    So glad I came across this tutorial. Super clear and straightforward. Thanks

  • @oooopppp2
    @oooopppp2 2 роки тому +2

    Great video!
    Thank you very much for the sharing. Good work and useful!

  • @pplg-yt
    @pplg-yt Рік тому +1

    This is what I consider the PERFECT tutorial. Thank you a ton. Subscribed!

  • @saraharbi8807
    @saraharbi8807 6 місяців тому

    Thank you, your channel is very helpful

  • @meander5310
    @meander5310 2 роки тому

    Hi Sam, which operating system should be installed on the raspberry pi? With Desktop or without?
    Thank you for Video

  • @jean-pierrewolf6464
    @jean-pierrewolf6464 Рік тому

    Hello, that's a great tutorial. Is it mandatory to use a virtual environment ?

  • @GroockG
    @GroockG Рік тому +1

    Great video thanks, on python 3.7.3 I had to run: pip3 install --upgrade virtualenv for some reason before I could start a virtual environment

  • @carlosdavila2552
    @carlosdavila2552 11 місяців тому

    I get a lot of "Package is not available, but is referred to by another package." or unavailable package errors when trying to install the long list

  • @Kirch21_
    @Kirch21_ 2 роки тому

    Thank you very much for this and for explaining each command!

  • @muggullasairam8442
    @muggullasairam8442 2 роки тому +1

    When tried to run pip install opencv-contrib-python it is getting killed....

  • @user-bj4lp3fr1o
    @user-bj4lp3fr1o Рік тому

    This is the best I have seen.

  • @kristianmicko6375
    @kristianmicko6375 7 місяців тому

    Excuse me, almost all tutorials use "libjasper-dev" library, but if I install with "sudo apt-get install libjasper-dev", the output is "not package found". Can You make video how to fix it? Can You describe which version of Raspbian was used in this video?

  • @riccamanlangit2895
    @riccamanlangit2895 2 роки тому +2

    Very helpful. Thank you very much.

  • @jimmyjujames
    @jimmyjujames 4 місяці тому

    I followed your procedure and can now import cv2 from command line, but Thonny reports ModuleNotFoundError: No Module named 'cv2'. This is my third week learning Python. Hope it's something simple like an environment variable, but where?

  • @דניאלרפאל
    @דניאלרפאל Рік тому

    Hi, I installed opencv according to your guide.
    I don't understand how I can use this and integrate it into the script.

  • @ronifarhi8705
    @ronifarhi8705 2 роки тому

    Thanks for short and simple tutorial. it was not work for me on 32bit OS (install 3 hours and then got stuck). install very quick on 64bit OS (20sec for last step of pip opencv...) thanks !!!!

  • @RizaldiAmrihJ.W.
    @RizaldiAmrihJ.W. 7 місяців тому

    So, after I follow your video tutorial, can I do coding in thony?

  • @vesph7067
    @vesph7067 10 місяців тому

    just received a raspberry pi 5 and apparently it installed open cv in 16 seconds, yet everything seems to be smooth sailing
    is something terribly wrong or rightfully right

  • @mahmutsare1817
    @mahmutsare1817 Рік тому

    Thank you very much. This video is so useful to setup.

  • @MohamedSalah-lv5tx
    @MohamedSalah-lv5tx Рік тому

    Thanks a lot
    But why it's work in terminal and not work in other python IDE as thonny ?

  • @justal787
    @justal787 Рік тому

    for the last step, do you need to do pip3 install or is pip just fine?

  • @WaiTheng
    @WaiTheng 10 місяців тому

    What does the "Unable to locate package pthon3-virtualenv" mean? What should I do if I meet this error?

  • @drdtec
    @drdtec 2 роки тому

    Nice tutorial! Thanks.

  • @shubhammakwana3736
    @shubhammakwana3736 2 роки тому

    can you make a video to install spyder in Raspberry pi . I have got so many error regarding console , PyQt etc.

  • @realhelmi
    @realhelmi 2 роки тому +5

    That's a very good tutorial. I enjoyed your good audio and video quality which doesn't always happen on these kind of tutorials. I'd appreicate an OpenCV tutorial with the same style. Good work!

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Thank you for the kind words! I am working on an OpenCV tutorial, right now.

    • @realhelmi
      @realhelmi 2 роки тому

      @@SamWestbyTech cool, looking forward to it.

  • @hubertzajac8771
    @hubertzajac8771 2 роки тому +1

    Hi i did everything according to the video and cv2 was downloaded. But when I restart my Rasberry pi and try to import cv2, I get the error: "No module named" cv2 "". What should I do or what am I doing wrong?

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Double check you reactivated your virtual environment
      In your project directory run the command: source env/bin/activate

    • @hubertzajac8771
      @hubertzajac8771 2 роки тому

      @@SamWestbyTech Thank you for your help, it's already working.

  • @dansandu7750
    @dansandu7750 2 роки тому

    Is opencv working only in this folder (project) and only with env activated?
    how do I make it work overall?

  • @ronaksinghgulati
    @ronaksinghgulati 2 роки тому +2

    Hie Sam i have seen your 3 videos 1st one was Tensorflow then Python downgrade and then Open Cv
    now the problem i am facing is i want tensorflow and Open CV to be on the same Python Version where as you have installed on 2 different version. I tried Installing Tensorflow on Python 3.9.2 it gave me error but Open Cv got installed so I tried to install Tensorflow on python version 3.7.12 Tensorflow was Sucessfully installed there but then Open CV gave me a error and i really need your help

    • @nathalylozano8270
      @nathalylozano8270 2 роки тому

      I have the same the mistake!! if you find a solution, lmk please

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +3

      I’ll look into making a combine tf+opencv tutorial

    • @ronaksinghgulati
      @ronaksinghgulati 2 роки тому

      @@SamWestbyTech requesting you to do it quickly and I am in a urgent need of help other wise i would fail my sem

    • @nathalylozano8270
      @nathalylozano8270 2 роки тому

      @@SamWestbyTech Thanks! That would be amazing 👀😩

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Here’s a tutorial where I install both into the same environment:
      How to Install TensorFlow 2 and OpenCV on a Raspberry Pi
      ua-cam.com/video/vekblEk6UPc/v-deo.html

  • @danielharrich3072
    @danielharrich3072 Рік тому

    Hello, I had a problem with 2 packages: while executing the commands, I ot the messages: "unable to locate package libjasper-dev" and "unable to lacate libpng-dev". I have just cancelled them from the commands, do I have to expect problems without them?

  • @user-qt9sv4fb6v
    @user-qt9sv4fb6v 2 роки тому +1

    Can you do a video about the tutorial for usage of OpenCV. Thank you, new subscriber here.

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +2

      Sure thing I’ll add it to the list

  • @Sternhammer89
    @Sternhammer89 Рік тому

    HI at 2.47, after changing to the project directory, in the video you enter "virtualenv env", however in the description you have written "python3 -m pip install virtualenv" followed by python3 -m virtualenv env. Which is correct, the video or the description.

    • @SamWestbyTech
      @SamWestbyTech  Рік тому +1

      Both should get you the same result. I would use the commands in the description because it tells your Pi exactly which python version to use

  • @jasonvazquezdelgado4050
    @jasonvazquezdelgado4050 2 роки тому +1

    Hi! I am trying to install TensorFlow and OpenCV on the same environment. I followed your videos but for some reason I can not install python 3.7.12 in the environment that I installed opencv. It says it’s already installed, but even after running pyenv global / local, the env python version never changes. Is there an specific order I should follow? Thank you very much. Looking forward to your response since your videos are the only ones that work for me lol :)

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Thanks for pointing this out. I overlooked that in my pyenv tutorial. I’ll post steps after the weekend when I’m back to my Pi to test. It’s possible and you’ll use a package called pyenv-virtualenv

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Okay, you'll have to create a new environment and reinstall Tensorflow and OpenCV.
      After you switch python versions (probably with the command pyenv global 3.7.12) do the following:
      python -m pip install virtualenv
      python -m virtualenv env
      source env/bin/activate
      This will be your virtual environment for both installations. You then can install tensorflow and opencv.

    • @jasonvazquezdelgado4050
      @jasonvazquezdelgado4050 2 роки тому

      @@SamWestbyTech I’ll try it right away and let you know 😀 Thank you for your quick response! Really hope it works hahaha

    • @nathalylozano8270
      @nathalylozano8270 2 роки тому

      @@SamWestbyTech I tried this, but I got an error installing opencv that says "An error ocurred while building with cmake". I am trying to install opencv and tensorflow with 3.7.12 python version. What can I do?

    • @gauravnemade9722
      @gauravnemade9722 2 роки тому

      @@nathalylozano8270 try sudo pip3 install opencv-python
      Im also trying to do the same tensorflow and open cv on python 3.7 but when i run python script with sudo it import cv2 and when i run only python3 the error occurred no module found cv 2 when i use sudo python 3 i cannot import tensorflow but without sudo i can import it i don't know why its happning i can import both at a time ... If anyone having solution please let me know 😅

  • @bigcatdairy
    @bigcatdairy Рік тому

    do you have another tutorial on how to access raspberry pi with PC? I was stucked at the very begining lol

    • @SamWestbyTech
      @SamWestbyTech  Рік тому

      I'll add that to the list! In the meantime, you can find what you're looking for by searching "how to access raspberry remotely with SSH"

  • @ramannagpal5533
    @ramannagpal5533 2 роки тому

    I followed this tutorial. But i am getting below error when i am running the program
    INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
    qt.qpa.xcb: could not connect to display
    qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.9/dist-packages/cv2/qt/plugins" even though it was found.
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
    Available platform plugins are: xcb.
    any help?

  • @michaelradil15
    @michaelradil15 2 роки тому

    Hi Sam, Thank you so much for your tutorial. It came very close to working for me, but after two try's it still hung up right near the end. I followed the link to your source for the system packages and I tried using their method number 2. I was able to get all the way to 100%. If it wasn't for you I wouldn't have gotten as far as I have.
    The problem now is when I follow their last step to test everything and try to import cv2, I end up with an error "No module named 'cv2'. " Do you have any idea of what has gone wrong here?
    Your help is truly appreciated
    Thank you,
    Michael

    • @michaelradil15
      @michaelradil15 2 роки тому

      I feel like a noob. Oh, I am one. I was in such a hurry I didn't realize that it was actually installed properly and I was supposed to enter the info in the final steps.
      Thank you again for such a great tutorial.

  • @machirofunz
    @machirofunz Рік тому

    you save my life again and so many time

  • @anthonypeters1797
    @anthonypeters1797 10 місяців тому

    the test works for me but when I try it in Thonny it says that the module is not found

  • @jane4039
    @jane4039 Рік тому

    Thank u so much great tutorial 👍🏻

  • @eddieshu2763
    @eddieshu2763 2 роки тому

    Thank you, this helped me a lot

  • @jamesleitch9813
    @jamesleitch9813 2 роки тому +1

    Hi Sam, I love your video. Unfortunately I've run into an issue though. I followed these instructions last night and it worked a treat installing onto a Pi 4B with 32-bit Raspbian+Desktop edition (Bullseye). However, this morning I attempted to install on 64-bit Raspbian (Bullseye) and I'm encountering an error saying 'Unable to locate package libjasper-dev' when trying to install the system packages at 3:22 in your video. Any idea what may be the cause? Everything up to this point is identical to your video?? Thoughts?

    • @sk61003
      @sk61003 Рік тому

      Same 😢 what was the solution?

  • @MohamedMostafa-tn3qo
    @MohamedMostafa-tn3qo 10 місяців тому

    when i write the command of pi camera it give me this message HESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes any help ???

  • @nitinmanoharmishra49
    @nitinmanoharmishra49 Рік тому

    4:00 what command do you use in the prompt if you use USB cam ?

  • @eslamhamdy3928
    @eslamhamdy3928 Рік тому

    downloading opencv litreally took 1min not 2hours, does that makes any problem?

  • @broke5637
    @broke5637 2 роки тому

    Very good tutorial

  • @marianoq.daga-angjr5874
    @marianoq.daga-angjr5874 9 місяців тому

    Please check the install target is valid and see CMake's output for more information.
    [end of output]
    note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for opencv-contrib-python
    Failed to build opencv-contrib-python
    ERROR: Could not build wheels for opencv-contrib-python, which is required to install pyproject.toml-based projects

  • @sucharithaanumula1849
    @sucharithaanumula1849 2 роки тому

    Thankyou so much it works perfectly

  • @vikramadithyaanand759
    @vikramadithyaanand759 2 роки тому

    Thank you so much Sam, you rock.

  • @khanhtrinhmai2618
    @khanhtrinhmai2618 2 роки тому

    Thanks for your video. I have a question. I have both python 2 and python 3. If I use python 3 do I need to change the command " pip install opencv-contrib-python"? Change to " pip3 install opencv-contrib-python3" ? Thanks

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      Yup I'm pretty sure you do. You want to use the pip associated with python3

  • @dcvs123
    @dcvs123 2 роки тому

    Hi Sam, I am getting a "failed building wheel for opencv-contrib-python" error in "pip install opencv-contrib-python". can you help me, please?

  • @pranavasthanaDelhi
    @pranavasthanaDelhi 2 роки тому

    Thanks a lot Sam!

  • @monerbenor6624
    @monerbenor6624 2 роки тому

    thank you for the video, i have an issue, when i reach "pip install opencv-contrib-python" it takes long time, and at a certain point the slash "/" stops moving, can you assist please
    And if I redo the procedures from where should I start
    Thanks

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      What Pi are you using and what OS do you have?

    • @monerbenor6624
      @monerbenor6624 2 роки тому

      @@SamWestbyTech thank you for replaying, i have already installed the normal opencv following your guidance. And it’s
      successfully installed.
      The video was really useful as well as the other videos on you channel.
      Please if you have an IG acc drop it here so I can get more knowledge from you if you have material there

  • @lugemwajohnkenedy1617
    @lugemwajohnkenedy1617 2 роки тому

    It is amazing stuff on your channel
    Please also make a video about cross-complying Qt framework on raspberry pi

  • @sherbetblueleg
    @sherbetblueleg 11 місяців тому

    I don't even have a file system. am i doing something wrong???? I'm on a time limit to do this so please respond quickly.

  • @Ascii_616
    @Ascii_616 Рік тому

    hey: why do I have this error
    { ValueError: Buffer dtype mismatch, expected 'const ITYPE_t' but got 'long long' }

  • @heshamahmed2357
    @heshamahmed2357 2 роки тому

    I got error after waiting 109 min called: Could not build wheels for opencv-contrib-python which use PEP 517 and can not be installed directly.
    What can i do now?
    Please i need answer

  • @prateeksharma6584
    @prateeksharma6584 2 роки тому

    Hello sir, I am trying to install open cv on my raspberry pi 3 , but it has been 3 hrs since it stuck on "building wheel for opencv-contrib-python pep 517", what should i do, should i wait little longer, or close everything and restart whole process again, and also if i install simple main module only opencv-python, will it be enough for lane detection and object detection???

    • @SamWestbyTech
      @SamWestbyTech  Рік тому

      With a Raspberry Pi 3 running 32 bit OS, this could take up to 24 hours to install. Yes, the simple module will be enough for lane detection and object detection

  • @ghadahh9616
    @ghadahh9616 7 місяців тому

    I had an error trying to install it, the error is (externally managed environment )

  • @MrBlitzcrank
    @MrBlitzcrank Рік тому

    I want to code in C++. Does it work with this installation?

  • @PatrickBateman32
    @PatrickBateman32 Рік тому

    I'm trying the pip install opencv-contrib-python and it keeps saying "collecting opencv-contrib-python killed" then jt just stops

  • @manuelcarriedo4404
    @manuelcarriedo4404 Рік тому

    one additional question. I did install but I did not create the virtual environment and I just proceed to download openCV in the home directory created by default when you get up and running the Raspberry Pi. Would be this the reason why I am getting some errors while installing openCV ?

  • @joselagunas298
    @joselagunas298 2 роки тому

    I dont know if im stuck in PEP 517, because is slower tnaht what I see in the video, but its already 4 hrs and still not installed

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      Yep it’ll take a while. If you have a pi 3 or 4 you could upgrade to 64 bit OS and it’ll be very fast

  • @manjiripatil2421
    @manjiripatil2421 2 роки тому

    hello
    I have raspberrypi 3 and it is significantly taking longer than 2 hrs and I can't see any improvements after building wheel for opencv. what should I do?

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +1

      Hi I don’t build with a wheel file in this tutorial. I use pip directly, but I heard some whl builds could take 24 hours. I’ve found installation with my method takes much less time. Should be under 2 hours.

    • @prateeksharma6584
      @prateeksharma6584 2 роки тому

      Hi Exactly how long it took you to install opencv , its has been 3 hrs stuck on building wheel for opencv for my pi

  • @izurzuhri
    @izurzuhri 10 місяців тому

    i use debian bullseye lite on my rp3 and it's difficult to open cam window on my pc, does anyone can fix this? i've tried qt, xorg, xcb and nothing happen

  • @shailigupta4086
    @shailigupta4086 2 роки тому

    Hello, do we need to wipe out the SD card before installing, because i am currently on a project where open cv is a part of it.

    • @SamWestbyTech
      @SamWestbyTech  Рік тому +1

      I include commands to remove any existing installations of OpenCV, so you don't need to wipe the SD card

    • @shailigupta4086
      @shailigupta4086 Рік тому

      @@SamWestbyTech Thank you for responding.

  • @noellejohnson3657
    @noellejohnson3657 7 місяців тому

    Ii followed all you step but still get error . I have raspberry 3 b python 3.9 2😢

  • @ohdangarang
    @ohdangarang 2 роки тому

    hi. i’m following your tutorial and several others trying to install opencv but everytime i ran the last command pip install opencv-contrib-python, they all run without ever stopping, even after over night. i have no idea what im missing..

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      In some cases it can take a very long time. Also, opencv-contrib-python will take much longer than opencv-python. If you upgrade to 64 bit OS (assuming you have a Pi 3 or Pi 4) it will go much faster

  • @ZAINEB_
    @ZAINEB_ Рік тому

    i was checking my python version before installing opencv and i have when i use python3 command it shows 3.7.3 but when i use python -V command it shows that i have 2.7.16 version .. what version that i really have now in my raspberry and if it's the python 2 how can i upgrade it to 3.7 without using a pyenv ???????

    • @SamWestbyTech
      @SamWestbyTech  Рік тому

      That's okay to have python 2 and 3 installed. Whenever I type a command that starts with python, you'll have to change that to python3

  • @Hundred1906
    @Hundred1906 11 місяців тому

    Not good. After hours I have screen terminal full of red ink. Culminating with: ERROR: Could not build wheels for opencv-python-headless which use PEP 517 and cannot be installed directly

  • @sleepypork3927
    @sleepypork3927 27 днів тому

    Thank you bhaiiii❤

  • @chrisislas5250
    @chrisislas5250 2 роки тому

    Hola Sam, a mi me sale un error al momento de poner "virtualenv env", cual seria el motivo?

  • @sauravlamichhane2448
    @sauravlamichhane2448 2 роки тому

    In command, pip install opencv-contrib-python, i encountered with ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them. How can i solve it?

  • @Nematics_Lab
    @Nematics_Lab 2 роки тому +1

    Great video! I installed open cv in virtual evn, it was success but when I do python inside virtual env and import cv2 it says "No module named CV2", can you help me with that? I double check by running install command of open cv it say Requirement already satisfied

    • @Nematics_Lab
      @Nematics_Lab 2 роки тому

      Update: I deactivated the virtual env & then went into python interpreter and tired it worked any idea why it is not working in virtual env?

    • @Nematics_Lab
      @Nematics_Lab 2 роки тому +1

      update 2: adding sudo to command worked im an idiot since i added sudo while installing open cv in env, anyways thanks!

  • @libiabenacirromeroescobedo5953
    @libiabenacirromeroescobedo5953 2 роки тому +1

    Muchas gracias tu video me ayudo muchisimo! no me cargó en la raspberry pi 3b+ talvez debo de aumentar el GPU pero si funcionó en la raspberry pi 4. Muy bien explicado y nuevamente muchas gracias!

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      I'm sorry it didn't work on the 3b+ but I'm happy it worked on your 4! I'll try to find a 3b+ to do some testing

  • @shubhammakwana3736
    @shubhammakwana3736 2 роки тому

    during "virtualenv env" this command I have got an error : ModuleNotFoundError: No module named 'virtualenv.activation.xonsh' I have recently install python 3.7.12 and tensorflow 2.5.0 from your videos. How can I solve this?

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому +2

      Check your python version to verify you're using python 3.7.12
      python -V
      Then run the following
      python -m pip install virtualenv
      python -m virtualenv env
      source env/bin/activate
      Now you should see that you're in a virtual environment

  • @Ashtar94
    @Ashtar94 2 роки тому

    I have both python 2 and python 3, but the default (when I type "python") is python 2. To install, should I use "pip" or "pip3"? Thanks.

    • @SamWestbyTech
      @SamWestbyTech  2 роки тому

      Please use python 3. I recommend you type pip3 and python3 instead of pip and python because you have both versions