How to Install OpenCV on your Raspberry Pi!! | Step by Step Tutorial | Using Cmake

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

КОМЕНТАРІ • 225

  • @陳姵璇-q8t
    @陳姵璇-q8t 2 роки тому +5

    We got a problem in make -j4 can it fix ?
    c++: error: unrecognized command-line option ‘--param=ipcp-unit-growth=100000’; did you mean ‘--param=ipa-cp-unit-growth=’?

  • @Frederico710
    @Frederico710 3 роки тому +5

    what if you want to work with python3 (3.7)? you just tested python 2.7.16..

  • @michaelpopelianski
    @michaelpopelianski 3 роки тому +8

    During 'make -j4' each line has a warning that it's valid for C++ and not for C or vise-versa. Then install freezes at 18%.

    • @harishakula2274
      @harishakula2274 3 роки тому

      Official guide on "In stall Open Cv Python Ubuntu" worked. Good

    • @harishakula2274
      @harishakula2274 3 роки тому

      and use 'make -j4' as it is faster

    • @naimulhaque375
      @naimulhaque375 2 роки тому +4

      Have you fixed the problem yet. In my case, I am getting same error message and then at 22% I am getting an error message. Pi is getting hanged when we are using make command. I am using RaspberryPi 3B+ and trying to build openCV 4.0.0.

    • @ثقافةعامة-ظ7خ
      @ثقافةعامة-ظ7خ 2 роки тому

      @@naimulhaque375 Sir, I have encountered a problem with the installation, can I contact you on WhatsApp..

    • @ثقافةعامة-ظ7خ
      @ثقافةعامة-ظ7خ 2 роки тому

      @@naimulhaque375 please help me Brother

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

    I tried exactly the way in Raspberry PI, all seemed to be worked, but at the end the "import cv2" says there is no cv2 module, I tried to run at least c code, it couldn't find any opencv libraries. Where the libraries are located?

  • @TechToLife2024
    @TechToLife2024 3 роки тому +4

    can not use cmake command , i add -> sudo apt-get install cmake gfortran -> after that can use "cmake" command

    • @DarkVideo007
      @DarkVideo007 3 роки тому

      worked for me too. Tank you.

    • @aparneshshukla6194
      @aparneshshukla6194 3 роки тому

      Also helped me bro thanks for mentioning...❤️
      But first the line
      sudo apt-get install cmake gfortran
      Then
      cmake -D ....and as in the video.

    • @aysegulcals4670
      @aysegulcals4670 3 роки тому

      THANKS IT WORKED!!

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

    make: *** No targets specified and no makefile found. Stop.
    error at make -j4 ..

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

    hi there I followed your steps carefully and i have one issue on step 9(Instructions for Compiling), after i wrote all the lines an error message appears saying that "bash: cmake: command not found". how can I resolve this?

  • @drmssudheer
    @drmssudheer 3 роки тому +5

    I am getting error like cmake: Command not found while implementing Step-9. Please help me

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

      you can increase the memory as explained and it may work.. worked for me

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

      have you solved it??

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

      Same error plz help me out with it

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

      @@music4u1235 I found the solution increase the GPU usage and then you'll have to install some libraries manually

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

      You don't have make and cmake installed in your raspberry pi3.
      Run following command to install them in the raspberry pi3.
      sudo apt-get install build-essential cmake
      it will take some time approx 2 minutes. so just hold tight and let it be finished. after that you surely wont get this error.

  • @phoboss950
    @phoboss950 3 роки тому +13

    Awesome work, just a heads up for anyone running into this error copy-n-pasting the "make -j4" code straight off the blog:
    "make: *** No rule to make target '-j4'. Stop."
    my experience is that the dash ( - ) at the side of the 'j' changes when pasting into the terminal. The '-j' is suppose to be read as an option and the '4' it's argument. That's what I get from copying and pasting too much

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

      Thank you so much

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

      Thank you, you saved a life here

    • @gowtham-qj7qg
      @gowtham-qj7qg 3 роки тому

      thank you so much bro

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

      I didn't understand can u type the statement

    • @gowtham-qj7qg
      @gowtham-qj7qg 2 роки тому +4

      @@crakshit7574 bro don't copy and paste the command while copying and pasteing this
      symbol ( - ) getting changes so instead of copy and paste type the command.

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

    those who get error like this
    [RuntimeError: module compiled against API version 7 but this version of numpy is 6
    Traceback (most recent call last):
    File "C:\Users\John\Documents\EyeTracking\Programs\GetImage.py", line 1, in
    import cv2
    ImportError: numpy.core.multiarray failed to import]
    -> pip install numpy --upgrade // this command works

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

    i tried this but my raspberry pi gets hangeed when the 100% gets done and that's it. noting happens after that

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

    Problem bei Step 9.bash: cmake: command not found Lösung: sudo apt-get install build-essential cmake 🙂

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

    after I run the code at 9:10, it shows me that cmake command not found?
    any suggestion?

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

      Bro.....My query is also same .....U find any option for this query ?

    • @abdelrahmanyasser5720
      @abdelrahmanyasser5720 2 роки тому +4

      can not use cmake command , i add -> sudo apt-get install cmake gfortran -> after that can use "cmake" command

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

      @@abdelrahmanyasser5720 lu mantap bro

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

      @@abdelrahmanyasser5720 Thank you, kind sir!!! It worked!

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

    Step 10 is not working. It is showing an error “No rule to target ‘-j4’ ”.Stop
    Please help with this error !!

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

    -- avutil: YES (ver 56.51.100)
    -- swscale: YES (ver 5.7.100)
    -- avresample: NO
    -- GStreamer: NO
    -- v4l/v4l2: linux/videodev2.h
    --
    -- Parallel framework: pthreads
    --
    -- Trace: YES (built-in)
    --
    -- Other third-party libraries:
    -- Lapack: NO
    -- Eigen: NO
    -- Custom HAL: YES (carotene (ver 0.0.1))
    -- Protobuf: build (3.5.1)
    --
    -- OpenCL: YES (no extra features)
    -- Include path: /home/vigil/opencv-4.0.0/3rdparty/include/opencl/1.2
    -- Link libraries: Dynamic load
    --
    -- Python 3:
    -- Interpreter: /usr/bin/python3 (ver 3.9.2)
    -- Libraries: /usr/lib/aarch64-linux-gnu/libpython3.9.so (ver 3.9.2)
    -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.19.5)
    -- packages path: lib/python3.9/dist-packages
    --
    -- Python (for build): /usr/bin/python3
    --
    -- Java:
    -- ant: NO
    -- JNI: NO
    -- Java wrappers: NO
    -- Java tests: NO
    --
    -- Install to: /usr/local
    -- -----------------------------------------------------------------
    --
    -- Configuring incomplete, errors occurred!

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

      Same error what should I do?

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

    neither make -j4 is working nor make -j1, I've tried it all a couple of times no mistake on my end, what could be possibly wrong?

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

    Hey, which version of opencv is supported in python 3.9 with raspberry pi version 3 b+

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

    there are number of typos in an article provided by you

  • @kcchong9536
    @kcchong9536 3 роки тому +1

    hi, after i done all the process then i reboot my raspberry pi 4. It stuck at the rainbow screen, please help..

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

    hello sir , during the cmake -D CMAKE_BUILD_TYPE=RELEASE
    .
    .
    .
    upto the -D BUILD_EXAMPLE=OFF ..
    is showing error like ( bash: cmake: command not found) , please say what to do

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

    hello . i need some help . ifollow your step to "make -j4" or "make -j1" and it appear an error call "no target specified and no make file found " and what i need to do with this ?

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

      I have the same issue

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

    i get this error on the final step-->Unable to locate package libopencv-devpython-opencv
    any help!!

    • @aakrutikulkarni6066
      @aakrutikulkarni6066 3 роки тому +3

      sudo apt-get install libopencv-dev python-opencv
      give space.

    • @christopherlucariello3766
      @christopherlucariello3766 3 роки тому

      @@aakrutikulkarni6066 thank you very much!! You help me to solve the same problem!!

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

    for me it's showing error as (bash: cmake: command not found) while executing the codes while build file

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

      You don't have make and cmake installed in your raspberry pi3. Run following command to install them in the raspberry pi3. sudo apt-get install build-essential cmake. it will take some time approx 2 minutes. so just hold tight and let it be finished. after that you surely wont get this error.

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

      @@paulchen355 yes i install and then its showing errors while executing the command make -j4 and make -j1 I'm getting error on both

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

      @@libertunezstudio oh sorry to hear that. I am new to Raspberry Pi. So I am still working in progress.

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

    till make j4 could run successfully but while running following command i am getting error
    sudo apt-get install libopencv-devpython-opencv
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libopencv-devpython-opencv

    • @mustafakendiguzel468
      @mustafakendiguzel468 3 роки тому

      same

    • @_nicholas
      @_nicholas 3 роки тому

      pip3 install opencv-python
      then test with
      python3
      >>> import cv2
      this worked on my pi

    • @gabrielgutierrez4308
      @gabrielgutierrez4308 3 роки тому +5

      There were multiple typos throughout the video. USE
      sudo apt-get install libopencv-dev python-opencv

    • @rax_4real618
      @rax_4real618 3 роки тому

      @@gabrielgutierrez4308 thank you bro

  • @Lulu-un6zh
    @Lulu-un6zh 2 роки тому +2

    Hello sir
    When I'm giving make -j4 or any other make command it stuck. And doesn't continued the process. Is there any solution for it. Also why this happens.
    I'm using raspberry pi 3 model b.
    I'm expecting your reply
    😐

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

      use make-j1 instead it will work

    • @Lulu-un6zh
      @Lulu-un6zh 2 роки тому

      @@kenypoisson3996 it's not working bro. I did that before

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

      @@Lulu-un6zh Did you fix it. Because i stuck that too.

    • @Lulu-un6zh
      @Lulu-un6zh 2 роки тому

      @@wa5554 no bro... I didn't get any solution. Trying on it.

  • @MuhammadAhsan-nq6hi
    @MuhammadAhsan-nq6hi 2 роки тому +1

    Sir i need ur help ..i followed the same steps .when I enter make -j4 it reaches only upto 10 percent after that whole system got hanged

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

      did you solve the problem?? because i have the same.

  • @filipstalums
    @filipstalums 3 роки тому +1

    I have a problem with last step keep getting this error: Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libopencv-devpython-opencv

    • @aakrutikulkarni6066
      @aakrutikulkarni6066 3 роки тому

      i have the same error

    • @aakrutikulkarni6066
      @aakrutikulkarni6066 3 роки тому +3

      sudo apt-get install libopencv-dev python-opencv
      try this, a space is needed.

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

      @@aakrutikulkarni6066 Thank you sir, you save me. I'm try several methods but didn't work but this method actually worked thank you!!!

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

    It's -(O) big letter O not number Zero(0)

  • @pramodthappallipramod.t2680
    @pramodthappallipramod.t2680 3 роки тому +1

    Kk2.1.5 board is out of stock in robu. When it comes in stock

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

    Hi, mine is at 100% when running "make -j4", and is saying "Built target opencv_perf_stitching", it's not moving past 100%, and it's been like that for some time, is there anything I can do to overcome this?

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

    When I get to the step "make -j4" I get a series of warnings that it is installing for c/objc but not c++. Using "make -j1" just gives me an error.

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

      Did you solved the error I m also facing the same issue

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

      @@deepthichowdary8760 Yes, but I forgot what it was. The answer was in this thread of comments somewhere. I believe it was a small syntax error. There is also another one in an upcoming step. One issue I also had was the version of the OS. Works best with the older one.

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

      How to solve this

    • @ثقافةعامة-ظ7خ
      @ثقافةعامة-ظ7خ 2 роки тому

      @@cmdrHeliaxx I have encountered the same problem as yours, can you help us to solve it please sir.

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

    Hi bro , make -j4 stopped at 100% and not completely done. If I do it again it is getting stopped at the same point. Is there anything can be done to solve it?

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

    while compiling, getting following errors;
    CMake Error at cmake/OpenCVCompilerOptimizations.cmake:460 (message):
    Required baseline optimization is not supported: VFPV3
    (CPU_BASELINE_REQUIRE=;VFPV3;NEON)
    Call Stack (most recent call first):
    cmake/OpenCVCompilerOptions.cmake:268 (include)
    CMakeLists.txt:556 (include)
    and another error as;
    CMake Error at cmake/OpenCVModule.cmake:288 (message):
    No modules has been found:
    /home/admin/opencv-4.0.0/build/home/admin/opencv_contrib-4.0.0/modules
    Call Stack (most recent call first):
    cmake/OpenCVModule.cmake:370 (_glob_locations)
    modules/CMakeLists.txt:7 (ocv_glob_modules)
    resulting as ;
    Configuring incomplete, errors occurred!
    can some one help me please?

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

    Make- j4 and make- j1 doesnt work

  • @newtonmathiasm7613
    @newtonmathiasm7613 3 роки тому +3

    when I import cv2
    I get
    raceback (most recent call last):
    File "", line 1, in
    ImportError: No module named cv2

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

      I got same problem can you please help me

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

    im tired of having an error on make -j4 and make -j1.. my raspberry pi keeps on freezing when its around 98 or 99%. i hope there's some otherway for this

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

      have you found a solution? i also experienced the same problem

  • @Sky-Wired
    @Sky-Wired 2 роки тому

    When I run 'make -j4' or 'make -j1' my rpi always freezes up and I need to unplug and plug it back in just to reboot it! What should I do?

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

      have you found a solution? i also experienced the same problem

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

    I AM USING RASPBERRY PI 3B+ in the above process i am getting an error ...this process is not supported for pi 3b+...???can any one please replay

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

    There is currently an error when using Make -j4 and make -j1. It stops at about 23%. Do you have an updated video?

  • @deepankshiverma5526
    @deepankshiverma5526 3 роки тому +1

    hello ,
    when I wrote the make -j4 command, it is showing an error namely make: *** No targets specified and no makefile found. stop.
    Can u pls help me with this as I have tried all methods to solve this available on the net

    • @harishakula2274
      @harishakula2274 3 роки тому +1

      Official guide on "In stall Open Cv Python Ubuntu" worked. Good

    • @harishakula2274
      @harishakula2274 3 роки тому

      and use 'make -j4' as it is faster

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

      I have the same...

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

    6:08 I suppose wget -O not -0 ?

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

    cant install cmake..it says like this
    error: cannot perform the following tasks:
    - Mount snap "cmake" (1032) cannot find required base "core20")

  • @hiteshrohila6236
    @hiteshrohila6236 3 роки тому +1

    Nice tutorial, But it does not work with raspberry pi zero W. Any thoughts on that?

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

    When I try to download the opencv 4.0.0.zip, I am getting 404 Page not found, can someone help, please?

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

    What to do when it's freezes at 100%?

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

    While compilation command is make -j4
    After 23 % error is comming as
    [ Make file:166: all ] ERROR 2

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

      Please suggest what to do to resolve error I tried -j1 also

  • @bhanukeerthivinod432
    @bhanukeerthivinod432 3 роки тому +1

    plese bring the stm32 black pill available as fastt as you can plese i was about to buy it but some one buyed it .

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

    Sudo snap install cmake --classic is not get installed

  • @dr.bijoykumarupadhyaya1896
    @dr.bijoykumarupadhyaya1896 Рік тому

    When I tried this commands, cmake -D CMAKE_BUILD_TYPE=RELEASE \
    -D CMAKE_INSTALL_PREFIX=/usr/local \
    -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib-4.0.0/modules \
    -D ENABLE_NEON=ON \
    -D ENABLE_VFPV3=ON \
    -D BUILD_TESTS=OFF \
    -D WITH_TBB=OFF \
    -D INSTALL_PYTHON_EXAMPLES=OFF \
    -D BUILD_EXAMPLES=OFF ..
    I got this error :
    bash: cmake: command not found. Please help me to sort it out

  • @p.s.sreeyap.s.sreeya3736
    @p.s.sreeyap.s.sreeya3736 2 роки тому

    How can we resolve the problems relayed to gstream pipeline

  • @rajatwalia
    @rajatwalia 3 роки тому

    Hay. I have raspberry Pi 4 gb and i install kali Linux but have sound problem ... Please what i do......

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

    j1 and j4 is Stops at 15% and does not continue

  • @Abdulrahim0508
    @Abdulrahim0508 3 роки тому +1

    Hİ friend I have a problem when I try to install snapd
    the problem : E : snapd package not found
    do you know about this problem
    Thank you

    • @WTFhowdIdie
      @WTFhowdIdie 3 роки тому

      I had the same problem, running the update/upgrade command fixed it. I errored out on the next step though.

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

      sudo apt install snapd

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

    thanks for the video - please consider lowering the volume of the background music next time as it was quite intrusive and made your instructions a little hard to make out. :)

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

    "make: *** No rule to make target '-j1'. Stop." ERROR

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

    sorry but on step 9, when I typed the code, it says that bash: cmake: command not found. I try to redownload cmake and Pi told me that it already downloaded

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

      and after that, it says configuring incomplete, errors occurred

    • @stoopid-studios
      @stoopid-studios Рік тому

      you have to use this command: sudo apt-get install build-essential cmake

  • @manqobadlamini2207
    @manqobadlamini2207 3 роки тому

    Hi there, didn't work. You skipped a number of steps like installing make and creating symlinks.

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

    THANK YOU! Really helped.

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

    Sir in the cmake build it says Command not found

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

      sudo apt-get install build-essential cmake

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

    cmake command wont work, any ideas ?

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

    THANK U MANE. may u be BLESSED. u and everybody correcting the 1 or 2 typos. Too many bozos making these videos and adding confusion to the mix. Need more like u.

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

    no longer works on the 3b+, gives dependences errors

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

    which software and hardware devices needed for this

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

    hey this is great but i get an error during make -j1 proccess please help me

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

    Can't we use pip to install the same?

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

    how do i write multiple input lines as needed at 9:12?

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

    the import cv 2 is not working pls some help

  • @juhaynaahmad5700
    @juhaynaahmad5700 3 роки тому

    but how can i install it with python3 not 2 ?

  • @juhaynaahmad5700
    @juhaynaahmad5700 3 роки тому +1

    thank you it works on my raspberry pi 3

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

    Thanks, bro
    much more love to you

  • @sajith1807
    @sajith1807 3 роки тому

    Bro how to install the Make -j4 it was not installing please suggest me

    • @gowtham1508
      @gowtham1508 3 роки тому

      Type make -j4 m should be small if make -j4 didn't work use make -j1

  • @mohamadalifmohdazri409
    @mohamadalifmohdazri409 3 роки тому

    Thank you so much! Really helpful!

  • @buntypeter4584
    @buntypeter4584 3 роки тому

    Will same process work raspberry pi 3b??

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

    ENABLE_VFPV3=ON will meet error

  • @aidantrask9603
    @aidantrask9603 3 роки тому

    Thank you! Very helpful.

  • @nahidferdous8774
    @nahidferdous8774 3 роки тому

    Where is the blog?

  • @RobertSlash23
    @RobertSlash23 3 роки тому

    Hi nice video, but I have a question, does this tutorial work on Bullseye OS?

    • @stoopid-studios
      @stoopid-studios Рік тому

      i dont think so when i tried it it didnt work so i erased sd card and went to buster

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

    Will this work for C++?

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

    i like how he explains things

  • @asuiiiiiiii
    @asuiiiiiiii 3 роки тому

    This was a great video and helped me out a lot. Thank you!

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

    Why the music...when you explaim...😫

  • @shreyasgaiki3992
    @shreyasgaiki3992 3 роки тому

    Sure next vid idea deployment of trained yolov5 model on ras pi

  • @harikrishnasamy1551
    @harikrishnasamy1551 3 роки тому

    Really good tutorial....do tutorial on installing tensorflow in raspberry pi....

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

    bash: cmake: command not found

  • @dank_editor
    @dank_editor 3 роки тому

    Bhaiya me poor hu mujhe hacking sikhni hai please mujhe pi ek raspberry pi dedo please please 😭😭😭aap jo bologe vo karunga please dedo

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

    very good job thanks

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

    Super but work on android

  • @TechToLife2024
    @TechToLife2024 3 роки тому

    Thank you

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

    I am 404 error

  • @shrikantsolanke1171
    @shrikantsolanke1171 3 роки тому

    good video. please make video on how to install ROS on RPi 4 B

    • @RobuInlabs
      @RobuInlabs  3 роки тому +1

      We have made videos on how to previously. Check them out! :)

  • @megham6080
    @megham6080 3 роки тому

    Very good video

    • @RobuInlabs
      @RobuInlabs  3 роки тому

      Thank you Megha for your support

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

    Please help me sir

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

    👎🏼👎🏼👎🏼👎🏼👎🏼

  • @denise-Nicola
    @denise-Nicola 3 роки тому

    You are amazing

  • @sirTuyyyyy
    @sirTuyyyyy 3 роки тому +3

    Please help, I get a
    make: *** [Makefile:182: all] Error 2 when I press make j4. It stops at 24% always with the said error

    • @sjamesparsonsjr
      @sjamesparsonsjr 3 роки тому +1

      Did you figure out the issue?

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

      No sir. Still at the same issue

    • @harishakula2274
      @harishakula2274 3 роки тому +1

      Official guide on "In stall Open Cv Python Ubuntu" worked. Good

    • @harishakula2274
      @harishakula2274 3 роки тому +1

      ​@@sjamesparsonsjr see my comment for solution

    • @harishakula2274
      @harishakula2274 3 роки тому

      and use 'make -j4' as it is faster

  • @eyalsnir1778
    @eyalsnir1778 3 роки тому +1

    Hi i did all the steps . after i run the command "sudo apt-get install libopencv-devpython-opencv" i get " E: Unable to locate package libopencv-devpython-opencv" ???

    • @gowtham1508
      @gowtham1508 3 роки тому

      Same any idea? How to solve?

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

    Hi.. I tried installing opencv, in step 9 I am getting like, cmake command not found. Please help me with this

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

      Try this command: sudo snap install core, and then install cmake.

  • @dank_editor
    @dank_editor 3 роки тому

    Bhaiya me poor hu mujhe hacking sikhni hai please mujhe pi ek raspberry pi dedo please please 😭😭😭aap jo bologe vo karunga please dedo

  • @dank_editor
    @dank_editor 3 роки тому

    Bhaiya me poor hu mujhe hacking sikhni hai please mujhe pi ek raspberry pi dedo please please 😭😭😭aap jo bologe vo karunga please dedo

  • @dank_editor
    @dank_editor 3 роки тому

    Bhaiya me poor hu mujhe hacking sikhni hai please mujhe pi ek raspberry pi dedo please please 😭😭😭aap jo bologe vo karunga please dedo