Photo And Gps

samperizal

Active Member
Licensed User
Longtime User
Greetings.

You can get a photo and placed on the geographical coordenas of where it was taken. Some examples?

Thanks in advance.
 

sangee

Member
Licensed User
Longtime User
You can take the pictures using the internal camera. Check out on CameraEx class which makes that process simpler. Examples are available.

After that you need to work on handling GPS events. There is a good example on using GPS library. Which is as easy as ten lines of code.

Store the GPS co-ordinates like Latitude and Longitude in a global variable.

In the picturetaken event of the camera function use BMP Canvas method (lots of example available for that too) to write the variable strings containing the coordinates on to the captured images.

Use the search forum with the above details you will find lots of posts.

- Sangee
 
Upvote 0
Top