Python Opencv GPS Location

I’m trying to capture latitude-longitude by smartphone via ‘python/opencv’ and I haven’t found any alternative.

As I also need to capture frames by camera in the same app, I tried via ‘opencv/android’, and I didn’t find any tutorial in this regard.
Latitude/longitude works fine with java.
Frame capture works fine in opencv.
I´m working with windows.

Could someone provide me with any alternatives?

I thank.

opencv has no means to acquire your lat/lon geoposition
(probably, this is totally off-topic)

good luck with running python on your phone !
(or even, building a special cv2.so for your platform)

however, you can use the official opencv android/ios sdk, but you’re bound to the resp. language (java/swift)

have a look at the samples