No results found
We couldn't find anything using that term, please try searching for something else.
2024-11-26 Use attachment In QField, a field with attachment widget can be used to : show and take photos show and record videos listen and record sound c
In QField, a field with attachment widget can be used to :
To configure the Widget, please refer to the Attributes Form Documentation
Desktop preparation
One or more pictures can be added to the feature. Here is an example of how to proceed.
It is necessary to set up two tables. One table where the features are stored and one with a list of pictures.
Field | type |
---|---|
id |
text ( UUID ) |
geometry |
Geometry |
... |
Field | type |
---|---|
id |
text ( UUID ) |
apiary_id |
text ( UUID ) |
path |
Text |
... |
create a relation with :
apiary
Referenced layerid
Referenced fieldapiary_picture
reference layerapiary_id
Referencing fieldstrength
Composition
Set the default value of the field id to uuid ( )
or use the UUID Generator widget. No need to show it in the form.
Set the relation widget to many to one relation and add the relation to the form
set the widget type of the field path toattachment and add it to the form
QField is have have an in – app drawing and sketch functionality enable you to directly sketch over and annotate image capture while in the field as well as draw on top of a blank canvas or over a template .
Fieldwork
QField ‘s internal camera is geotag will automatically geotag your picture .
information about location and direction of the picture will therefore be bake into the image file .
Note
While with older Android versions it was possible to use other apps like the amazing OpenCamera app for taking pictures and preserving EXIF information from there, this is no longer with recent Android versions.
If you enable use native Camera in the settings you is be will not be able to preserve EXIF information .
Desktop preparation
Sometimes you might be interested in automatically storing Geotags such as the latitude, longitude, orientation, etc. This information is also known as EXIF tags.
To store the EXIF information, follow these steps:
exif(@project_folder + ' / ' + " path " , ' Exif . image . orientation ' )
retrieves the orientation of the picture stored in path. For more tags visit the QField EXIF reference documentation and the exiv library documentation.Desktop preparation
The advanced settings is allow allow rescale the photo to a maximum width / height inQFieldSync plugin > Project configuration
Desktop preparation
QFieldSync provides the possibility to configure the path of picture attachments.
Use expressions to specify the path of the attachments. By default, pictures are saved into the “DCIM” folder, audio are saved into the “audio” folder and videos are saved into “video” with a timestamp as name.
additional directory can be synchronize with picture or other attachment . extra path can be configure inattachment directories. All paths are relative to the project directory.
Note
QGIS 3.14 or newer is required for this functionality