OpenCV for Android (Java)

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

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

  • @ywseo97
    @ywseo97 2 года назад +8

    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!

    • @Voitanium
      @Voitanium  2 года назад

      Welcome, I will try to get more application specific videos once the pytorch basics is done

  • @miguelmael9080
    @miguelmael9080 2 года назад +2

    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?

  • @antoinekeller2786
    @antoinekeller2786 2 года назад +2

    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?

  • @melitt6813
    @melitt6813 11 месяцев назад

    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 !

  • @Sagar_Asseccibilty
    @Sagar_Asseccibilty Год назад

    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

    • @Sp-lg5me
      @Sp-lg5me 10 месяцев назад +1

      Please use build configuration Groovy DSL while creating the new android project.

  • @coolbythelatte
    @coolbythelatte 2 года назад

    Have you connected the phone through a usb cable aside from the code itself? Will the code run on other compilers like Netbeans?

  • @MOMO-ih5vr
    @MOMO-ih5vr Год назад +1

    you make the greate Video! Thank for your video!!! That it very helpful!!!

  • @alperdemir8657
    @alperdemir8657 Год назад

    i'm getting Plugin with id 'com.android.library' not found error. How can i solve it ?

  • @RaghavSharma-nt3hr
    @RaghavSharma-nt3hr 2 года назад

    the Next and Finish button are not enabled when I set the path to this sdk. Please help

  • @sakthivinnavan7366
    @sakthivinnavan7366 2 года назад +1

    Hi is there any way to process the video feeds from IPCAMERA with an url link in android with OpenCV?

    • @Voitanium
      @Voitanium  2 года назад +1

      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.

    • @sakthivinnavan7366
      @sakthivinnavan7366 2 года назад

      @@Voitanium I tried VideoCapture later I found that VideoCapture don't work for Android. Thank you for your reply.

  • @kevinleon4621
    @kevinleon4621 2 года назад

    new sub, thank you!

  • @jurgisserksnas2481
    @jurgisserksnas2481 2 года назад

    Love you man, no homo

  • @BangLucky-j6g
    @BangLucky-j6g 2 года назад

    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

    • @felipegarza9638
      @felipegarza9638 2 года назад +1

      Same problem! my solution was that I didnt change AppCompatActivity to CameraActivity. 6:42

    • @fe_nik_s776
      @fe_nik_s776 2 года назад

      You should change "public MainActivity class extends AppCompatActivity" to "public class MainActivity extends CameraActivity"

  • @hackdeepace
    @hackdeepace 2 года назад

    thank you @voitanuim. you help me a lot with this.

  • @sencerdurdu3814
    @sencerdurdu3814 2 года назад +2

    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?