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

# CameraConfigUpdateSchema

# CameraConfigUpdateSchema

Schema for updating camera configuration.

## Properties

| Name             | Type    | Description | Notes                           |
| ---------------- | ------- | ----------- | ------------------------------- |
| **camera\_id**   | **str** |             | \[optional]                     |
| **source**       | **str** |             | \[optional]                     |
| **fps**          | **int** |             | \[optional] \[default to 10]    |
| **resolution**   | **str** |             | \[optional] \[default to 'VGA'] |
| **camera\_type** | **str** |             | \[optional] \[default to 'cv2'] |
