> ## Documentation Index
> Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CameraModel

> Supported camera models

```python theme={null}
from grid_types import CameraModel
```

Supported camera models.

Defines the mathematical models used for camera projection and
distortion correction.

## Members

* `CameraModel.PINHOLE` = `'pinhole'`
* `CameraModel.FISHEYE` = `'fisheye'`


## Related topics

- [Camera Calibration](/deployment/camera-calibration.md)
- [contact-graspnet](/models/cortex/contact-graspnet.md)
- [Sensors](/simulation/isaac/sensors.md)
- [metric3d](/models/cortex/metric3d.md)
- [Your first skill](/get-started/first-skill.md)
