# Cameras

IDCamPro can connect to one or more cameras or image sources at the same time. Supported sources are:

* Axis or Hikvision camera, using either H.264 streams or MJPEG (the later is recommended as usually image qualitiy for stills is better but there is more network load))
* Local webcams (USB or integrated)
* HDMI or SDI via Blackmagic Design Decklink devices
* NDI sources

<figure><img src="https://dbnetsoft.github.io/IDCamProDocumentation/configuration/cameras/images/overview.png" alt=""><figcaption></figcaption></figure>

### Global Settings <a href="#global-settings" id="global-settings"></a>

| Key                       | Explanation                                                                                                                                                                                                                                            |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Buffer Time               | Frames will be stored in a buffer for this given amount of time. Triggers or passings are always received a little delayed, therefore then a recording is triggered frames from the buffer will also be recorded to allow more frames before the event |
| Manual Recording Duration | When pressing `F8` a trigger is simulated. The time of the recording is defined with this value                                                                                                                                                        |

### Per-Camera Settings <a href="#per-camera-settings" id="per-camera-settings"></a>

| Key        | Explanation                                                                                                                                                                                                                                                                                                  |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Time Shift | Frames from cameras are most likely a little delayed, also your computer time may not be well synchronized. In order to shift frames and finish crossings better to the matching trigger or passing, you can play around with the time shift. This way the image's received timestamp is shifted accordingly |


---

# 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://docs.dbnetsoft.com/dbnetsoft/idcampro/configuration/cameras.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.
