How to configure OpenCV in Android Studio 4.1 or higher

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 74

  • @Ancode2
    @Ancode2  3 года назад

    If you're using Android studio Arctic fox 2020.3.1 watch my latest video and you will get to know how to import opencv module in the current version.
    Here's the link: ruclips.net/video/psoeNfFAKL8/видео.html

  • @trifacheung
    @trifacheung 3 года назад +1

    I am an android development beginner, I like what you direct us to install it. Your guide is very very clear. Thank you.

    • @Ancode2
      @Ancode2  3 года назад

      Thank you for watching 😊

  • @marticula07
    @marticula07 3 года назад +1

    Thank you so much it worked very well, I just had to add the Junit dependecy line myself and fix the sdk versions afterwards. Thanks a lot !

    • @Ancode2
      @Ancode2  3 года назад

      Thanks for watching sir

  • @vighneshghantasala6384
    @vighneshghantasala6384 3 года назад +2

    Should I be using opencv manager ?

  • @dr.pradiptaacharjee6617
    @dr.pradiptaacharjee6617 3 года назад +1

    Your guide is very clear and informative.... Thanks for video... Keep making more 💕🥰

    • @Ancode2
      @Ancode2  3 года назад +1

      Thank you dear

  • @aldenfarias4873
    @aldenfarias4873 3 года назад +1

    Broo, thank you sooo sooo much, u are the real MVP. Thanks again!!!!❤️

    • @Ancode2
      @Ancode2  3 года назад +1

      Thanks alot

  • @Hasasinful
    @Hasasinful 3 года назад

    Thank you i dont know what would i do without your tutorial

  • @donhsi
    @donhsi 4 года назад +1

    thks for the clear instruction with proper subtitle, very precise! I initially tried using Opencv 4.5.0, does not work. Thus switching to the same version as shown in the video.

    • @Ancode2
      @Ancode2  4 года назад

      Thank you sir

    • @NaorBK
      @NaorBK 4 года назад +1

      you sir solved my problem!! that was the version of the opencv!

    • @Ancode2
      @Ancode2  4 года назад +2

      @@NaorBK I hope it's working well

  • @edmondkeogh4057
    @edmondkeogh4057 3 года назад +3

    Thanks for the tutorial you really installed the shit out of that library

  • @mostafajebriel8745
    @mostafajebriel8745 4 года назад +3

    Can you make a video explaining the detection of the hand in pictures
    The images in it are a movement of the gestures of the sign language and its translation into text

  • @rohanvaja8639
    @rohanvaja8639 4 года назад +3

    can you provide hand motion detection(left,right,up,down) using opencv in android

    • @Ancode2
      @Ancode2  4 года назад +2

      I can try to make a video about it if you want

    • @rohanvaja8639
      @rohanvaja8639 4 года назад +1

      @@Ancode2 yes i want

    • @Ancode2
      @Ancode2  4 года назад +2

      @@rohanvaja8639 okay Sir I ll make it for u

    • @rohanvaja8639
      @rohanvaja8639 4 года назад +2

      Thanks , waiting for video

  • @studyingmoods5887
    @studyingmoods5887 3 года назад

    Only working video! Thanks a lot.

  • @Quantor23
    @Quantor23 4 года назад +1

    Thank you very much, Sir. This tutorial helped me a lot

    • @Ancode2
      @Ancode2  4 года назад +1

      You're welcome brother

    • @АнтонФомин-щ1л
      @АнтонФомин-щ1л 4 года назад +1

      @@Ancode2 bro, how to install openCV_contrib on Android Studio? Pls, help, I have a deadline on next week!

    • @Ancode2
      @Ancode2  4 года назад +1

      @@АнтонФомин-щ1л I 'll make a video on it very soon don't worry.. Share your details about software versions

    • @АнтонФомин-щ1л
      @АнтонФомин-щ1л 4 года назад +1

      @@Ancode2 I cant build Face Detection Sample, it have some extra files like android.mk and libdetection_based_tracker.so. Error is: executing external native build for ndkBuild "path to Android.mk". My system is Windows 10, Android Studio 4.1.1, OpenCV3_4_4_contrib from github'DOT'com/quickbirdstudios/opencv-android, System Settings -> Android SDK -> NDK(side by side)[At ndk Tmp version is: 22.0.6917172 ], AndroidSDK: android-28 + android-30. Gradle plugin version: 4.1.0. Gradle version 6.5

    • @Ancode2
      @Ancode2  4 года назад +1

      @@АнтонФомин-щ1л I 'll make a video on face detection using opencv Android very soon.. Wait for it

  • @anubhavsagar2737
    @anubhavsagar2737 3 года назад +1

    Hi sir, I followed your video till last but I am facing a error please help what I am doing wrong? Thanks. Below is the error in camera2 api
    import android.hardware.camera2.CameraAccessException;

    • @Ancode2
      @Ancode2  3 года назад

      Are you using android R?

    • @Ancode2
      @Ancode2  3 года назад

      Use API 29

    • @anubhavsagar2737
      @anubhavsagar2737 3 года назад

      @@Ancode2 yes target sdk is set to 30 for now

    • @Ancode2
      @Ancode2  3 года назад

      @@anubhavsagar2737 search the problem in stack overflow. You'll find similar errors with solution. I am not getting the question

    • @Ancode2
      @Ancode2  3 года назад

      Check it in my latest video

  • @petertelegdi3364
    @petertelegdi3364 3 года назад +1

    E/libc: Access denied finding property "ro.serialno"
    SOLVED:
    android/app/build.gradle
    implementation 'com.android.support:localbroadcastmanager:28.0.0'
    (with Galaxy Nexus API 27/Oreo)

  • @marcelwo4jedynki
    @marcelwo4jedynki 3 года назад

    0:27
    nice meme

  • @ABCDEFGHIJohnny
    @ABCDEFGHIJohnny 3 года назад

    thank you for kindly making this tutorial.
    Yet in the final step , I can't see any message in my logcat , but the emulator turned up successfully.
    and the following message appeared in the "run" block : (I'm using Android Studio 4.1.2 and OpenCV4.1.2)
    E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV
    I searched for this error message. Most of the suggestions said it's okay to neglect it.
    Does this cause any problem in the future usage of opencv?
    If so, is there any solution to it?
    Thank you.

    • @Ancode2
      @Ancode2  3 года назад

      I hope you'll find your solution in the following link stackoverflow.com/questions/37180378/android-opencv-error-cannot-load-info-library-for-opencv#:~:text=Solution%202%3A,libs%20to%20your%20jniLibs%20folder.&text=Recommended%3A,your%20app%20Module%20Gradle%20file.
      Thanks for watching

  • @adwitiyasubba8648
    @adwitiyasubba8648 4 года назад +1

    Woww..
    Nice ..

    • @Ancode2
      @Ancode2  4 года назад

      Thank you Sir

  • @АлексейЧижик-и7ч
    @АлексейЧижик-и7ч 3 года назад

    @Ancode on 3:34 i have inactive "next" button. How can i fix it or is there alternative way to import OpenCV?

    • @Ancode2
      @Ancode2  3 года назад

      Do the process again from 3:16

    • @АлексейЧижик-и7ч
      @АлексейЧижик-и7ч 3 года назад

      @@Ancode2 I tried multiple times with different OpenCV versions. But "Next" button is still inactive.
      Tried on Android Studio Arctic Fox 2020.3.1

    • @Ancode2
      @Ancode2  3 года назад

      @@АлексейЧижик-и7ч I will recommend you to not to use Android Studio Arctic Fox versions. It's RC1 beta version. It's only for service developers which may occur bugs. Install Android studio 4.2 stable version.

    • @АлексейЧижик-и7ч
      @АлексейЧижик-и7ч 3 года назад

      @@Ancode2 Actually Artic Fox is in release already

    • @Ancode2
      @Ancode2  3 года назад

      @@АлексейЧижик-и7ч it is but it's a beta version

  • @mrigankaborbora
    @mrigankaborbora 3 года назад

    Nice one.. useful 😊🤘

  • @hamidsafiullahawan3433
    @hamidsafiullahawan3433 4 года назад +1

    kindly make a video of image processing demo for android using OpenCv.

  • @ananyasa7494
    @ananyasa7494 3 года назад

    in module dependency->app,its like 'nothing to show'...pls help

    • @Ancode2
      @Ancode2  3 года назад

      I didn't understand properly. Can you describe it briefly along with error?

    • @ananyasa7494
      @ananyasa7494 3 года назад

      @@Ancode2 in 4.08min,project structure->dependency->add module->module dependency->app,there is a blank page without opencv dependency

    • @Ancode2
      @Ancode2  3 года назад

      @@ananyasa7494 what's the version of opencv and Android studio?

    • @ananyasa7494
      @ananyasa7494 3 года назад

      @@Ancode2 open cv 3.4.10 and android 4.2.1

    • @ananyasa7494
      @ananyasa7494 3 года назад

      Previously i added the same version opencv..but also it was not showing opencv lib

  • @JamesBond-is3in
    @JamesBond-is3in 3 года назад +1

    nice

  • @osakaoo713
    @osakaoo713 3 года назад +1

    Hi! I need more opencv tutorial in android studio please? Thankyou!

    • @Ancode2
      @Ancode2  3 года назад

      I ll try to follow on opencv

    • @osakaoo713
      @osakaoo713 3 года назад

      @@Ancode2 thanks! I'll wait

  • @DXenakis
    @DXenakis 3 года назад

    @2:06 you are using twice an applicationId

  • @meme6852
    @meme6852 3 года назад

    MainActivity: Opencv installed successfully

  • @m.s.nabhiram1532
    @m.s.nabhiram1532 3 года назад

    y only 3.4.1

    • @Ancode2
      @Ancode2  3 года назад

      There're different opencv version for different Android studio version. Every version of opencv doesn't match with every version of android studio..

  • @saucechili3862
    @saucechili3862 3 года назад

    thx