2017년 11월 16일 목요일

Digital Camera Basics

원본: Link

Overview
Digital cameras have become increasingly popular for use in machine vision systems thanks to their accuracy, high frame rates, large image sizes, and the ability to change attributes of the camera programmatically. This document describes the basic concepts of digital cameras and how they interact with IMAQ hardware and NI-IMAQ software.
디지털 카메라는 정확성, 높은 프레임 속도, 큰 이미지 크기 및 카메라 속성을 프로그래밍 으로 변경 가능 하기 때문에 머신 비전 시스템에 널리 사용됩니다. 이 문서는 디지털 카메라의 기본 개념과 IMAQ 하드웨어 및 NI-IMAQ 소프트웨어와 상호 작용하는 방법을 설명합니다.

Table of Contents

  1. Anatomy
  2. Taps
  3. Camera Communication
  4. Signal Types


1. Anatomy
The three most important types of digital signals that come out of a digital camera are the data lines, the pixel clock, and the enable lines.
디지털 카메라에서 나오는 가장 중요한 세 가지 유형의 디지털 신호는 데이터 라인, 픽셀 클럭 및 인 에이블 라인입니다.

  • The Data Lines are parallel wires that carry digital signals that correspond to pixel values. Digital cameras typically represent one pixel with 8 bits, 10 bits, 12 bits or even 14 bits. Therefore, it takes 8, 10, 12, or 14 digital lines to represent one pixel. The number of lines per pixel is referred to as the pixel depth. All image data is transferred to an image acquisition device on these lines at the same time, and is constantly toggling up and down.
  • 데이터 라인은 픽셀 값에 해당하는 디지털 신호를 전달하는 병렬 와이어입니다. 디지털 카메라는 일반적으로 8 비트, 10 비트, 12 비트 또는 심지어 14 비트의 (1개)픽셀을 나타냅니다. 따라서 하나의 픽셀을 표현하는 데 8, 10, 12 또는 14 개의 디지털 라인이 필요합니다. 픽셀 당 라인 수를 픽셀 깊이(pixel depth)라고합니다. 모든 이미지 데이터는 동시에 이 라인의 이미지 수집 장치로 전송되며 끊임없이 위아래로 전환됩니다.
  • The Pixel Clock is a high frequency pulse train that determines when the data lines have valid data. On the active edge of the pixel clock (which can be either the rising edge or the falling edge, depending on the camera), the digital lines should all have a constant value that is input into the image acquisition device, which latches in the data. The data changes to the next pixel value before the next active edge of the pixel clock, so that the next pixel value will get latched into the image acquisition device. The pixel clock frequency determines the rate pixels are acquired.
  • 픽셀 클록 (Pixel Clock)은 데이터 라인에 유효한 데이터가있을 때를 결정하는 고주파 펄스 트레인입니다. 픽셀 클럭의 활성 에지 (카메라에 따라 상승 에지 또는 하강 에지 중 하나 일 수 있음)에서 디지털 라인은 모두 이미지 수집 장치에 입력되는 일정한 값을 가져야하며, 이는 데이터를 래치합니다 . 다음 픽셀 값이 이미지 획득 장치에 래치되도록 데이터는 픽셀 클럭의 다음 활성 에지 전에 다음 픽셀 값으로 변경됩니다. 픽셀 클럭 주파수는 픽셀이 획득되는 속도를 결정합니다.
  • The Enable Lines are used to determine where the pixels are located in the image. The H-Enable (also referred to as the HSYNC or Line Enable signal) is active while an entire row of pixels is coming in. At the end of that row of pixels, the H-Enable goes inactive until the beginning of the next row of pixels begins. Another signal, the V-Enable (also referred to as the VSYNC or Frame Enable signal), is active during the entire frame. After one frame is done, the signal goes inactive until the beginning of the next frame. Enable signals can be either active high or active low. Some cameras' Enable Lines are edge-sensitive instead of level-sensitive, meaning that they use the rising edge of timing signals rather than the level. and National Instruments image acquisition devices are designed to work with level-sensitive enable lines and edge-sensitive pixel clocks.
  • 라인 사용은 이미지의 픽셀 위치를 결정하는 데 사용됩니다. H-enable (HSYNC 또는 라인 인 에이블 신호라고도 함)은 픽셀의 전체 행이 들어오는 동안 활성화됩니다. 픽셀 행의 끝에서 H- enable는 다음 행의 시작 때까지 비활성 상태가됩니다 픽셀이 시작됩니다. 또 다른 신호 인 V-Enable (VSYNC 또는 프레임 인 에이블 신호라고도 함)은 전체 프레임 동안 활성화됩니다. 한 프레임이 끝나면 신호는 다음 프레임이 시작될 때까지 비활성 상태가됩니다. 인 에이블 신호는 액티브 하이 또는 액티브 로우 일 수 있습니다. 일부 카메라의 인 에이블 라인은 레벨에 민감하지 않고 경계에 민감합니다. 즉, 레벨보다는 타이밍 신호의 상승 에지를 사용합니다. 내쇼날 인스트루먼트의 이미지 수집 디바이스는 레벨에 민감한 인 에이블 라인 및 에지 감지 픽셀 클럭과 함께 작동하도록 설계되었습니다.

