# FRAME\_CAPTURE

`CameraFrameCaptureStep` is a pipeline step that specifies an input that's taken from a camera feed.

| Configs   | Descriptions                                                                                                                                                                                                 |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| camera    | ID of the camera from which the input is taken from. Each system cameras is assigned an ID, which is usually 0 for the first device, 1 for the second and so on. Default value is `0` which is first device. |
| width     | Width of the incoming image frame. This will scale the original resolution width to the specified value. Default is set to `640`.                                                                            |
| height    | Height of the incoming image frame. This will scale the original resolution height to the specified value. Default is set to `480`.                                                                          |
| outputKey | Name of the output key that will contain and carry the image frame data to the later pipeline steps. Default is `image`.                                                                                     |


---

# 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://serving.konduit.ai/references/pipeline-steps/camera_frame_capture.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.
