# ArchViz Camera

This is a specialized camera used for an architectural visulization view. You can use this camera as an ordinary camera when setting `EnableCorrection` to false.

You should tweak the `PerspectiveStrength` value to adjust the strength for two-point perspective.

If you want to customize this class, inherit and modify [EArchVizCameraComponent](/manuals-of-ccs/camera-components/miscellaneous/archviz-camera-component.md).

Reference [ArchViz Camera](/manuals-of-ccs/advanced-uses/archviz-camera.md) for more information.


---

# Agent Instructions: 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:

```
GET https://sulleyyys-organization.gitbook.io/manuals-of-ccs/camera-components/miscellaneous/archviz-camera.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