Most digital cameras use a CCD (Charge Coupled Device) sensor to acquire images. The CCD is composed of thousands of small sensors that absorb photons while the shutter is open and build up an electrical charge. When the camera takes a picture, it discharges the CCD elements and converts the voltages into digital data in the camera. The CCD elements form a square or line with each element corresponding to a pixel.
There are two major classes of cameras -- Line Scan and Area Scan. Line Scan cameras use a single row of CCD elements. Also, since there are only lines, Line Scan cameras only require the H-Enable signal. Area Scan cameras feature frames with a defined width and height and use both the H-Enable and V-Enable signals to construct their frames. Below is an image of these two types of cameras with the enable signals and pixel clock. The following figure represents the enable signals and pixel clock signals for Line Scan and Area Scan cameras. Note that the data lines in the figure may change between each active edge of the pixel clock. The data on the lines during the active edge of the pixel clock, when the H-Enable and V-Enable signals are active, will be latched into the image acquisition device.
대부분의 디지털 카메라는 CCD (Charge Coupled Device) 센서를 사용하여 이미지를 수집합니다. CCD는 셔터가 열려있는 동안 광자를 흡수하는 작은 센서로 구성되어 있으며 전기를 충전합니다. 카메라가 사진을 찍으면 CCD 요소를 방전하고 카메라의 전압을 디지털 데이터로 변환합니다. CCD 요소는 각 요소가 픽셀에 해당하는 사각형 또는 선을 형성합니다.
라인 스캔과 영역 스캔의 두 가지 주요 클래스가 있습니다. 라인 스캔 카메라는 CCD 요소의 단일 행을 사용합니다. 또한 회선 만 있기 때문에 라인 스캔 카메라는 H-Enable 신호 만 필요합니다. Area Scan 카메라는 정의 된 너비와 높이의 프레임을 특징으로하며 H-Enable 및 V-Enable 신호를 사용하여 프레임을 구성합니다. 아래는 이네 이블 신호와 픽셀 클록이있는이 두 종류의 카메라의 이미지입니다. 다음 그림은 라인 스캔 및 영역 스캔 카메라의 인 에이블 신호 및 픽셀 클록 신호를 나타냅니다. 그림의 데이터 라인은 픽셀 클록의 각 활성 에지 사이에서 변경 될 수 있습니다. H-Enable 및 V-Enable 신호가 활성화 될 때 픽셀 클럭의 활성 에지 동안 라인의 데이터가 이미지 수집 장치에 래치됩니다.
Figure 2. Area Scan camera that is 12 x 4 (12 pixels per line and 4 lines per frame)

2. Taps
Increasing the speed of a digital camera's pixel clock or acquiring more than one pixel at a time can greatly increase the camera's acquisition speed. A camera that latches only one pixel on the active edge of the pixel clock is known as a single tap camera. A tap, or channel, is defined as a group of data lines that bring in one pixel each. Some cameras have multiple pixels on separate data lines that are all available on the same active edge of the pixel clock. These cameras are called multi-tap cameras, and digital cameras are available with as many as 4 taps. This technique requires more data lines, but allows for faster transfers.
디지털 카메라의 픽셀 클럭 속도를 높이거나 한 번에 두 개 이상의 픽셀을 획득하면 카메라의 획득 속도가 크게 높아질 수 있습니다. 픽셀 클럭의 활성 에지에서 하나의 픽셀 만 래치하는 카메라를 단일 탭 카메라라고합니다. 탭 또는 채널은 각각 하나의 픽셀을 가져 오는 데이터 라인 그룹으로 정의됩니다. 일부 카메라에는 픽셀 클럭의 동일한 활성 에지에서 사용할 수있는 별도의 데이터 라인에 여러 개의 픽셀이 있습니다. 이 카메라를 멀티탭 카메라라고하며 디지털 카메라는 최대 4 번까지 사용할 수 있습니다. 이 기술은 더 많은 데이터 회선을 필요로하지만 더 빠른 전송을 허용합니다.

The IMAQ 1422 Series devices features 16 digital lines, and the IMAQ 1424 Series devices features 32 digital lines. Therefore, an IMAQ 1422 device can support cameras with one 16- bit tap or two 8-bit taps, and an IMAQ 1424 device can handle a single 32-bit tap, two 16-bit taps, or four 8-bit taps. IMAQ devices require a tap to be a multiple of 8 bits, so that even if a camera only has 10 bits per pixel, the device will require a tap of 16 bits to handle the data and ignore the upper 6 bits.
IMAQ 1422 시리즈 디바이스에는 16 개의 디지털 라인이 있으며 IMAQ 1424 시리즈 디바이스에는 32 개의 디지털 라인이 있습니다. 따라서 IMAQ 1422 장치는 하나의 16 비트 탭 또는 두 개의 8 비트 탭이있는 카메라를 지원할 수 있으며 IMAQ 1424 장치는 단일 32 비트 탭, 두 개의 16 비트 탭 또는 네 개의 8 비트 탭을 처리 할 수 ​​있습니다. IMAQ 디바이스는 탭이 8 비트의 배수가되어야하므로 카메라가 픽셀 당 10 비트 만 가지고 있어도 디바이스는 데이터를 처리하고 상위 6 비트를 무시하기 위해 16 비트의 탭이 필요합니다.

