> 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/video-streaming-and-sharing/live-streaming/manage-camera-video-quality.md).

# 카메라 비디오 품질 관리

스트리밍 필요에 따라 카메라 영상을 볼 때 이미지 품질을 변경할 수 있습니다. Verkada 카메라는 표준 화질(SQ) 및 고화질(HQ) 스트림을 지원합니다.

* SQ - 이미지 품질이 낮고 대역폭을 더 적게 사용합니다.
* HQ - 이미지 품질이 더 좋고 대역폭을 더 많이 사용합니다.

***

## 전역 기본 비디오 품질 설정

실시간 및 녹화 데이터에 대해 카메라의 기본 비디오 품질을 설정합니다.

#### 실시간 스트림

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 설정을 클릭합니다.**
{% endstep %}

{% step %}
**Default Cloud Live Stream Quality 드롭다운에서 비디오 품질을 선택합니다.**
{% endstep %}
{% endstepper %}

#### 과거 영상

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 설정을 클릭합니다.**
{% endstep %}

{% step %}
**Default History Playback Quality 드롭다운에서 비디오 품질을 선택합니다.**
{% endstep %}
{% endstepper %}

***

## 카메라의 비디오 품질 변경

스트리밍 필요에 가장 잘 맞도록 카메라의 비디오 품질을 일시적으로 변경합니다.

#### 실시간 스트림

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**보려는 카메라를 선택합니다.**
{% endstep %}

{% step %}
**실시간 스트림의 왼쪽 아래에서 SQ/HQ 드롭다운을 클릭하고 필요한 비디오 품질을 선택합니다.**
{% endstep %}
{% endstepper %}

#### 과거 영상

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**보려는 카메라를 선택합니다.**
{% endstep %}

{% step %}
**비디오 플레이어 아래에서 히스토리를 선택합니다.**
{% endstep %}

{% step %}
**보려는 영상의 날짜와 시간을 선택합니다.**
{% endstep %}

{% step %}
**옵션을 클릭합니다.**
{% endstep %}

{% step %}
**비디오 아래에서 필요한 비디오 품질을 선택합니다.**
{% endstep %}
{% endstepper %}

***

## 실시간 피드 비트레이트 비교

비트레이트는 카메라 모델과 SQ 또는 HQ로 스트리밍하는지 여부에 따라 달라집니다. 참조 [비디오용 대역폭 사용량 및 업링크 요구 사항](/verkada-cameras/ko/installation/bandwidth-consumption-uplink-requirements-for-video.md) 모델 및 비디오 품질별 비트레이트 값은 다음을 참조하세요.

***

## 카메라 프레임 속도

대부분의 카메라의 기본 프레임 속도는 24 FPS입니다. 카메라 위치가 다음 국가 중 하나로 설정되어 있으면 프레임 속도는 기본적으로 25 FPS로 설정됩니다.

```
영국
아일랜드
독일
프랑스
러시아
이탈리아
스페인
스위스
네덜란드
벨기에
폴란드
포르투갈
핀란드
터키
이스라엘
호주
뉴질랜드
아르헨티나
자메이카
아르헨티나
남아프리카공화국
이집트
인도
말레이시아
태국
베트남
일본*
```

{% hint style="success" %}
\*일본에는 서로 다른 두 개의 전력망이 있습니다. 카메라가 25 FPS와 호환되는 전력망의 우편번호 지역에 있으면 프레임 속도를 25로 설정합니다. 그렇지 않으면 프레임 속도는 24 FPS로 유지됩니다.
{% endhint %}


---

# 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/video-streaming-and-sharing/live-streaming/manage-camera-video-quality.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.
