I want to do image processing using opencv and make it an android app.
Because my main codes are written in Python and I don’t intend to use Java or Kotlin, I plan to convert the Python codes into an Android app.
I have 2 ways. Kivy and Beeware
My processing is light but with high numbers and I must use GPU. Kivy gives me this possibility. But I don’t know if it is possible to use graphic and parallel process in Beeware or not? Can anyone guide me?
I used opencv and kivy and it worked. But due to the lack of facilities to create a suitable user interface, I have to find an alternative way to use only Python and opencv and graphical parallel process and to create an Android.