There are several different configurations multi-tap cameras use to store data. A single tap camera stores data beginning with the top left pixel and moves to the right before moving down to the next line, continuing in this manner until the last line is completed for that frame. The camera then starts acquiring the pixels at the top of the next frame. The following figures illustrate different storage configurations used by multi-tap cameras.
다중 탭 카메라가 데이터를 저장하는 데 사용하는 여러 가지 구성이 있습니다. 단일 탭 카메라는 왼쪽 상단 픽셀로 시작하는 데이터를 저장하고 오른쪽으로 이동하여 다음 줄로 이동 한 다음 마지막 줄이 해당 프레임에 대해 완료 될 때까지이 방식으로 계속됩니다. 그러면 카메라는 다음 프레임의 상단에서 픽셀 획득을 시작합니다. 다음 그림은 멀티탭 카메라에서 사용되는 다양한 스토리지 구성을 보여줍니다.
Figure 3. Tap illustration

3. Camera Communication
Digital cameras often allow you to change their functionality through serial commands or control signals. You can modify camera attributes through Measurement & Automation Explorer (MAX) by right-clicking on the camera, selecting Properties, and clicking on the Advanced tab. You can view and change all of your camera's properties on this tab. You can also access these properties programmatically using the function imgSetCameraAttributeString or the IMAQ Set Camera Attribute VI in LabVIEW.

Note: Be sure to check for the correct spelling and attribute order when you are setting your camera properties. Always set higher-level attributes first(i.e. before changing the Pulse Width, set the Shutter Control and Shutter Speed to the correct settings.)
지털 카메라는 종종 직렬 명령이나 제어 신호를 통해 기능을 변경할 수 있도록합니다. 카메라를 마우스 오른쪽 버튼으로 클릭하고 속성을 선택한 다음 고급 탭을 클릭하여 MAX (Measurement & Automation Explorer)를 통해 카메라 속성을 수정할 수 있습니다. 이 탭에서 카메라의 모든 속성을보고 변경할 수 있습니다. 또한 LabVIEW의 imgSetCameraAttributeString 또는 IMAQ Set Camera Attribute VI 함수를 사용하여 프로그래밍 방식으로 이러한 프로퍼티에 접근 할 수 있습니다.

참고 : 카메라 속성을 설정할 때 정확한 철자 및 속성 순서를 확인하십시오. 항상 높은 수준의 속성을 설정하십시오 (예 : 펄스 폭을 변경하기 전에 셔터 제어 및 셔터 속도를 올바른 설정으로 변경하십시오).

Serial Commands 
Digital cameras are controlled using either serial commands or control pulses. These methods use the same VIs or function calls. NI-IMAQ and your camera's camera file manage the serial commands and control pulses as required by your camera. The IMAQ 1422 and 1424 Series devices feature a UART chip designed for serial communication with digital cameras. The high-level commands called with the Camera Attribute functions allow you to set these properties without explicit knowledge of the low-level commands. The camera file also makes the use of serial commands and control pulses transparent.
직렬 명령
디지털 카메라는 직렬 명령 또는 제어 펄스를 사용하여 제어됩니다. 이 메소드는 동일한 VI 또는 함수 호출을 사용합니다. NI-IMAQ와 카메라의 카메라 파일은 카메라가 요구하는대로 직렬 명령과 제어 펄스를 관리합니다. IMAQ 1422 및 1424 시리즈 디바이스는 디지털 카메라와의 직렬 통신을 위해 설계된 UART 칩을 특징으로합니다. 카메라 속성 기능으로 호출 된 고급 명령을 사용하면 하위 수준의 명령에 대한 지식 없이도 이러한 속성을 설정할 수 있습니다. 카메라 파일은 또한 직렬 명령과 제어 펄스를 투명하게 사용합니다.

Control Pulses
Another method for controlling the camera is to send digital control pulses. Exposure time is a good example of an attribute that may be controlled with control signals. Some cameras may expect a rising edge before they open the shutter and the shutter stays open until the signal has a falling edge. As soon as the falling edge occurs, the shutter closes and the camera begins transferring the digital data to the image acquisition device. The length of the control pulse determines the shutter time, while the control pulse frequency determines the frame rate.
제어 펄스
카메라를 제어하는 ​​또 다른 방법은 디지털 제어 펄스를 보내는 것입니다. 노출 시간은 제어 신호로 제어 할 수있는 속성의 좋은 예입니다. 일부 카메라는 셔터를 열기 전에 상승 에지를 기대할 수 있으며 신호가 하강 에지에 도달 할 때까지 셔터는 열린 상태를 유지합니다. 하강 에지가 발생하면 셔터가 닫히고 카메라가 디지털 데이터를 이미지 수집 장치로 전송하기 시작합니다. 제어 펄스의 길이는 셔터 시간을 결정하는 반면, 제어 펄스 주파수는 프레임 속도를 결정합니다.

