How to configure OpenCV in Android Studio 4.2

  Рет қаралды 16,902

Ancode

Ancode

Күн бұрын

Пікірлер: 58
@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 : kzbin.info/www/bejne/pqTSloGce6Z-gpo
@rodakdev
@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_Asseccibilty
@Sagar_Asseccibilty 11 ай бұрын
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-to5px2tc2o
@user-to5px2tc2o 6 ай бұрын
Do you know how to fix this problem?
@denzelwashington7349
@denzelwashington7349 4 ай бұрын
please did you find a solution to this problem? i am facing thesame issue
@subhamdas2491
@subhamdas2491 2 жыл бұрын
Again thank u so much I have checked now & work fruitfully
@jubaerhasan4723
@jubaerhasan4723 2 жыл бұрын
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.
@Ancode2
@Ancode2 2 жыл бұрын
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
@ancellery6430
@ancellery6430 2 жыл бұрын
same, this shit is so hard for no reason
@abhishekbhamare4002
@abhishekbhamare4002 2 жыл бұрын
My app gets installed but then it says "opencv package manager not found" plz help
@mangafloripa
@mangafloripa 3 жыл бұрын
Very nice! Thanks. If you can, make a video showing how to use openCV on the android camera
@mrigankaborbora
@mrigankaborbora 3 жыл бұрын
Great one.. Very informative.. Keep it up bro🤘
@premdeepsethi4898
@premdeepsethi4898 3 жыл бұрын
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
@Ancode2
@Ancode2 3 жыл бұрын
See the steps carefully. I guess you haven't imported the module. Go to file> new > import module
@premdeepsethi4898
@premdeepsethi4898 3 жыл бұрын
@@Ancode2 problem solved mate by changing apply plugin: 'com.android.application' to apply plugin: 'com.android.library' in buil.gradel of openCVLibrary3414
@Ancode2
@Ancode2 3 жыл бұрын
@@premdeepsethi4898 Hope now it's working fine. Have a good day mate.
@premdeepsethi4898
@premdeepsethi4898 3 жыл бұрын
Thank you once again really helpful video 🙏
@surflaweb
@surflaweb 3 жыл бұрын
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?
@Ancode2
@Ancode2 3 жыл бұрын
Which version of opencv you're using?
@surflaweb
@surflaweb 3 жыл бұрын
@@Ancode2 3.14.3 Also tested 3.2.0
@Ancode2
@Ancode2 3 жыл бұрын
@@surflaweb in video at which time you're facing problem?
@surflaweb
@surflaweb 3 жыл бұрын
@@Ancode2 I'm using a new version of android studio. The problem is when you go to: file..new.. import new module..
@Ancode2
@Ancode2 3 жыл бұрын
@@surflaweb import library folder from where you've downloaded the opencv
@KhoaTran-kq9ll
@KhoaTran-kq9ll Жыл бұрын
4:19 where can i find new android component window like that???? plz help
@Ancode2
@Ancode2 Жыл бұрын
Are you asking about build.gradle file?
@RahulJain-kk5no
@RahulJain-kk5no 3 жыл бұрын
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
@Ancode2
@Ancode2 3 жыл бұрын
Which version you're using?
@Ancode2
@Ancode2 3 жыл бұрын
watch my latest video. That will solve your problem.
@ninadrn1672
@ninadrn1672 Жыл бұрын
cant see mibs folder
@miguelangelayalapajuelo6987
@miguelangelayalapajuelo6987 3 жыл бұрын
6:27 When I try to import, the next button appears disabled without showing me any error. What would be the problem?
@Ancode2
@Ancode2 3 жыл бұрын
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
@miguelangelayalapajuelo6987
@miguelangelayalapajuelo6987 3 жыл бұрын
@@Ancode2 Thanks you friend.
@Ancode2
@Ancode2 3 жыл бұрын
@@miguelangelayalapajuelo6987 hope it's working now 😊 have a good day!
@grey_mantle
@grey_mantle 3 жыл бұрын
Could you deploy this app with GitHub actions,
@Ancode2
@Ancode2 3 жыл бұрын
Yeah sure I ll upload it tomorrow and will post the link here
@grey_mantle
@grey_mantle 3 жыл бұрын
@@Ancode2 Awesome
@Ancode2
@Ancode2 3 жыл бұрын
@@grey_mantle github.com/AnkurNayak/Android-Studio-4.2-Initial-OpenCV-Setup here's my files.
@grey_mantle
@grey_mantle 3 жыл бұрын
@@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.
@Ancode2
@Ancode2 3 жыл бұрын
@@grey_mantle so do you want to deploy your opencv app in git?
@subhamdas2491
@subhamdas2491 2 жыл бұрын
Thanks I have same issue with camera2render
@premdeepsethi4898
@premdeepsethi4898 3 жыл бұрын
thanks bro
@Ancode2
@Ancode2 3 жыл бұрын
You're welcome 😇
@premdeepsethi4898
@premdeepsethi4898 3 жыл бұрын
please help me out
How to configure OpenCV in Android Studio 4.1 or higher
8:34
Mia Boyka х Карен Акопян | ЧТО БЫЛО ДАЛЬШЕ?
1:21:14
Что было дальше?
Рет қаралды 11 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН
How to Install Android Studio on Windows 11
19:47
ProgrammingKnowledge
Рет қаралды 263 М.
How to Integrate OpenCV with Android Studio
12:19
Charfaoui Younes
Рет қаралды 16 М.
Face Detection in Android using OpenCV and Java
15:14
Developer Exc
Рет қаралды 9 М.
OpenCV for Android (Java)
13:53
Voitanium
Рет қаралды 13 М.
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
Mia Boyka х Карен Акопян | ЧТО БЫЛО ДАЛЬШЕ?
1:21:14
Что было дальше?
Рет қаралды 11 МЛН