Ir para o conteúdo

Usar anexo

No Qfield, um campo com um widget Anexo podem ser usado:

  • Mostrar e tirar fotos
  • mostrar e gravar vídeos
  • ouvir e gravar clips de som
  • mostrar ligações para ficheiros externos para documentos ou PDFs

Attachments

To configure the Widget, please refer to the Attributes Form Documentation

Adicione uma série de fotos a um elemento

Preparação no Desktop

Podes adicionar uma ou mais fotos a um elemento. Aqui tens um exemplo de como o fazer.

Tabelas

Vamos precisar de duas tabelas. Uma tabela onde os elementos estão armazenados e outra com uma lista de fotos.

Apiário

Campo Tipo
id Texto (UUID)
geometry Geometria
...

Apiario_fotos

Campo Tipo
id Texto (UUID)
apiary_id Texto (UUID)
caminho Texto
...

Relações

Crie uma relação com:

  • apiary Camada da referência
  • id Campo de referência
  • apiary_picture Camada da referência
  • apiary_id Campo de referência
  • strength Composição

Relations

Widgets

Apiário

Define o valor padrão do campo id como uuid() ou usa o widget Gerador de UUID. Não há necessidade de o mostrar num formulário.

widgets

Define o widget de relação como muitos para uma relação e adiciona a relação ao formulário

widgets

Foto de apiário

Define o tipo de widget do campo com o caminho, como Anexo e adiciona-o ao formulário

widgets

Drawing and sketching

QField have an in-app drawing and sketching functionality enabling you to directly sketch over and annotate images captured while in the field as well as drawing on top of a blank canvas or over a template.

Etiqueta de Geolocalização

Trabalho de campo

QField's internal camera will automatically geotag your pictures.

Information about location and direction of the pictures will therefore be baked 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 will not be able to preserve EXIF information.

Fetching Geotags (EXIF) from the image file into the attribute table

Preparação no Desktop

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:

  1. Add an attribute per EXIF tag in the table that contains the pictures.
  2. In the pictures form, configure the default value of each attribute to the corresponding EXIF expression See QGIS EXIF function, and make sure Apply on update is activated.
  3. The EXIF tags that QField can capture are listed in the QGIS documentation (link above). However, this list might slightly varies depending on the mobile characteristics.
  4. Capturing EXIF tags requires accessing the full physical path of the picture. Be sure to reflect this in the QGIS expression. For example, the expression 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.
  5. Completed! QField's now capture and store the EXIF tags in the pictures table while taking pictures.

Tamanho máximo da foto

Preparação no Desktop

As configurações avançadas permitem redimensionar as fotos para uma largura/altura máxima no Plugin QFieldSync > Configuração do projeto

imagem

Caminho configurável para os anexos

Preparação no Desktop

QFieldSync fornece a possibilidade de configurar o caminho dos anexos da imagem.

  1. Vá ao plugin QFieldSync > Propriedades do Projeto
  2. Escolha a camada, o campo e configure a expressão

Use expressões para especificar o caminho dos anexos. Por padrão, as imagens são guardadas na pasta "DCIM", o áudio é guardados na pasta "áudio" e os vídeos são guardados em "video" com um carimbo de data/hora como nome do ficheiro.

picture path

Diretórios adicionais podem ser sincronizados com imagens ou outros anexos. Caminhos extras podem ser configurados em Diretórios de anexos. Todos os caminhos são relativos ao diretório do projeto

attachments directories

Nota

após o QGIS 3.14 é necessária esta definição para usar esta funcionalidade