Note: You can set the shutter with serial commands, control pulses, or both. See your camera documentation for more information on which method your camera uses. 
참고 : 직렬 명령, 제어 펄스 또는 두 가지 모두로 셔터를 설정할 수 있습니다. 카메라가 사용하는 방법에 대한 자세한 내용은 카메라 설명서를 참조하십시오.

* Pixel Clock: 8bit(색의 종류에 따라 14bit 까지 가능?)로 이루어짐 하나의 픽셀을 나타낸다(역이서 1나의 픽셀은 한가지 색을 의미하는 것 같다)
3가지 색을 가진 Pixel 이라면 3개의 Pixel 클럭이 있어야 하나의 Pixel 을 나타낼 수 있다?
그러면 3Pixel 클럭이 가로 길이만큼 있으면 hsync, 가로 X 세로 만큼 있으면 vsync

Image Change
Some properties change how the image is formatted. These changes can cause timeout errors. For example, if you are expecting a 1000 x 1000 image, and you change an attribute that changes the image size to 500 x 500, NI-IMAQ will continue to look for a 1000 x 1000 image, resulting in the error message.
일부 속성은 이미지 서식을 변경합니다. 이러한 변경으로 인해 시간 초과 오류가 발생할 수 있습니다. 예를 들어, 1000 x 1000 이미지가 필요하고 이미지 크기를 500 x 500로 변경하는 속성을 변경하면 NI-IMAQ는 계속해서 1000 x 1000 이미지를 찾아 오류 메시지를 표시합니다.

A common example of an attribute that changes the images size is the binning attribute. Binning is a method of combining the charge of two consecutive pixels and returning a single pixel value with a greater charge, producing a smaller, brighter image. Since this attribute affects the image, make sure your window is reduced appropriately so that the reduced image size does not cause an error. While camera attribute functions send the serial command or control pulse and notify NI-IMAQ of the attribute change, you must still change the acquisition size.
이미지 크기를 변경하는 속성의 공통적 인 예는 binning 속성입니다. Binning은 두 개의 연속 픽셀의 전하를 결합하고 단일 픽셀 값을 더 큰 전하로 반환하여 더 작고 밝은 이미지를 생성하는 방법입니다. 이 속성은 이미지에 영향을 미치므로 축소 된 이미지 크기로 인해 오류가 발생하지 않도록 창을 적절하게 축소해야합니다. 카메라 속성 함수가 시리얼 명령 또는 제어 펄스를 전송하고 NI-IMAQ에 속성 변경을 알리는 동안, 여전히 획득 크기를 변경해야합니다.

Note: If the cable coming from the image acquisition device does not have the serial lines connected (often because the serial lines are housed in the power connector of the camera), change the window size to fit the image and then send the serial command using your operating system's COM port.
참고 : 이미지 수집 장치에서 나오는 케이블에 직렬 회선이 연결되어 있지 않은 경우 (종종 직렬 회선이 카메라의 전원 커넥터에 들어 있기 때문에) 이미지에 맞게 창 크기를 변경 한 후 다음을 사용하여 직렬 명령을 보냅니다. 운영 체제의 COM 포트

Camera Files
A camera file tells NI-IMAQ how the camera organizes the pixels, what attributes the camera supports and how to change them, either using serial commands or control pulses.
카메라 파일은 NI-IMAQ에 카메라가 픽셀을 구성하는 방법, 카메라가 지원하는 속성 및 변경 방법을 직렬 명령 또는 제어 펄스를 사용하여 알려줍니다.

Due to all the variations in digital cameras, such as how they format the data and the modes they support, NI-IMAQ requires a camera file to specify how the data is coming in and what serial commands and control pulses should be sent to the camera to change the mode or attributes of the acquisition. You can check the list of Compatible Digital Camera Files to see if there is a digital camera file available for your camera. If you do not see the camera listed here, the NI Camera File Generator can help you create your own custom camera files with an easy to use user interface.
NI-IMAQ는 데이터를 포맷하는 방법과 지원하는 모드와 같은 디지털 카메라의 모든 변형으로 인해 데이터 입력 방법과 카메라로 전송할 일련의 명령과 컨트롤 펄스를 지정하는 카메라 파일이 필요합니다 획득의 모드 또는 속성을 변경합니다. 호환되는 디지털 카메라 파일 목록을 확인하여 카메라에서 사용할 수있는 디지털 카메라 파일이 있는지 확인할 수 있습니다. 여기에 나열된 카메라가 보이지 않는다면 NI Camera File Generator를 사용하여 사용하기 쉬운 사용자 인터페이스로 사용자 정의 카메라 파일을 만들 수 있습니다.

See Also:
NI Camera File Generator

4. Signal Types

