> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/device-manager/camera-management.md).

# Camera 관리

### 메뉴 위치

* `애플리케이션` > `Device Manager` > `Camera`

***

### Camera 관리에서 할 수 있는 일

* 등록된 카메라 목록 확인
* 신규 카메라 등록
* 카메라 유형별 설정 정보 입력
* 스트림 연결에 필요한 정보 점검
* 테스트용 Demo Camera 생성
* 기존 카메라 정보 수정 또는 상태 확인

***

### 지원하는 카메라 유형

* `IP Camera`
* `PTZ Camera`
* `Fisheye Lens Camera`
* `Demo Camera`

***

### 일반 카메라 등록

일반 카메라는 RTSP 접속 정보를 입력해 등록합니다.

#### 입력 항목

* `Device Type`: 카메라 유형을 선택합니다.
* `Device Name`: 운영 화면에서 구분할 이름을 입력합니다.
* `IP Address`: 카메라 장비의 IP 주소를 입력합니다.
* `Port`: 스트림 접속에 사용하는 포트를 입력합니다.
* `URL`: RTSP 경로에 사용하는 URL 정보를 입력합니다.
* `ID`: 카메라 인증이 필요한 경우 입력합니다.
* `Password`: 카메라 인증이 필요한 경우 입력합니다.

#### 등록 방법

1. `Camera` 페이지에서 카메라 추가를 실행합니다.
2. `Device Type`에서 카메라 유형을 선택합니다.
3. `Device Name`, `IP Address`, `Port`, `URL`을 입력합니다.
4. 인증이 필요한 카메라라면 `ID`, `Password`도 함께 입력합니다.
5. 입력을 마친 뒤 `추가`를 클릭합니다.

#### 알아두면 좋은 점

* 일반 카메라는 입력한 IP, Port, URL, 계정 정보를 기준으로 RTSP 스트림에 연결합니다.
* ID와 Password는 계정 정보가 등록된 카메라일 때만 입력하면 됩니다.
* 입력 정보가 실제 장비 설정과 다르면 카메라 연결이나 영상 수신이 정상적으로 이루어지지 않을 수 있습니다.

***

### Demo Camera 등록

Demo Camera는 실제 카메라 장비 대신 mp4 파일을 업로드해 가상의 카메라처럼 사용하는 기능입니다. 테스트나 시연 환경에서 자주 사용합니다.

#### 입력 항목

* `Device Type`: `Demo Camera`를 선택합니다.
* `Device Name`: 가상 카메라 이름을 입력합니다.
* `Description`: 필요하면 설명을 입력합니다.
* `Video File Upload(.mp4)`: 업로드할 mp4 파일을 선택합니다.

#### 등록 방법

1. 카메라 추가 화면에서 `Device Type`을 `Demo Camera`로 선택합니다.
2. `Device Name`을 입력합니다.
3. 필요하면 `Description`을 입력합니다.
4. `Upload` 버튼으로 mp4 파일을 올립니다.
5. 업로드가 완료되면 `추가`를 클릭합니다.

#### 알아두면 좋은 점

* Demo Camera는 업로드한 영상 파일을 반복 재생해 테스트용 카메라처럼 동작합니다.
* 업로드 가능한 파일 형식은 `mp4`입니다.
* 실제 카메라 장비가 없는 환경에서 기능 확인이나 시연을 준비할 때 유용합니다.

***

### 함께 보면 좋은 앱

* `Multi Cam`: 등록된 카메라 영상을 함께 확인할 수 있습니다.
* `AI Event`: 카메라 기반 이벤트를 운영할 때 함께 확인할 수 있습니다.
* `AI RTLS`: 카메라를 기반으로 위치추적 환경을 구성할 때 함께 확인할 수 있습니다.

***

### 참고해 주세요

* 카메라 등록 정보가 바뀌면 이를 사용하는 애플리케이션에서도 연결 상태를 함께 확인해 주세요.
* 테스트 목적이라면 Demo Camera를 먼저 사용해 영상 흐름을 확인한 뒤 실제 카메라를 연결하는 것이 편리합니다.


---

# 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://or-orbro-guide.gitbook.io/orbro-guide/device-manager/camera-management.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.
