Geocam project is it possible?

is it possible to create geocam in MIT good sirs?a camera to capture photo with timestamp and coordinates?

  1. take photos with camera
  2. get timestamp with Clock.
  3. get coordinates with location sensor.
  4. load the photo in to canvas, draw text (time and location )on the canvas.
  5. save canvas.
2 Likes

thank you sir.. will try this..

sir, i would like to ask how to save the image from canvas? i tried to use call canvas save but not sure if its saving somewhere else. or am i missing something?


this is my blocks so far

Do not use 'evaluate but ignore', use 'Set Label.Text to', you will see where it's saved.
It's in ASD folder.

1 Like

thank you sir i found it.. how can i specify the save folder sir?

You can copy / move to other folder with File component.

1 Like

i have no idea how to start with this sir if the app will do that for me.. or do i need to this manually from file explorer? that's not ideal if i will let other ppl use the app sir.

i found out that 2 images are being saved sir, one with and without the timestamp. another issue is that it doesnt follow the camera orientation when being saved, it save as portrait. how to fix sir?

please search this community, like 'image orientation', or 'image rotate'

Use the

And

Taifun

1 Like

thank you so much sir.. saving the canvas after drawing saves 2 file, the original from camera and the drawn image.. is it possible to just save the drawn canvas?
?

you can delete the origin one using File.