There are four types of digital signals used to send the image data to your image acquisition device.
이미지 수집 장치로 이미지 데이터를 전송하는 데 사용되는 네 가지 유형의 디지털 신호가 있습니다.

  • TTL is a single-ended, 0 to 5 V signal. It can travel only about 1 meter (6-8 feet) reliably. Due to the large voltage swing, the signal cannot maintain pixel clock frequencies above 20 MHz. TTL signals are not as common because of these limitations.
  • TTL은 단일 종단 형, 0 ~ 5V 신호입니다. 그것은 약 1 미터 (6-8 피트) 정도의 거리를 안정적으로 여행 할 수 있습니다. 전압 스윙이 크기 때문에 신호는 20MHz 이상의 픽셀 클럭 주파수를 유지할 수 없습니다. TTL 신호는 이러한 한계 때문에 흔하지 않습니다.
  • RS-422 is a differential signal that can travel about 6-8 meters (18-24 feet). It has the limitation of 20 MHz maximum for the pixel clock. This type of signal is typically used for digital cameras that do not require pixel clocks faster than 20 MHz.
  • RS-422는 약 6-8 미터 (18-24 피트)를 이동할 수있는 차동 신호입니다. 픽셀 클럭에는 최대 20 MHz의 한계가 있습니다. 이 유형의 신호는 일반적으로 20 MHz보다 빠른 픽셀 클럭을 필요로하지 않는 디지털 카메라에 사용됩니다.
  • LVDS (Low Voltage Differential Signal) is a differential signal with a lower voltage swing. The differential property allows for 6-8 meters (18-24 feet) of digital data integrity, and the lower voltage swing allows the signals to have greater than 20 MHz frequencies. Cameras that require faster pixel clocks use LVDS signals.
  • LVDS (Low Voltage Differential Signal)는 전압 스윙이 낮은 차동 신호입니다. 차동 특성은 6-8 미터 (18-24 피트)의 디지털 데이터 무결성을 허용하며, 낮은 전압 스윙은 신호가 20 MHz 이상의 주파수를 갖도록합니다. 더 빠른 픽셀 클럭을 필요로하는 카메라는 LVDS 신호를 사용합니다.
  • Camera Link is a new digital standard that sends back serialized data instead of parallel. All bits pass through a converter onboard the camera, which places all of the data on a single line. The device then sends this single line back through a converter to return the data to the camera. This standard allows for thinner cables and uses a standard connector. The Camera Link standard can support pixel clocks greater than 20 MHz and can travel up to 10 meters (30 feet). Camera Link's enable lines use the LVDS signal. Camera Link eliminates the burden of specialty cables, since the Camera Link cable is compatible with every Camera Link camera and image acquisition device.
  • Camera Link는 병렬 대신 직렬화 된 데이터를 다시 전송하는 새로운 디지털 표준입니다. 모든 비트는 카메라에 내장 된 변환기를 통과하여 모든 데이터를 한 줄에 배치합니다. 그런 다음 장치는이 단일 라인을 변환기를 통해 다시 전송하여 데이터를 카메라로 반환합니다. 이 표준은 더 얇은 케이블을 허용하고 표준 커넥터를 사용합니다. Camera Link 표준은 20 MHz 이상의 픽셀 클록을 지원하며 최대 10 미터 (30 피트)까지 이동할 수 있습니다. Camera Link의 인 에이블 라인은 LVDS 신호를 사용합니다. Camera Link 케이블은 모든 Camera Link 카메라 및 이미지 수집 장치와 호환되므로 Camera Link는 특수 케이블의 부담을 없애줍니다.

The table below lists the boards that support the four digital formats.

Note: The IMAQ 1424 and 1422 Series devices each have a RS-422 and LVDS version. 

2017년 11월 12일 일요일

Serial Port 에 대한 이해

Serial Port 는 말 그대로 컴퓨터 통신에서 bit 를 1개씩 일렬로 전달하는 것을 말한다. 이는 병렬로 데이터가 전송되는 parallel 과 대비되어 serial한 모든 통신을 나타낸다고 생각할 수 있지만(그런 의미도 포함한다)실제로는 RS232 표준이 구현된 H/W를 의미한다. RS232는 IBM 에서 처음 만들었던 Personal Computer 의 표준이었기 때문에 모든 컴퓨터에는 필수적으로 있었다. 하지만 RS232 는 속도가 느렸기 때문에 USB로 대체가 되어서 지금 나오는 컴퓨터들에는 Serial Port가 없다. 하지만 Serial Port가 워낙 많이 사용되었고 간단하기 때문에 이와 호환할 수 있는 Serial to USB(혹은 USB to Serial) 을 거의 모든 컴퓨터에서 지원(Mother board 에 COM Port 형태)한다. 

참조
Wilkipedia - SerialPort
Wikipedia - RS232
Wikipedia - Personal Computer
Wikipedia - COM Port

HD(High Definition) 은 무엇을 의미 하는가?

원본: Link

요약
HD 는 High Definition 의 약자로 화질(선명도) 가 가장 낮은 1280(가로) x 720(세로) , 픽셀개수, 부터 시작한다. HD 보다 낮은 화질은 576 으로 표현되는(720 x 576) Standard Definition , ex> PAL 이 있다.
보통 화질은 720p, 1080i, 1080p 라고 표현되는데 이때 p는 progressive, i 는 interlaced를 나타낸다. interlaced 는 odd와 even 이 나눠지고 progressive는 순차적이다.

