How to set geographical coordinates on pictures for Google Android? -


I am currently developing an application to manage my pictures on an Android phone. I have developed an algorithm for classifying images based on the geographical coordinates of each picture (latitude, longitude).

To test my application on Android emulator in Eclipse, manually import a bunch of photos from my computer into the SDCard folder of the emulator.

I would like to manually add latitude and latitude data to each picture so that I can test my algorithm. I'm searching for a lot, but there is no way to go through it.

Can anyone help me on this?

Thanks in advance.

Are you just asking about setting up EXIF ​​location data on pictures from desktop Are you There are so many image editors that will let you do this (Google it) or are you asking that Android to retrieve data from the data that already has EXIF ​​location data?

It seems that you have an Android side, which you have worked, you only want to dump the GPS data before setting them on the phone. Here are some desktop command-line tools that you Can use for it.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -