Dear all,
I have a difficult time to export the field data (photo is taken in the app). I can see the photo on the app. However, I am not able to see it when I transfer it back to my computer (by USB cable). May I ask how to do that?
Thank you.
Zachary
Imported from GitHub discussion by @zacharylee1204 on 2023-04-04T06:50:42Z
Anybody could give me a hand? thank you very much
Imported from GitHub comment by @zacharylee1204 on 2023-04-27T13:04:08Z
Your photos should have been saved in a ‘DCIM’ folder next to your project file. Access only from computer (not from Android).
Imported from GitHub comment by @VxTedxV on 2023-04-28T07:25:17Z
here is how i am doing it
/map_project_directory/mymap.qgs
/map_project_directory/qfield_record-pts/mysurveylayer.gpkg
/map_project_directory/qfield_record-pts/photos #wher my photo (attachment) go to
so then i want my photos to end up in a subdirectory of qfield_record-pts
so i put this in the qfield attachment name
‘qfield_record-pts/photos/tlove_’||to_string(format_date(now(),‘yyyy-MM-dd_hh_mm_ss_zzz’))||‘.jpg’
copy the whole subdirectory of qfield_record-pts back to your computer and they should end up easily accessible since its a simple relative path. i use the attachment widget to get them to show up with the Info tool..
Imported from GitHub comment by @r3tlove on 2023-05-19T21:27:34Z