To Elliott

34 views
Skip to first unread message

Gary Kuipers

unread,
Jan 15, 2023, 1:30:45 PM1/15/23
to kivy-...@googlegroups.com
Hi Elliott:

I thought I'd run this past you as you know damn near everything kivy.

I am looking to build an app that does the following:

1) Can take a picture
2) determine the GPS coordinates at that moment
3) Store the picture and the coordinates internally (the data)
4) Determine if there is an internet connection, if not retry connecting
5) open a websocket connection to a cloud server and send the data to the server
6) receive an acknowledgement of receipt through the websocket
7) remove the data from the phone

Questions:
1) Is this feasible in kivy and is it the best tool?
2) Any pointers to code that has already been developed or tutorials that I can use to get started?

Regards
Gary
--
Gary Kuipers, President, Casinfo

Elliot Garbus

unread,
Jan 15, 2023, 2:01:38 PM1/15/23
to kivy-...@googlegroups.com

I don’t see anything that is blocking on kivy.  I assume that you are developing this app on Android.

You may find this document (from Robert)  helpful:  https://github.com/Android-for-Python/Android-for-Python-Users

 

FWIW I would expect the exif data of the photo to include the gps coordinates.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/CAAT1hNC6otqyoe-FBysdMDkDVbsmqsSEN3PrUY3N4sCZO8B%3DWA%40mail.gmail.com.

 

Gary Kuipers

unread,
Jan 15, 2023, 2:18:13 PM1/15/23
to kivy-...@googlegroups.com
Thanks Elliott:

I am dabbling in Robert's github stuff as we speak!



Reply all
Reply to author
Forward
0 new messages