HD - short for High Definition - is everywhere these days, but is it really a big deal and what’s the difference between 720p HD and 1080p Full HD when it comes to television displays and video content?
HD는 - High Definition 의 약자 - 는 어디에서나 볼 수 있습니다. HD는 720p 와 1080p의 Full HD 가 있다고 하는데 TV의 display 나 그 영상의 내용물에 있어서 어떠한 차이가 있는 것일까요?

Games consoles play HD games, all of the public service broadcasters (that’s the BBC, ITV, Channel 4 and Channel 5) have dedicated HD channels and streaming services like Netflix and Amazon Prime Instant Video play thousands of movies in HD on demand. Even pretty much every cheap-as-chips entry-level phone that hits the shelves these days has an HD screen, so you can enjoy high-def video on the move.
게임 콘솔(게임 화면?) 은 HD를 사용하며, 모든 공공 서비스 방송사들은(BBC나 ITV, Channel 4 나 Channel 5 같은) HD 채널을 제공하며 넷플릭스나 아마존  프라임 인스턴트 비디오 에서는 고객 요구에 의해 HD를 제공 합니다. 심지어는 모든 값싼 기본 Chip으로 된 핸드폰도 HD 스크린을 제공 합니다, 그래서 이동하면서도 고 화질을 감상할 수 있습니다.

But what actually is HD, how many different types of HD are there, and what's the difference between 720p HD, 1080p Full HD, Quad HD and 4K Ultra HD? Here's our explainer guide.
그렇다면 도대체 이 HD는 몇가지 종류가 있으며 보통 얘기하는 720p, 1080p Full HD, Quad HD 와 4k Ultra HD는 무엇을 의미하는 것일까요?

What is HD?
So what actually is HD? HD, or High Definition, refers to the detail level of a screen; or to put it another way, the number of pixels that are packed into a display. A pixel is the smallest visible element on a display, the ‘dots’ that combine to make up the overall picture.
그래서 HD는 무엇을 말하는 것인가요? HD 나 High Definition 이라고 불리는 것은 화면 이나 화면 같은 것들에 보이는 pixel 의 개수를 의미 합니다. pixel은 가장 작은 보이는 요소이며 사진을 만들기 위한 하나의 작은 점 이라고 생각하면 됩니다.

HD follows from standard definition (the level of detail in analogue colour TV that most of us grew up with), cramming in even more pixels in order to produce sharper, cleaner images when playing video.
HD는 표준 정의(우리 모두가 자라온 아날로그 TV의)를 따르며 비디오를 재생할 때 더 선명하고 깨끗한 이미지를 만들기 위해 더 많은 픽셀을 사용합니다.

Confusingly there are three different types of ‘HD’ resolution out there, so it’s worth knowing a bit more when shopping around for high definition TV sets and related gear. Just because a TV set or monitor has ‘HD’ slapped on the side, it might not be exactly what you want or need. So let's take a closer look at 720p, 1080i and 1080p here, and what you need to know.
혼란스럽게도 3가지의 서로 다른 'HD' 화질 종류가 있습니디ㅏ, 그래서 이것은 고화질의 TV 및 관련 장비를 쇼핑할 때 좀 더 알아둘 가치가 있습니다. TV나 모니터의 옆면에 'HD' 가 적혀져 있는 것만으로 당신이 필요한 것이 아닐 수가 있습니다. 그래서 720p, 1080i, 1080p 에 대해 더 자세하게 보도록 하겠습니다.

720p, 1080i and 1080p HD - What’s the difference?
720p, 1080i and 1080p are all versions of HD, but they’re all different. It’s important to note that you can’t actually buy a TV set with a 1080i display, for reasons which we’ll go into a bit later. So to begin with, we’ll just look at 720p and 1080p and the differences between those.
720p, 1080i, 1080p는 HD 의 전체 종류 입니다, 이것들은 다 다릅니다. 당신이 1080i 인 TV를 살 수없다는 사실은 중요합니다. 이 내용에 관련해서는 나중에 다룰 것입니다. 우리는 먼저 720p 와 1080p 의 다른점을 먼저 이야기 하겠습니다.

720p vs 1080p
In the analogue TV days, all UK TVs used the PAL (Phase Alternating Line) broadcast system, which used the standard definition of 576i. In other words, video content came in a 720 pixels wide by 576 pixels tall resolution, also known as ‘standard definition’ or SD.
아날로그 TV 사용할 때는, 모든 영국의 TV들은 PAL(Phase Alternating Line) 방송 시스템을 사용 하였습니다, 그리고 이 PAL 은 576i를 사용합니다. 다른말로 하면, 비디오의 내용물은 720 pixel 넓이에 576의 높이로 나왔다는 것이며 이것은 '표준 화질'이나 SD 로 불렸습니다.

A 720p screen is 1280 pixels (wide) x 720 pixels (tall). That's more than twice the detail of standard definition, which makes for reasonably sharp video playback on a standard TV. However, 1080p goes even further, racking up the pixel dimensions to 1920 x 1080 - that's five times more detailed than SD.
720p 화면은 1280 넓이에 720 높이를 가졌습니다. 이것은 Standard Definition의 2배이며, 이로 인해서 확실히 선명한 화면을 Standard TV에 보여줄 수 있었습니다. 하지만 1080p 화면은 더욱 발전해서 pixel 의 면적이 1920 넓이에 1080 의 높이를 가집니다. 이는 Standard Definition의 5배 입니다.

