Go to documentation repository
...
버튼을 클릭한 후 사람의 크기를 지정하세요 (4). 사각형 영역의 앵커 포인트를 드래그하여 설정할 수 있습니다. 또는 사람 크기 입력란(9)에 프레임 면적 대비 사람 주변 사각형 면적의 백분율 값을 직접 입력하여 수동으로 지정할 수도 있습니다. 사람 크기 계산 시에는 원본 비디오 스트림이 아닌 압축된 프레임 크기를 기준으로 한다는 점을 유의하세요 (7). 값은 1에서 75 사이여야 합니다.
Note | ||
---|---|---|
| ||
사람 크기를 지정할 때는 프레임 내 사람 크기 요구 사항을 고려하세요. |
기본적으로 분석 중에는 프레임이 지정된 크기로 압축됩니다 (7, 기본 크기는 큰 쪽 기준 640픽셀). 값은 [640; 10000] 범위 내여야 합니다. 다음 알고리즘이 적용됩니다:
결과 해상도가 여전히 지정된 값보다 크면, 지정 값 이하가 될 때까지 계속 절반으로 줄여집니다
By default, during analysis the frame is compressed to the specified size (7, the default size is 640 pixels on the larger side). The value should be in the range [640; 10000]. The following algorithm is used:
If the resulting resolution is still greater than the specified one, then it is divided in half until it becomes less.
Info | ||
---|---|---|
| ||
For example, the original video image resolution is 2048*1536, the specified value is 1000. In this case, the original resolution will be halved 2 times (512*384), because after the first division, the value on the larger side of the frame will be greater than the specified value (1024 > 1000). If detection is performed on a higher resolution stream and detection errors occur, it is recommended to reduce the compression. |
예를 들어, 원본 비디오 해상도가 2048*1536이고 지정된 값이 1000인 경우, 프레임의 큰 쪽 값(2048)은 두 번 반으로 줄여져 512*384가 됩니다. 이는 첫 번째 분할 후에도 큰 쪽 해상도(1024)가 여전히 지정값(1000)보다 크기 때문입니다. |
By default, the detection tool generates the Camera. Visitor access in the direction of "Entrance" and Camera. Visitor access in the direction of "Exit" events. If you also want to count visitors at the facility, and it is necessary to trigger an alarm when the threshold value is exceeded, do the following:
Select Yes for the People indoor counter parameter (11).
...