# Camera

> Use the camera to capture and display the scene from a specific viewpoint.

[Camera reference](/unity-studio/develop/gameobjects/camera/camera.md): Edit the camera's properties to change how it captures and displays the scene.
[Change the camera view](/unity-studio/develop/gameobjects/camera/camera-movement.md): Move the camera around the scene to capture different angles.
[Camera Preview panel](/unity-studio/develop/ui-refs/camera-prev.md): View the camera's angle and framing in the Camera Preview panel.


## Additional resources

* [Components](/unity-studio/develop/gameobjects/components/_index.md)
* [Primitives](/unity-studio/develop/gameobjects/primitives.md)
* [GameObjects](/unity-studio/develop/gameobjects/.md)
* [Unity Engine - Cameras](https://docs.unity3d.com/Manual/Cameras.html)
* [Unity Engine - GameObjects](https://docs.unity3d.com/Manual/GameObjects.html)
* [Unity Engine - Components](https://docs.unity3d.com/Manual/Components.html)
