> 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/zh/cao-zuo-zhi-nan/change-camera-angles.md).

# 更改镜头角度

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

先上传或生成一个角色、物体或场景。

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

选择你的图片，然后在提示栏中描述你想要的镜头角度。尽可能具体地说明位置、构图和朝向，以获得最准确的结果。

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

示例提示：“熊的背面镜头，保持距离不变。”

这生成了该角色的背面版本，并保留了其比例和视觉风格。

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

示例提示：“熊的左侧摇摄镜头。”

这生成了熊从左侧看的侧面视角，准确反映了所请求的摇摄。

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

示例提示：“从上方俯视熊的镜头。”

<figure><img src="/files/6cd469bfce12d5d5fe6ea9f8f2ecf869cb4c6a89" alt=""><figcaption></figcaption></figure>

使用简单的提示，为任何角色、物体或场景创建不同的镜头角度。无需重新绘制或手动调整姿势。

**可尝试如下提示：**

* 熊的左侧摇摄镜头
* 熊的俯拍镜头
* 低角度戏剧性镜头
* 产品俯视图
* 角色的特写侧面轮廓

这非常适合角色转面图、精灵表、分镜多镜头场景、产品样机和广告变体。

{% hint style="info" %}
**专业提示：**

请明确说明方向（左侧、上方、后方）、构图和视觉连贯性（如光线、距离和风格），以获得最准确的结果。
{% endhint %}

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/zh/cao-zuo-zhi-nan/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.
