Thank you so much, bro! After 5 hours of researching Android camera2 API, I finally found your video and got my camera feed working!
thanks a lot ! after failed so many times finally my opencv camera works
Thank you so much dude! I so glad i subscribed to your channel!
Hello Sir, Thank you for the tutorial it worked great for me. For anyone it interests I have used OpenCV 3.4.10 with the latest version of Android Studio and it worked for me so you can use this version too to follow the tutorial.
Incredible Ali ^^^
Thanks so much for the tutorial
thnx aloooooooooooooooooot
If you're getting a black screen rather than video, you probably need to change the version you're using to match what is used in the video. In my case, I was able to use 3.4.5. I was using 4.5.3, which just gave the black screen.
So helpful, thanks for the tutorial.
Obrigado pela ajuda, seus tutoriais tem me auxiliado bastante.
Hello SIr, When you are going to do a tutorial on face recognition using OpenCV?
More tutoriel OpenCV please
Hi can you please tell how to extract frames from recorded video using opencv ,i mean using uri of video?
Hey it worked for me but I wanna ask u how can we change the resolution and the scale for the captured frames ?
<uses-permission android:name="android.permission.CAMERA"/> <uses-feature android:name="android.hardware.camera"/> <uses-feature android:name="android.hardware.camera.autofocus"/> <uses-feature android:name="android.hardware.camera.front"/> <uses-feature android:name="android.hardware.camera.front.autofocus"/>
hey buddy...... cool tutorial, can we match faces using this openCV. Like few images are in the database and i want to check if my image matches with the ones in the database.... Please help me out with this method.
Found a bug: The App is Launched but getting a black screen.The camera is not operating.
thanks for the tutorial. app is shutting it down nearly after 30 seconds. How to handle this problem?
Hey! I am having a problem where my phone is just showing me a black screen. I have used the right permissions, etc but my phone just does not open the camera. What should I do in this case? Great tutorial nonetheless :)
@CodingCafe