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 : kzbin.info/www/bejne/pqTSloGce6Z-gpo
@rodakdev Жыл бұрын
Thank you my friend. I was trying to install OpenCV3416 but the sdk/build.grade in it had *apply plugin* set to *'com.android.library'*. As I read in the comments someone mentioned that this is the correct setting, howerver when I set it to *'com.android.application'* the Module Dependency wasn't showing, now it is. Great tutorial!
@Sagar_Asseccibilty11 ай бұрын
New problem in openCV implementation openCV 4.8.0 with android giraffe version is Plugin [id: 'com.android.application', version: '8.1.0', apply: false] was not found in any of the following sources
@user-to5px2tc2o6 ай бұрын
Do you know how to fix this problem?
@denzelwashington73494 ай бұрын
please did you find a solution to this problem? i am facing thesame issue
@subhamdas24912 жыл бұрын
Again thank u so much I have checked now & work fruitfully
@jubaerhasan47232 жыл бұрын
Thank you so so much bruh, literally wasted my 10 hours installing trying different version of opencv, android studio >_< You saved my time, God bless you.
@Ancode22 жыл бұрын
You're welcome! If you're using Android studio arctic for version there's another way of importing modules manually. You can check my this video for manually importing kzbin.info/www/bejne/pqTSloGce6Z-gpo
@ancellery64302 жыл бұрын
same, this shit is so hard for no reason
@abhishekbhamare40022 жыл бұрын
My app gets installed but then it says "opencv package manager not found" plz help
@mangafloripa3 жыл бұрын
Very nice! Thanks. If you can, make a video showing how to use openCV on the android camera
@mrigankaborbora3 жыл бұрын
Great one.. Very informative.. Keep it up bro🤘
@premdeepsethi48983 жыл бұрын
when you show to add module dependencies from project structure then + and then add module dependency so in my project it not showing any module
@Ancode23 жыл бұрын
See the steps carefully. I guess you haven't imported the module. Go to file> new > import module
@premdeepsethi48983 жыл бұрын
@@Ancode2 problem solved mate by changing apply plugin: 'com.android.application' to apply plugin: 'com.android.library' in buil.gradel of openCVLibrary3414
@Ancode23 жыл бұрын
@@premdeepsethi4898 Hope now it's working fine. Have a good day mate.
@premdeepsethi48983 жыл бұрын
Thank you once again really helpful video 🙏
@surflaweb3 жыл бұрын
I have downloaded latest version of android studio 2021.3.1 arctic fox and I unable to import new module, I selected java folder or sdk and then I can't press next or finish.. Any idea?
@Ancode23 жыл бұрын
Which version of opencv you're using?
@surflaweb3 жыл бұрын
@@Ancode2 3.14.3 Also tested 3.2.0
@Ancode23 жыл бұрын
@@surflaweb in video at which time you're facing problem?
@surflaweb3 жыл бұрын
@@Ancode2 I'm using a new version of android studio. The problem is when you go to: file..new.. import new module..
@Ancode23 жыл бұрын
@@surflaweb import library folder from where you've downloaded the opencv
@KhoaTran-kq9ll Жыл бұрын
4:19 where can i find new android component window like that???? plz help
@Ancode2 Жыл бұрын
Are you asking about build.gradle file?
@RahulJain-kk5no3 жыл бұрын
when i try to import the sdk as module, it offers me to select the sdk from the location and after that it will not pop the next button, its always in fade state. Please help me i can't continue further because of this issue. Unable to import the module
@Ancode23 жыл бұрын
Which version you're using?
@Ancode23 жыл бұрын
watch my latest video. That will solve your problem.
@ninadrn1672 Жыл бұрын
cant see mibs folder
@miguelangelayalapajuelo69873 жыл бұрын
6:27 When I try to import, the next button appears disabled without showing me any error. What would be the problem?
@Ancode23 жыл бұрын
Watch my latest video on Android studio arctic fox 2020.3.1 you must be using this version right now and there's bug Watch this : kzbin.info/www/bejne/pqTSloGce6Z-gpo
@miguelangelayalapajuelo69873 жыл бұрын
@@Ancode2 Thanks you friend.
@Ancode23 жыл бұрын
@@miguelangelayalapajuelo6987 hope it's working now 😊 have a good day!
@grey_mantle3 жыл бұрын
Could you deploy this app with GitHub actions,
@Ancode23 жыл бұрын
Yeah sure I ll upload it tomorrow and will post the link here
@grey_mantle3 жыл бұрын
@@Ancode2 Awesome
@Ancode23 жыл бұрын
@@grey_mantle github.com/AnkurNayak/Android-Studio-4.2-Initial-OpenCV-Setup here's my files.
@grey_mantle3 жыл бұрын
@@Ancode2 Hey this is great but what I was hoping was probably a tutorial or a link to a repo with opencv and continuous integration. basically I have been trying to deploy my opencv app but I am currently blocked, I can build locally but can't build on github via actions.
@Ancode23 жыл бұрын
@@grey_mantle so do you want to deploy your opencv app in git?