# Camera

Small class which hold info about the camera

****

- Full class name: `Kirby\Image\Camera`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Image/Camera.php#L16>

****

### Camera

- [new Camera()](https://getkirby.com/docs/reference/objects/image/camera/__construct.md)
- [$camera->__debugInfo()](https://getkirby.com/docs/reference/objects/image/camera/__debug-info.md)
- [$camera->__toString()](https://getkirby.com/docs/reference/objects/image/camera/__to-string.md)
- [$camera->make()](https://getkirby.com/docs/reference/objects/image/camera/make.md)
- [$camera->model()](https://getkirby.com/docs/reference/objects/image/camera/model.md)
- [$camera->toArray()](https://getkirby.com/docs/reference/objects/image/camera/to-array.md)