> For the complete documentation index, see [llms.txt](https://docs.vioso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vioso.com/preparation/network/camera-network.md).

# camera network

VIOSO camera kits consists of computer vision cameras, typically using IP networks as interface. We recommend to use a dedicated network to connect cameras with the PC running VIOSO.

Using a dedicated network for VIOSO camera kits or other IP cameras offers several benefits:

#### 1. Bandwidth Management:

IP cameras often have high bandwidth requirements, especially when streaming high-resolution video. By using a dedicated network, you ensure that the camera traffic does not interfere with other applications sharing the same network. This helps maintain consistent performance for both the cameras and other networked devices.

#### 2. Firewall and Security Settings:

With a dedicated network, you can configure network settings, including firewalls and security settings, specifically tailored to the needs of the cameras. This allows you to optimize network performance by adjusting settings that might otherwise restrict bandwidth or communication. For example, you may choose to disable certain firewall rules or security protocols that could otherwise limit the camera's ability to transmit data efficiently.

#### 3. Increased Network Bandwidth:

By isolating the IP cameras on a dedicated network, you can potentially increase available network bandwidth for camera-related tasks. This is especially beneficial for scenarios where multiple cameras are streaming simultaneously or where high-resolution video streams are being transmitted. Turning off unnecessary network features and optimizing settings specifically for camera traffic can help maximize available bandwidth.

#### Recommendations:

* **Fixed IPs**: Setting up a network with fixed IP addresses is mandatory to use IP based computer vision cameras.
* **Avoid Routers and Managed Switches**: Directly connecting cameras to the network interface of VIOSO servers or workstations, or using dedicated unmanaged switches, simplifies the network topology and minimizes potential points of failure or configuration complexity. This streamlined approach can enhance network reliability and ease troubleshooting.

By implementing a dedicated network for VIOSO camera kits or other IP cameras, organizations can optimize network performance, ensure reliable communication, and simplify network management and configuration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vioso.com/preparation/network/camera-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
