I usually don't say any replies on youtube. But I really want to say very thank you for uploading this video @Voitanium. I was just stuck on importing OpenCV in android studio and couldn't solve it for days. I'm expecting to see your next video(opencv with face detection) and hope to see android opencv with lane detection in the near future! Once again, very thank you!
Hello, I have a problem with the orientation of the camera. When I have the cell phone vertically, the video appears horizontally and vice versa. Could you advise me how to fix this error?
Hi, thanks a lot for the video! I have a problem with the camera, display is horizontal when it must be vertical and vice versa. Any idea how to fix this?
can you offer an demo (android with opencv)? I dont know why, when I created an android demo with opencv, always failed. a lot errors for me! Thank you !
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
10:29 I can't "@Override" : error: method does not override or implement a method from a supertype. If I remove it and compile it, the screen will be black
Hello, I have a problem with the orientation of the camera. When I have the cell phone vertically, the video appears horizontally and vice versa. Could you advise me how to fix this error?
I usually don't say any replies on youtube. But I really want to say very thank you for uploading this video @Voitanium. I was just stuck on importing OpenCV in android studio and couldn't solve it for days. I'm expecting to see your next video(opencv with face detection) and hope to see android opencv with lane detection in the near future!
Once again, very thank you!
Welcome, I will try to get more application specific videos once the pytorch basics is done
Hello, I have a problem with the orientation of the camera. When I have the cell phone vertically, the video appears horizontally and vice versa. Could you advise me how to fix this error?
Hi, thanks a lot for the video! I have a problem with the camera, display is horizontal when it must be vertical and vice versa. Any idea how to fix this?
can you offer an demo (android with opencv)? I dont know why, when I created an android demo with opencv, always failed. a lot errors for me! Thank you !
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
Please use build configuration Groovy DSL while creating the new android project.
Have you connected the phone through a usb cable aside from the code itself? Will the code run on other compilers like Netbeans?
you make the greate Video! Thank for your video!!! That it very helpful!!!
i'm getting Plugin with id 'com.android.library' not found error. How can i solve it ?
the Next and Finish button are not enabled when I set the path to this sdk. Please help
Hi is there any way to process the video feeds from IPCAMERA with an url link in android with OpenCV?
VideoCapture might be a way to do it. You can also try the c++ API if java doesn't work. Just look into OpenCV Java VideoCapture or C++ for the same.
@@Voitanium I tried VideoCapture later I found that VideoCapture don't work for Android. Thank you for your reply.
new sub, thank you!
Love you man, no homo
10:29 I can't "@Override" : error: method does not override or implement a method from a supertype.
If I remove it and compile it, the screen will be black
Same problem! my solution was that I didnt change AppCompatActivity to CameraActivity. 6:42
You should change "public MainActivity class extends AppCompatActivity" to "public class MainActivity extends CameraActivity"
thank you @voitanuim. you help me a lot with this.
Hello, I have a problem with the orientation of the camera. When I have the cell phone vertically, the video appears horizontally and vice versa. Could you advise me how to fix this error?