> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/de/anleitungen/change-camera-angles.md).

# Kamerawinkel ändern

<figure><img src="/files/1e9015b93d5725ab9df338ac89c91bbb12b22eda" alt=""><figcaption></figcaption></figure>

Beginnen Sie mit dem Hochladen oder Generieren einer Figur, eines Objekts oder einer Szene.

<figure><img src="/files/719b1488980dcc32185b2e3c25c7b6f57e2b3d09" alt=""><figcaption></figcaption></figure>

Wählen Sie Ihr Bild aus und beschreiben Sie dann in der Prompt-Leiste den gewünschten Kamerawinkel. Seien Sie möglichst spezifisch in Bezug auf Position, Bildausschnitt und Ausrichtung, um die genauesten Ergebnisse zu erhalten.

<figure><img src="/files/fdb5d9f67b6f69b14aeb985579d271f91b743570" alt=""><figcaption></figcaption></figure>

Beispiel-Prompt: „Rückenaufnahme des Bären, halte den Abstand gleich.“

Dadurch wurde eine nach hinten gerichtete Version der Figur erzeugt, wobei ihre Proportionen und ihr visueller Stil beibehalten wurden.

<figure><img src="/files/079b59b98a5932197b4ddd0041029c6f635bb132" alt=""><figcaption></figcaption></figure>

Beispiel-Prompt: „Schwenkaufnahme des Bären von der linken Seite.“

Dadurch entstand eine Seitenansicht des Bären von links, die den gewünschten Schwenk präzise widerspiegelt.

<figure><img src="/files/7838a2ce686ec9389b67ab321068877baff8de90" alt=""><figcaption></figcaption></figure>

Beispiel-Prompt: „Aufsicht von oben auf den Bären.“

<figure><img src="/files/e12a165ad7843ef82257aa45f3d8adceb0710c32" alt=""><figcaption></figcaption></figure>

Verwenden Sie einfache Prompts, um verschiedene Kamerawinkel für jede beliebige Figur, jedes Objekt oder jede Szene zu erstellen. Kein Neuzeichnen oder manuelles Umposieren erforderlich.

**Probieren Sie Prompts wie:**

* Schwenkaufnahme des Bären von links
* Aufsicht auf den Bären
* Dramatische Aufnahme aus der Froschperspektive
* Produktansicht von oben
* Nahaufnahme des Profils der Figur

Das ist perfekt für Charakter-Turnarounds, Sprite-Sheets, Storyboards für Szenen mit mehreren Einstellungen, Produkt-Mockups und Werbevarianten.

{% hint style="info" %}
**Profi-Tipp:**

Seien Sie konkret in Bezug auf Richtung (links, oben, hinten), Bildausschnitt und visuelle Kontinuität (wie Beleuchtung, Abstand und Stil), um die genauesten Ergebnisse zu erhalten.
{% endhint %}

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie uns an [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/de/anleitungen/change-camera-angles.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.
