> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ko/getting-started/verkada.md).

# Verkada 비디오 보안을 위한 클라이언트 시스템 요구 사항

웹 브라우저에서 Verkada Command를 사용하는 데스크톱 PC의 성능 고려 사항을 이해하세요

동영상 재생은 시스템 리소스를 많이 사용할 수 있습니다. Verkada는 실제 사용 지표와 다양한 기기에서의 테스트를 통해 원활하고 안정적인 사용 경험을 보장하기 위한 권장 시스템 사양 목록을 마련했습니다.

다음 조건에서의 성능은 이 범주로 구분됩니다:

* **최소:** 일반 재생 속도의 카메라 1대
* **권장:** 일반 재생 속도의 카메라 여러 대
* **성능:** 더 높은 재생 속도의 카메라 여러 대

***

## 시스템 요구 사항

### Windows PC

| 항목           | 최소                                     | 권장                                        | 성능                       |
| ------------ | -------------------------------------- | ----------------------------------------- | ------------------------ |
| **프로세서**     | Intel 12세대 또는 13세대 Core 프로세서(-U 모델 제외) | Intel 12세대 또는 13세대 Core 프로세서(-U 모델 제외) 이상 | Intel Core Ultra 프로세서 이상 |
| **운영 체제**    | Windows 11 25H2                        | 최신 Windows 업데이트                           | 최신 Windows 업데이트          |
| **RAM**      | 8GB                                    | 16GB 이상                                   | 16GB 이상                  |
| **그래픽 프로세서** | Intel UHD 770 그래픽                      | Intel Arc 그래픽 이상                          | 별도 GPU                   |

### Apple 컴퓨터

Verkada는 여러 세대의 Apple Silicon 프로세서와 MacBook Neo를 포함한 다양한 Apple 컴퓨터에서 성능을 검증했습니다.&#x20;

| 항목        | 최소            | 권장                 | 성능                 |
| --------- | ------------- | ------------------ | ------------------ |
| **프로세서**  | Apple A18 Pro | Apple Silicon 프로세서 | Apple Silicon 프로세서 |
| **운영 체제** | 최신 macOS      | 최신 macOS           | 최신 macOS           |
| **RAM**   | 8GB           | 16GB 이상            | 16GB 초과            |

***

## 최적의 성능을 위한 사용 습관

* 최적의 품질과 더 낮은 리소스 요구량을 위해 Verkada는 사용자가 카메라 설정 페이지에서 HEVC 재생을 활성화하고 호환되는 웹 브라우저를 사용할 것을 권장합니다. Windows 사용자는 Microsoft의 [HEVC Video Extension 플러그인](https://apps.microsoft.com/detail/9nmzlz57r3t7?hl=en-US\&gl=US) 을 설치하여 Microsoft Edge에서 HEVC 재생을 활성화해야 할 수 있습니다.
* Verkada는 성능 및 보안상의 이유로 사용자가 운영 체제와 브라우저를 최신 버전으로 유지할 것을 권장합니다.
* 많은 기기에서 일반 재생 속도의 여러 스트림을 무난히 처리합니다. 성능 제한은 더 높은 재생 속도와 잦은 탐색 시 더 두드러질 수 있습니다.&#x20;


---

# 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://help.verkada.com/verkada-cameras/ko/getting-started/verkada.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.
