I am trying to save GPS coordinates but not successful
lat and lon are GPS coordinates extracted from GPS and it is working
but trying to save in JPEG using the below code
Sub clickbutton_Click
camera1.SceneMode=scene.ToUpperCase
camera1.ColourEffect=effect.ToUpperCase
camera1.GPSLatitude= lat
camera1.GPSLongitude=lon
camera1.TakePicture
End Sub
lat and lon are GPS coordinates extracted from GPS and it is working
but trying to save in JPEG using the below code
Sub clickbutton_Click
camera1.SceneMode=scene.ToUpperCase
camera1.ColourEffect=effect.ToUpperCase
camera1.GPSLatitude= lat
camera1.GPSLongitude=lon
camera1.TakePicture
End Sub