Relative Content

Tag Archive for pythonopencvkivygpubeeware

GPU usage in Beeware similar to Kivy

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?