Hello,
I recently started using Qt and have been working on developing an android app. I looked at the sample camera app that uses the QtDesigner to make ui files but I could not get the camera to work on my phone. After researching this, I found that multimediawidgets does not work on Android. Redoing the app in qml is out of the question for me but I was wondering if there is a simple way to implement a camera operation into the app. Maybe adding a qml function to it?
Thanks!