Over on our YouTube channel, we’ve taken a humorous look at the history of broadcast definitions which might help explain the differences between the two a little better - as well as prepare you for the next generation of high definition - but that’s another story.
Youtube를 보면 이 방송되는 화질에 대한 재미있는 역사를 볼 수 있습니다. 지금까지 이야기 했던 두가지 에 대한 이해를 더 쉽게 해주며 다음에 올 화질에 대한 대비도 할 수 있습니다.

An HD TV with a resolution of 720p will only be able to display video at this resolution and no higher. So if you’re planning on playing HD games on your PlayStation 4 (which supports 1080p Full HD) or streaming the highest quality movies from Netflix you might want to avoid getting a 720p TV set.
720p 화질의 HD TV는 같은 화질 까지만 할 수 있으며 더 높은 화질은 보낼 수 없습니다. 그래서 HD게임을 당신의 PlayStation 4 (1080p Full HD 를 지원하는)플레이 하고 싶거나 Netflix에서 보여주는 높은 화질의 영화를 보고 싶다면 720p TV Set을 사용하는 것은 지양했으면 합니다.

That’s not to say that a PlayStation 4 or Netflix won’t work on a 720p set - you just won’t be able to get the absolute best performance.
이 말은 720p set에서 PlayStation 4 나 Netflix가 동작하지 않는다는 이야기가 아니라 - 최상의 성능을 사용하지 못한다는 이야기 입니다.

Most 720p TV sets you’ll see in shops these days tend to be toward the cheaper end of the price spectrum and will be marketed as being ‘HD Ready’. This is because 720p is the absolute minimum required to meet this standard.
요즘 대부분의 상점에서 볼 수 있는 720p TV set들 중 싼 것들은 'HD Ready' 라고 되어 있는데. 이것들이 HD 중 가장 낮은 사양의 720p 를 지원할 수 있기 때문이다.

Most 1080p sets you’ll see will be marketed as being ‘Full HD’ or 'True HD' as it gives you a richer, more well defined viewing experience.
대부분으로 당신이 볼 수 있는 1080p 제품은 'Full HD' 나 'True HD'라고 적혀있을 것이다. 풍부하고 더욱 선명한 시각경험을 제공한다.

Can a 720p TV playback 1080p Full HD video?
Related: Quad HD vs qHD vs 4K Ultra HD: What does it all mean?Each TV set will have what’s called its native resolution. This basically means that a 720p set is better at displaying 720p HD broadcasts.
720p 제품은 1080p 의 동영상을 출력할 수 있을까?
이와 관련해서 Quad HD, qHD, 4K Ultra HD는 무엇을 의미하는지? 각 TV set은 순수한 해상도를 이야기 합니다. 기본적으로 720p 용이 720p 를 출력하는데 최적 입니다.

Every broadcast or format your TV receives will be displayed in its native resolution. So if your 720p set receives a 1080p signal from a broadcast, Blu-ray player or games machine, it will downscale it to fit on the screen. Similarly, any standard definition 576p broadcasts will be upscaled.
당신이 당신의 TV로 수신하는 것은 해당 TV의 해상도 만큼 입니다. 그래서 720p 는 1080p를 Blu-ray나 game machine 에서 받으면 화면에 맞추기 위해서 down scale합니다. 비슷하게 어떤 표준 선명도 576p를 받으면 upscale 합니다.

All HD channels from the BBC, Channel 4, Sky and Virgin Media for example are broadcast in 1080i. A 720p HD TV would then downscale this resolution to fit, while a 1080p TV set would be able to handle it natively. We’ll get on to the difference between 1080i and 1080p in a bit. Promise!
예를 들어 BBC, Channel 4, Virgin Media 의 모든 HD 채널은 1080i 로 송신 됩니다. 720p의 TV는 이것을 downscale 합니다. 반면에 1080p는 그대로 받아들일 수 있습니다. 우리는 이제 1080i 와 1080p 의 차이점을 이야기 해 볼 것입니다.

The real plus of having a 1080p TV set have over a 720p one is when it comes to watching Blu-ray movies. Blu-ray is a native 1080p format, so they look their absolute best on 1080p TVs. If you’ve got a growing Blu-ray collection then the choice is clear - go for a 1080p set.
1080p TV를 가지고있는 것의 진정한 장점은 720p 이상의 블루 레이 영화를 보는 것입니다. Blu-ray는 기본 1080p 형식이므로 1080p TV에서 절대 최선을 다합니다. 블루 레이 컬렉션이 늘어나고 있다면 1080p 세트를 선택해야합니다.

In terms of picture quality on a 24-inch or 26-inch screen the difference is negligible unless you’re sat up close. Only on bigger screens (32-inches and above) can you start to appreciate the benefits of 1080p.
24 인치 또는 26 인치 화면의 화질면에서 볼 때 당신이 가까이 앉아 있지 않으면 그 차이는 무시해도됩니다. 더 큰 화면 (32 인치 이상)에서만 1080p의 이점을 이해할 수 있습니다.

