# Vision Events

## 개요

Vision Events는 Roboflow datastore로, 배포된 컴퓨터 비전 모델에서 시각적 정보와 함께 결함 감지나 재고 수량과 같은 중요한 이벤트를 캡처할 수 있습니다. 이를 통해 프로덕션에서 비전 시스템이 관찰하는 모든 것에 대한 검색 가능하고 필터링 가능한 기록을 제공합니다.

## Vision Event란 무엇인가요?

Vision Event는 모델이 이미지를 처리할 때 생성되는 타임스탬프가 포함된 기록입니다. 각 이벤트는 선택적으로 다음을 캡처할 수 있습니다:

* **이미지**: 처리되었고 연결된 출력 이미지의 원본 이미지
* **예측**: 모델이 반환한 객체 탐지, 분류, 인스턴스 세분화 또는 keypoints
* **소스 메타데이터**: 어떤 device, stream 또는 workflow가 이벤트를 생성했는지
* **사용자 정의 메타데이터**: 도메인에 대해 정의한 키-값 쌍(예: `line_number`, `shift`, `part_number`)

프로그램 방식으로 액세스하려면 다음을 참조하세요. [Vision Events API Reference](https://docs.roboflow.com/developer/rest-api/vision-events).

{% embed url="<https://www.youtube.com/watch?v=4HlYG1MacRk>" %}

## 핵심 개념

### 사용 사례

하나의 **사용 사례** 는 공통 목적과 사용자 정의 메타데이터 구조를 공유하는 이벤트를 그룹화합니다. 같은 Use Case의 이벤트는 일반적으로 유사한 메타데이터 필드를 전송하므로, 일관되게 필터링하고 쿼리할 수 있습니다.

예를 들어, "Defect Detection" Use Case에는 항상 다음이 포함될 수 있습니다. `line_id`, `shift`와 `part_number` 이벤트가 여러 공장이나 카메라 위치에서 오더라도 마찬가지입니다. 메타데이터 구조가 근본적으로 다를 때는 별도의 Use Case를 생성하세요(예: "PPE Compliance"는 다음을 추적합니다. `zone` 및 `alert_type` 대신).


---

# 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.roboflow.com/roboflow/roboflow-ko/deploy/vision-events.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.
