> For the complete documentation index, see [llms.txt](https://docs.dibbel.no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dibbel.no/for-appen/om-appen/kamerafunksjon-i-appen.md).

# Kamerafunksjon i appen

### Funksjoner i kameraet

Når du tar bilder fra kamera i appen, får du tilgang til flere verktøy som hjelper deg å ta tydelige og forklarende bilder.

<div align="left"><figure><img src="/files/DPxbQEco7jWIXufW5Ucm" alt="" width="191"><figcaption></figcaption></figure></div>

<details>

<summary><mark style="color:blue;"><strong>1  -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Blitz</strong></mark></summary>

Slår på blitz ved fotografering. Nyttig i mørke omgivelser.

</details>

<details>

<summary><mark style="color:blue;"><strong>2 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Lommelykt</strong></mark></summary>

Slår på kontinuerlig lys. Kan brukes for bedre belysning før og under fotografering.

</details>

<details>

<summary><mark style="color:blue;"><strong>3 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Ta flere bilder</strong></mark></summary>

Tar flere bilder etter hverandre. Nyttig når du skal dokumentere flere detaljer raskt.

</details>

<details>

<summary><mark style="color:blue;"><strong>4 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Rutenett</strong></mark></summary>

Viser hjelpelinjer på skjermen for å gjøre det enklere å ta rette og jevne bilder.

</details>

<details>

<summary><mark style="color:blue;"><strong>5 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Markør</strong></mark></summary>

Åpner redigeringsverktøy der du kan markere bildet med piler, sirkler og former samt legge til tekst.

</details>

<details>

<summary><mark style="color:blue;"><strong>6 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Kameraretning</strong></mark></summary>

Bytter mellom front- og bakkamera, slik at du kan velge hvilken retning du vil ta bilde i.

</details>

<details>

<summary><mark style="color:blue;"><strong>7 -</strong></mark><strong> </strong><mark style="color:$primary;"><strong>Bilder</strong></mark></summary>

Åpner bilder fra enheten, slik at du kan velge bilder som allerede er tatt.

</details>

#### Redigere og markere bilder

Du kan redigere og markere bilder flere steder i appen. For eksempel kan du åpne markering direkte etter at du har tatt et bilde,&#x20;

<div align="left"><figure><img src="/files/RpQNsz2d7Qfj2v62odrM" alt="" width="114"><figcaption></figcaption></figure></div>

eller ved å velge et bilde fra bildesamlingen.

<div align="left"><figure><img src="/files/jkuK7bdjVV1DcslWUYVM" alt="" width="128"><figcaption></figcaption></figure></div>

Når du åpner markering, får du tilgang til flere verktøy som lar deg tydeliggjøre og forklare bildet.

<div align="left"><figure><img src="/files/3wL86YtMFyS2dKzUauh9" alt="" width="330"><figcaption><p>Flytt, tegne, pil, firkant, sirkel, punkt, tekst</p></figcaption></figure></div>

* **Flytt:** Flytt og juster plasseringen av markeringer i bildet
* **Tegne:** Tegn fritt i bildet for å markere områder
* **Pil:** Legg til piler for å peke på viktige detaljer
* **Firkant:** Ram inn områder du vil fremheve
* **Sirkel:** Marker områder for å fremheve detaljer
* **Punkt:** Marker et spesifikt punkt i bildet
* **Tekst:** Legg til korte kommentarer eller beskrivelser direkte på bildet

{% hint style="info" %}
Du kan enkelt angre eller slette markeringer dersom du ønsker å gjøre endringer. Det vises også hjelpetekster i appen som kan veilede deg underveis.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dibbel.no/for-appen/om-appen/kamerafunksjon-i-appen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