What is 1080i and how is that different to 1080p?
1080i and 1080p broadcasts both display images at the same pixel count as each other - 1920 x 1080. The big difference is in how images are made up on your TV.
1080i 란 무엇이며 1080p와 다른 점은 무엇입니까?
1080i 및 1080p 브로드 캐스트는 서로 같은 픽셀 수 (1920 x 1080)로 이미지를 표시합니다. 큰 차이는 TV에서 이미지를 구성하는 방법입니다.

The lowercase ‘i’ in 1080i stands for interlaced scan. The lowercase ‘p’ in 1080p stands for progressive scan.
1080i의 소문자 'i'는 interlaced(섞여진) scan 을 의미 하며, 소문자 'p'는 progressive(점차적) scan을 의미 합니다.

Interlaced scan renders images in vertical lines, breaking down the picture into individual columns and then displaying every other line at a very high rate - at 1/25th of a second. Odd-numbered lines get painted on the screen first, then even numbered lines. While this is incredibly fast and impossible for the human eye to detect, it can create a ghostly flickering effect on live TV broadcasts, particularly live sporting events.
Interlaced scan은 이미지를 수직으로 만드는데 개별 column으로 만들어서 odd/even으로 나누어 투사를 하는 것이다. 사람이 알아보지 못할 정도로 빨리 한다.

Progressive scan renders images sequentially, all at once. This makes for a much smoother image overall that doesn’t suffer from this ghosting effect. What’s more, flat-panel displays like LCDs, LEDs and plasmas (the most common types of HD TVs) will automatically convert any incoming 1080i signal to 1080p. Good quality TVs (generally the expensive ones from well-known brands) will use clever processing to replace the missing lines, but cheaper TVs won't look as good.
processive scan은 이미지를 순차적으로 만든다. 이렇게 하면 ghost effect 없이 부드럽게 이미지를 만들 수 있다. 게다가 LCD/LED/plasmas(가장 일반적인 HD TV용) 는 자동으로 1080i 를 1080p 로 바꿔줄 것이다. 좋은 품질의 TV(알려진 브랜드의 비싼 것)는 없어진 line을 처리하는데 더욱 똑똑하게 동작할 것이지만 싼 것은 그렇지 않을 것이다.

Interlaced scan was introduced for analogue TV both as a form of data compression (only sending half the signal at any one time) and because old-school CRTs (cathode ray tube) TVs in the past couldn't physically scan screens fast enough for a progressive picture.
Interlaced scan은 아날로그 TV를 사용할 때 데이터 압축의 방법(전체 데이터의 반만 송신하는 것)으로 소개되었다. 왜냐하면 오래된 CRT(cathode ray tube로 된) 들은 progressive 사진을 충분하게 보낼 수 없엇기 때문이다.

참조 내용들
Progressive vs Interlaced
Progressive vs Interlaced Scanning - Everythig You Need to Know
Progressive Vs. Interlaced - What's The Difference?

Terminology
definition: 선명도
progressive: 진보적인, 점진적인
interlaced: 섞여진, 짜여진
render: Rendering (computer graphics), generating an image from a model by means of computer programs Rendering engine, the software that transforms (renders) data into a picture, 여기서는 데이터를 컴퓨터 프로그램을 통해서 사진을 만드는 작업을 이야기 한다.
playback : 재생

2017년 11월 7일 화요일

두 PC 를 Ethernet으로 연결

1. Network 설정
    - 보통 사용하는 C Class의 인터넷 주소 중 (Link)
    - 사설 IP 를 두 PC에 같은 네트워크 상으로 설정하면 된다.(Link)
    - 예를 들어 192.168.NNN.HHH 에서 192.168.1.1 과 192.168.1.2 를 서로 사용하면 같은 네트워크 상이니 연결될 수 있다?
2. 두 PC를 Ethernet 선으로 연결한다
    - (크로스 선으로 해야 한다고 보통 설명하지만 일반 선으로 연결해도 되는 것을 확인)
    - 크로스 선으로 확인 필요.

Windows 제어판

1. netplwiz
    - 표준 사용자 이름 추가/변경

2. WIN + 'x'
    - 다양한 바로가기(장치관리자 포함)

Hardware 용어

bit stuffing
이어진 5개의 1 bit 의 끝에 0을 추가하는 것

differential
두 신호의 차나, 입력 신호와 참조 전압과의 차를 만드는 회로를 말한다.

bitwise
bit 단위로 처리한다.

arbitration
중재

bitwise arbitration
bit 단위로 중재한다고 해석되며(비트단위조정), bit를 받아들이며 판단을 하여 message를 send하지 못하도록 하는것?

CAN 에서는 bitw

2017년 11월 5일 일요일

BackChannel on Video Communication

Video Data
sensor -> serializer -> deserializer -> human eye

so serializer send video data to deseirializer usually
but deseirializer can send data to serializer using GPIO and other thing.
so if serialzie and deserializer support back channel to communicate data