WO2017034060A1 - Image processing system and method capable of acquiring real-time super-resolution image and providing preview - Google Patents

Image processing system and method capable of acquiring real-time super-resolution image and providing preview Download PDF

Info

Publication number
WO2017034060A1
WO2017034060A1 PCT/KR2015/009065 KR2015009065W WO2017034060A1 WO 2017034060 A1 WO2017034060 A1 WO 2017034060A1 KR 2015009065 W KR2015009065 W KR 2015009065W WO 2017034060 A1 WO2017034060 A1 WO 2017034060A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
image
preview
image data
data
Prior art date
Application number
PCT/KR2015/009065
Other languages
French (fr)
Korean (ko)
Inventor
장성준
이상설
김제우
Original Assignee
전자부품연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 전자부품연구원 filed Critical 전자부품연구원
Publication of WO2017034060A1 publication Critical patent/WO2017034060A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/222Studio circuitry; Studio devices; Studio equipment
    • H04N5/262Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects

Definitions

  • the present invention relates to an ultra high resolution image technology, and more particularly, to a technique for obtaining and storing an ultra high resolution image data in real time for obtaining and editing an ultra high resolution image.
  • FIG. 1 is a diagram illustrating a conventional ultra-high resolution image acquisition device.
  • the apparatus shown in FIG. 1 receives an image from the at least one camera through the SDI interface, reduces the data size by codec compression, and delivers the image to the server through the PCIe interface.
  • frame buffering is performed using an external memory to prevent data loss due to the interface speed difference, and data from multiple cameras and codecs is processed in parallel.
  • the conventional image capturing apparatus does not have a preview function, that is, a function of previewing an image acquired by the user during image acquisition.
  • the preview function is supported by the image capturing apparatus illustrated in FIG. 1, the loss of the preview image data is inevitable due to the compressed data transmission. Thus, seamless transmission and display of the preview image is impossible.
  • the present invention has been made to solve the above problems, and an object of the present invention is to provide a device and method for acquiring a high resolution image in real time and supporting preview without loss.
  • an image acquisition device includes: a memory in which input image data, compressed data, and preview image data are stored; A controller configured to compress the input image data to generate compressed data; And an interface for transmitting the compressed data and the preview image data to a server.
  • the controller may record an address of an area of the memory where the preview image data is stored in a register of the interface, and the server may obtain the preview image data by referring to an address recorded in the register. have.
  • the controller may generate an interrupt when the compressed data stored in the memory reaches a predetermined size, and the interface may transmit the interrupt to the server so that the server acquires the compressed data.
  • the controller may not generate the interrupt while the preview image data is transmitted to the server through the interface.
  • At least one of a frame size and a frame rate may be smaller than that of the preview image.
  • the image acquisition method the step of transmitting the preview image data to the server; Compressing the input image data to generate compressed data; And transmitting the compressed data to a server.
  • the high resolution image is acquired in real time and transmitted to the server, and the preview image can be transmitted to the server without loss.
  • the preview image can be transmitted to the server without loss.
  • FIG. 1 is a diagram illustrating a conventional ultra-high resolution image acquisition device
  • FIG. 2 is a block diagram of an image capturing apparatus according to an embodiment of the present invention.
  • FIG. 3 is a flowchart provided to explain an image acquisition method according to another embodiment of the present invention.
  • the image capturing apparatus receives an image from at least one camera and transmits the image to the server 300.
  • the image capturing apparatus receives the preview generated by the preview generator (or other hardware or software) and transmits it to the server 300.
  • the image acquisition device includes a compression / preview controller 110, an external memory controller 120, a PCIe controller 130, and an external memory ( 200).
  • the compression / preview controller 110 compresses the image data input from the camera to generate compressed data, and stores the generated compressed data in the external memory 200 through the external memory controller 120.
  • the compression / preview controller 110 includes an interrupt generator 111 and a preview image controller 112.
  • the interrupt generator 111 generates an interrupt when the compressed data stored in the external memory 200 reaches a predetermined size. Then, the interrupt controller 131 provided in the PCIe controller 130 transmits the interrupt to the server 300. Accordingly, the server 300 obtains compressed data.
  • the preview image controller 112 stores the preview image data in the external memory 200 and at the same time registers an address of the region (preview image region) of the external memory 200 in which the preview image data is stored. 132).
  • the server 300 obtains the preview image data by referring to the address recorded in the register 132.
  • the preview image controller 112 holds the interrupt generation by the interrupt generator 111.
  • the compressed data is read from the external memory 200 and transferred to the server 300 through the PCIe controller 130 to prevent the preview image from being lost and deliver the data to the server 300 without interruption.
  • the preview video has a smaller frame size than the video. If the frame size of the preview video should be the same as the video, it is preferable to make the frame rate of the preview video smaller than the video.
  • the external memory controller 120 is a means for reading and writing data in the external memory 200.
  • the external memory 200 stores image data, compressed data, and preview image data by area.
  • the preview image data since the preview image data is input at the same size and speed for each channel, the preview image data may be stored in a predetermined order in one region instead of being separately stored for each channel like compressed data.
  • the PCIe controller 130 is an interface for transmitting the compressed data and the preview image data stored in the external memory 200 to the server 300.
  • FIG. 3 is a flowchart provided to explain an image acquisition method according to another embodiment of the present invention.
  • the server 300 obtains the preview image data stored in the external memory 200 by referring to the address recorded in the register 132 of the PCIe controller 130. (S220).
  • the preview image data is stored in the preview image area of the external memory 200, and the frame size and / or frame rate of the preview image may be smaller than the frame size and / or frame rate of the image.
  • the server 300 polls by a predetermined time unit.
  • the preview image controller 112 holds the interrupt generated by the interrupt generator 111. Since the compressed data is read from the external memory 200 and transferred to the server 300 through the PCIe controller 130, the preview image is prevented from being lost.
  • step S220 the server 300 waits (S230), and checks whether an interrupt occurs (S240).
  • the interrupt is generated by the interrupt generator 111 and is transmitted to the server 300 by the interrupt controller 131 of the PCIe controller 130, and occurs when the compressed data stored in the external memory 200 becomes a predetermined size. do.
  • step S220 If no interruption is generated (S240-N), the server 300 returns to step S220, and if an address is recorded in the register 132, the preview image data stored in the external memory 200 with reference to the recorded address. Obtain (S220).
  • the server 300 processes the interrupt, that is, obtains the compressed data stored in the external memory 200 (S250).

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Studio Devices (AREA)

Abstract

An image processing system and method capable of acquiring a real-time super-resolution image and providing a preview are provided. An image acquisition device according to an embodiment of the present invention comprises: a memory in which input image data, compressed data, and preview image data are stored; a controller for generating the compressed data by compressing the input image data; and an interface for transmitting the compressed data and the preview image data to a server. Therefore, a real-time high-resolution image can be acquired and transmitted to the server and, simultaneously, a preview image can be transmitted to the server without loss.

Description

실시간 초고해상도 영상 획득 및 프리뷰 제공이 가능한 영상 처리 시스템 및 방법Image processing system and method capable of real time ultra high resolution image acquisition and preview
본 발명은 초고해상도 영상 기술에 관한 것으로, 더욱 상세하게는 초고해상도 영상 획득 및 편집을 위해 초고해상도 영상 데이터를 실시간으로 획득하여 서버에 저장하는 기술에 관한 것이다.The present invention relates to an ultra high resolution image technology, and more particularly, to a technique for obtaining and storing an ultra high resolution image data in real time for obtaining and editing an ultra high resolution image.
도 1은 종래의 초고해상도 영상 획득 장치를 도시한 도면이다. 도 1에 도시된 장치는, 적어도 하나의 카메라로부터 SDI 인터페이스를 통해 영상을 입력받아, 코덱 압축으로 데이터 크기를 줄여 PCIe 인터페이스를 통해 서버로 전달한다.1 is a diagram illustrating a conventional ultra-high resolution image acquisition device. The apparatus shown in FIG. 1 receives an image from the at least one camera through the SDI interface, reduces the data size by codec compression, and delivers the image to the server through the PCIe interface.
이때, 인터페이스 속도 차이로 인해 데이터 유실을 막기 위해 외부 메모리를 이용해 프레임 버퍼링을 하고, 여러 카메라 및 코덱으로부터 데이터가 병렬적으로 처리된다.In this case, frame buffering is performed using an external memory to prevent data loss due to the interface speed difference, and data from multiple cameras and codecs is processed in parallel.
이와 같은 종래의 영상 획득 장치는, 프리뷰 기능, 즉, 영상 획득 중에 사용자가 획득되는 영상을 미리 보기 할 수 있는 기능이 없다. The conventional image capturing apparatus does not have a preview function, that is, a function of previewing an image acquired by the user during image acquisition.
도 1에 도시된 영상 획득 장치로 프리뷰 기능을 지원한다 하더라도, 압축 데이터 전송으로 인해, 프리뷰 영상 데이터의 유실이 불가피하다. 이에, 프리뷰 영상에 대한 끊김 없는 전송과 디스플레이는 불가능하다.Although the preview function is supported by the image capturing apparatus illustrated in FIG. 1, the loss of the preview image data is inevitable due to the compressed data transmission. Thus, seamless transmission and display of the preview image is impossible.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 고해상도 영상을 실시간으로 획득함과 동시에 유실 없이 프리뷰를 지원할 수 있는 영상 획득 장치 및 방법을 제공함에 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to provide a device and method for acquiring a high resolution image in real time and supporting preview without loss.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 영상 획득 장치는, 입력 영상 데이터, 압축 데이터 및 프리뷰 영상 데이터가 저장되는 메모리; 상기 입력 영상 데이터를 압축하여 압축 데이터를 생성하는 제어기; 및 상기 압축 데이터 및 상기 프리뷰 영상 데이터를 서버에 전달하는 인터페이스;를 포함한다.According to an embodiment of the present invention, an image acquisition device includes: a memory in which input image data, compressed data, and preview image data are stored; A controller configured to compress the input image data to generate compressed data; And an interface for transmitting the compressed data and the preview image data to a server.
그리고, 상기 제어기는, 상기 프리뷰 영상 데이터가 저장된 상기 메모리의 영역에 대한 주소를 상기 인터페이스의 레지스터에 기록하고, 상기 서버는, 상기 레지스터에 기록된 주소를 참조하여, 상기 프리뷰 영상 데이터를 획득할 수 있다.The controller may record an address of an area of the memory where the preview image data is stored in a register of the interface, and the server may obtain the preview image data by referring to an address recorded in the register. have.
또한, 상기 제어기는, 상기 메모리에 저장된 상기 압축 데이터가 일정 크기가 되면 인터럽트를 발생시키고, 상기 인터페이스는, 상기 서버가 상기 압축 데이터를 획득하도록 상기 인터럽트를 상기 서버에 전송할 수 있다.The controller may generate an interrupt when the compressed data stored in the memory reaches a predetermined size, and the interface may transmit the interrupt to the server so that the server acquires the compressed data.
그리고, 상기 제어기는, 상기 인터페이스를 통해 상기 프리뷰 영상 데이터가 상기 서버에 전달되는 중에는, 상기 인터럽트를 발생시키지 않을 수 있다.The controller may not generate the interrupt while the preview image data is transmitted to the server through the interface.
또한, 상기 프리뷰 영상은, 상기 영상 보다 프레임 사이즈 및 프레임 레이트 중 적어도 하나가 작을 수 있다.In addition, at least one of a frame size and a frame rate may be smaller than that of the preview image.
한편, 본 발명의 다른 실시예에 따른, 영상 획득 방법은, 프리뷰 영상 데이터를 서버에 전달하는 단계; 입력 영상 데이터를 압축하여 압축 데이터를 생성하는 단계; 및 상기 압축 데이터를 서버에 전달하는 단계;를 포함한다.On the other hand, the image acquisition method according to another embodiment of the present invention, the step of transmitting the preview image data to the server; Compressing the input image data to generate compressed data; And transmitting the compressed data to a server.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 고해상도 영상을 실시간 획득하여 서버로 전송함과 동시에 프리뷰 영상에 대해서도 유실 없이 서버로 전달할 수 있게 된다. 이에, 고해상도 영상을 실시간 획득하면서도, 유실 없는, 즉, 끊김 없는 프리뷰 제공이 가능해진다.As described above, according to embodiments of the present invention, the high resolution image is acquired in real time and transmitted to the server, and the preview image can be transmitted to the server without loss. Thus, while obtaining a high resolution image in real time, it is possible to provide a preview without loss, that is, seamless.
도 1은 종래의 초고해상도 영상 획득 장치를 도시한 도면,1 is a diagram illustrating a conventional ultra-high resolution image acquisition device;
도 2는 본 발명의 일 실시예에 따른 영상 획득 장치의 블럭도, 그리고,2 is a block diagram of an image capturing apparatus according to an embodiment of the present invention, and
도 3은 본 발명의 다른 실시예에 따른 영상 획득 방법의 설명에 제공되는 흐름도이다.3 is a flowchart provided to explain an image acquisition method according to another embodiment of the present invention.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, with reference to the drawings will be described the present invention in more detail.
도 2는 본 발명의 일 실시예에 따른 영상 획득 장치의 블럭도이다. 본 발명의 실시예에 따른 영상 획득 장치는, 적어도 하나의 카메라로부터 영상을 수신하여 서버(300)에 전달한다.2 is a block diagram of an image capturing apparatus according to an embodiment of the present invention. The image capturing apparatus according to the embodiment of the present invention receives an image from at least one camera and transmits the image to the server 300.
이와 동시에, 본 발명의 실시예에 따른 영상 획득 장치는, 프리뷰 생성기(또는, 그 밖의 다른 하드웨어나 소프트웨어)가 생성한 프리뷰를 수신하여 서버(300)에 전달한다.At the same time, the image capturing apparatus according to the embodiment of the present invention receives the preview generated by the preview generator (or other hardware or software) and transmits it to the server 300.
이와 같은 기능을 수행하는 본 발명의 실시예에 따른 영상 획득 장치는, 도 2에 도시된 바와 같이, 압축/프리뷰 제어기(110), 외부 메모리 제어기(120), PCIe 제어기(130) 및 외부 메모리(200)를 포함한다.As shown in FIG. 2, the image acquisition device according to the embodiment of the present invention that performs such a function includes a compression / preview controller 110, an external memory controller 120, a PCIe controller 130, and an external memory ( 200).
압축/프리뷰 제어기(110)는 카메라로부터 입력되는 영상 데이터를 압축하여 압축 데이터를 생성하고, 생성된 압축 데이터를 외부 메모리 제어기(120)를 통해 외부 메모리(200)에 저장한다.The compression / preview controller 110 compresses the image data input from the camera to generate compressed data, and stores the generated compressed data in the external memory 200 through the external memory controller 120.
영상에 따라 압축률이 다를 수 있기 때문에, 압축 데이터를 저장하기 위한 영역은 카메라 및 코덱(채널)마다 별도로 할당한다. 이는, 도 2에 도시된 외부 메모리(200)의 구조를 통해 확인할 수 있다.Since the compression rate may vary depending on the image, an area for storing compressed data is separately allocated for each camera and codec (channel). This can be confirmed through the structure of the external memory 200 shown in FIG. 2.
또한, 데이터를 읽기와 데이터 쓰기에 충돌이 발생하지 않도록 채널 마다 두 개의 영역을 분리하여, 읽기와 쓰기를 분리한다. 이 역시, 도 2에 도시된 외부 메모리(200)의 구조를 통해 확인할 수 있다.In addition, two areas are separated for each channel so that there is no conflict between reading and writing data, and reading and writing are separated. This may also be confirmed through the structure of the external memory 200 shown in FIG. 2.
한편, 압축/프리뷰 제어기(110)는 인터럽트 발생기(111)와 프리뷰 영상 제어기(112)를 구비하고 있다.Meanwhile, the compression / preview controller 110 includes an interrupt generator 111 and a preview image controller 112.
인터럽트 발생기(111)는 외부 메모리(200)에 저장된 압축 데이터가 일정 크기가 되면 인터럽트를 발생시킨다. 그러면, PCIe 제어기(130)에 구비된 인터럽트 제어기(131)가 인터럽트를 서버(300)에 전달한다. 이에, 서버(300)는 압축 데이터를 획득해 간다.The interrupt generator 111 generates an interrupt when the compressed data stored in the external memory 200 reaches a predetermined size. Then, the interrupt controller 131 provided in the PCIe controller 130 transmits the interrupt to the server 300. Accordingly, the server 300 obtains compressed data.
프리뷰 영상 제어기(112)는 프리뷰 영상 데이터를 외부 메모리(200)에 저장함과 동시에, 프리뷰 영상 데이터가 저장된 외부 메모리(200)의 영역(프리뷰 영상 영역)에 대한 주소를 PCIe 제어기(130)의 레지스터(132)에 기록한다.The preview image controller 112 stores the preview image data in the external memory 200 and at the same time registers an address of the region (preview image region) of the external memory 200 in which the preview image data is stored. 132).
이에, 서버(300)는 레지스터(132)에 기록된 주소를 참조하여, 프리뷰 영상 데이터를 획득해 간다. 이때, 프리뷰 영상 제어기(112)는 인터럽트 발생기(111)에 의한 인터럽트 발생을 홀드시킨다.Accordingly, the server 300 obtains the preview image data by referring to the address recorded in the register 132. At this time, the preview image controller 112 holds the interrupt generation by the interrupt generator 111.
압축 데이터가 외부 메모리(200)에서 읽어져 PCIe 제어기(130)를 통해 서버(300)로 전달되는 과정에서, 프리뷰 영상이 유실되는 것을 방지하여 서버(300)에 끊김 없이 전달하기 위함이다.The compressed data is read from the external memory 200 and transferred to the server 300 through the PCIe controller 130 to prevent the preview image from being lost and deliver the data to the server 300 without interruption.
한편, 프리뷰 영상은, 영상 보다 프레임 사이즈를 작게 하는 것이 좋다. 만약, 프리뷰 영상의 프레임 사이즈를 영상과 동일하게 하여야 한다면, 프리뷰 영상의 프레임 레이트를 영상 보다 작게 하는 것이 좋다.On the other hand, it is preferable that the preview video has a smaller frame size than the video. If the frame size of the preview video should be the same as the video, it is preferable to make the frame rate of the preview video smaller than the video.
외부 메모리 제어기(120)는 외부 메모리(200)에 데이터를 읽고 쓰기 위한 수단이며, 외부 메모리(200)에는 영상 데이터, 압축 데이터 및 프리뷰 영상 데이터가 영역 별로 구분되어 저장된다.The external memory controller 120 is a means for reading and writing data in the external memory 200. The external memory 200 stores image data, compressed data, and preview image data by area.
한편, 프리뷰 영상 데이터는 채널마다 동일한 크기와 속도로 입력되기 때문에, 압축 데이터와 같이 채널 별로 분리하여 저장하지 않고, 하나의 영역에 정해진 순서대로 저장하여도 무방하다.On the other hand, since the preview image data is input at the same size and speed for each channel, the preview image data may be stored in a predetermined order in one region instead of being separately stored for each channel like compressed data.
PCIe 제어기(130)는 외부 메모리(200)에 저장된 압축 데이터와 프리뷰 영상 데이터를 서버(300)에 전달하는 인터페이스이다.The PCIe controller 130 is an interface for transmitting the compressed data and the preview image data stored in the external memory 200 to the server 300.
이하에서, 도 2에 도시된 영상 획득 장치에 의해, 영상과 프리뷰 영상이 서버(300)로 전달되는 과정에 대해, 도 3을 참조하여 상세히 설명한다. 도 3은 본 발명의 다른 실시예에 따른 영상 획득 방법의 설명에 제공되는 흐름도이다.Hereinafter, a process of transmitting an image and a preview image to the server 300 by the image capturing apparatus illustrated in FIG. 2 will be described in detail with reference to FIG. 3. 3 is a flowchart provided to explain an image acquisition method according to another embodiment of the present invention.
도 3에 도시된 바와 같이, 초기화 이후에(S210), 서버(300)가 PCIe 제어기(130)의 레지스터(132)에 기록된 주소를 참조하여, 외부 메모리(200)에 저장된 프리뷰 영상 데이터를 획득한다(S220).As shown in FIG. 3, after initialization (S210), the server 300 obtains the preview image data stored in the external memory 200 by referring to the address recorded in the register 132 of the PCIe controller 130. (S220).
프리뷰 영상 데이터는, 외부 메모리(200)의 프리뷰 영상 영역에 저장되어 있으며, 프리뷰 영상의 프레임 사이즈 및/또는 프레임 레이트는 영상의 프레임 사이즈 및/또는 프레임 레이트 보다 작도록 구현함이 좋다.The preview image data is stored in the preview image area of the external memory 200, and the frame size and / or frame rate of the preview image may be smaller than the frame size and / or frame rate of the image.
한편, S220단계에서의 프리뷰 영상 획득을 위해, 서버(300)는 일정 시간 단위로 폴링 한다.On the other hand, in order to acquire the preview image in step S220, the server 300 polls by a predetermined time unit.
그리고, S220단계가 수행되는 중에는, 프리뷰 영상 제어기(112)가 인터럽트 발생기(111)에 의한 인터럽트 발생을 홀드시킨다. 압축 데이터가 외부 메모리(200)에서 읽어져 PCIe 제어기(130)를 통해 서버(300)로 전달됨으로 인해, 프리뷰 영상이 유실되는 것을 방지하기 위한 것이다.In operation S220, the preview image controller 112 holds the interrupt generated by the interrupt generator 111. Since the compressed data is read from the external memory 200 and transferred to the server 300 through the PCIe controller 130, the preview image is prevented from being lost.
S220단계 이후, 서버(300)는 대기하면서(S230), 인터럽트 발생 여부를 확인한다(S240).After step S220, the server 300 waits (S230), and checks whether an interrupt occurs (S240).
인터럽트는 인터럽트 발생기(111)에 의해 발생되어, PCIe 제어기(130)의 인터럽트 제어기(131)에 의해 서버(300)에 전달되며, 외부 메모리(200)에 저장된 압축 데이터가 일정 크기가 된 경우에 발생된다.The interrupt is generated by the interrupt generator 111 and is transmitted to the server 300 by the interrupt controller 131 of the PCIe controller 130, and occurs when the compressed data stored in the external memory 200 becomes a predetermined size. do.
인터럽트가 발생되지 않았으면(S240-N), 서버(300)는 S220단계로 회기하고, 레지스터(132)에 주소가 기록되어 있으면, 기록된 주소를 참조하여 외부 메모리(200)에 저장된 프리뷰 영상 데이터를 획득한다(S220).If no interruption is generated (S240-N), the server 300 returns to step S220, and if an address is recorded in the register 132, the preview image data stored in the external memory 200 with reference to the recorded address. Obtain (S220).
한편, 인터럽트가 발생되면(S240-Y), 서버(300)는 인터럽트를 처리, 즉, 외부 메모리(200)에 저장된 압축 데이터를 획득한다(S250).On the other hand, when an interrupt occurs (S240-Y), the server 300 processes the interrupt, that is, obtains the compressed data stored in the external memory 200 (S250).
지금까지, 실시간 초고해상도 영상 획득 및 프리뷰 제공이 가능한 영상 처리 시스템 및 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.Up to now, a preferred embodiment has been described in detail with respect to an image processing system and method capable of real-time ultra high resolution image acquisition and preview.
위 실시예에서 영상 해상도에 대한 제한은 없다. 즉, 다양한 해상도의 영상에 대해 본 발명의 기술적 사상이 적용될 수 있다.There is no restriction on image resolution in the above embodiment. That is, the technical idea of the present invention can be applied to images of various resolutions.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the preferred embodiment of the present invention has been shown and described above, the present invention is not limited to the specific embodiments described above, but the technical field to which the invention belongs without departing from the spirit of the invention claimed in the claims. Of course, various modifications can be made by those skilled in the art, and these modifications should not be individually understood from the technical spirit or the prospect of the present invention.

Claims (6)

  1. 입력 영상 데이터, 압축 데이터 및 프리뷰 영상 데이터가 저장되는 메모리;A memory for storing input image data, compressed data, and preview image data;
    상기 입력 영상 데이터를 압축하여 압축 데이터를 생성하는 제어기; 및A controller configured to compress the input image data to generate compressed data; And
    상기 압축 데이터 및 상기 프리뷰 영상 데이터를 서버에 전달하는 인터페이스;를 포함하는 것을 특징으로 하는 영상 획득 장치.And an interface for transmitting the compressed data and the preview image data to a server.
  2. 청구항 1에 있어서,The method according to claim 1,
    상기 제어기는,The controller,
    상기 프리뷰 영상 데이터가 저장된 상기 메모리의 영역에 대한 주소를 상기 인터페이스의 레지스터에 기록하고,Write an address of an area of the memory where the preview image data is stored in a register of the interface,
    상기 서버는,The server,
    상기 레지스터에 기록된 주소를 참조하여, 상기 프리뷰 영상 데이터를 획득하는 것을 특징으로 하는 영상 획득 장치.And the preview image data by referring to an address recorded in the register.
  3. 청구항 1에 있어서,The method according to claim 1,
    상기 제어기는,The controller,
    상기 메모리에 저장된 상기 압축 데이터가 일정 크기가 되면 인터럽트를 발생시키고,When the compressed data stored in the memory reaches a certain size, an interrupt is generated.
    상기 인터페이스는,The interface is,
    상기 서버가 상기 압축 데이터를 획득하도록 상기 인터럽트를 상기 서버에 전송하는 것을 특징으로 하는 영상 획득 장치.And transmit the interrupt to the server so that the server acquires the compressed data.
  4. 청구항 3에 있어서,The method according to claim 3,
    상기 제어기는,The controller,
    상기 인터페이스를 통해 상기 프리뷰 영상 데이터가 상기 서버에 전달되는 중에는, 상기 인터럽트를 발생시키지 않는 것을 특징으로 하는 영상 획득 장치.And the interrupt is not generated while the preview image data is transmitted to the server through the interface.
  5. 청구항 4에 있어서,The method according to claim 4,
    상기 프리뷰 영상은,The preview image,
    상기 영상 보다 프레임 사이즈 및 프레임 레이트 중 적어도 하나가 작은 것을 특징으로 하는 영상 획득 장치.And at least one of a frame size and a frame rate is smaller than the image.
  6. 프리뷰 영상 데이터를 서버에 전달하는 단계;Transmitting preview image data to a server;
    입력 영상 데이터를 압축하여 압축 데이터를 생성하는 단계; 및Compressing the input image data to generate compressed data; And
    상기 압축 데이터를 서버에 전달하는 단계;를 포함하는 것을 특징으로 하는 영상 획득 방법.And transmitting the compressed data to a server.
PCT/KR2015/009065 2015-08-27 2015-08-28 Image processing system and method capable of acquiring real-time super-resolution image and providing preview WO2017034060A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150120768A KR20170025004A (en) 2015-08-27 2015-08-27 Video Processing System and Method for Real-time Ultra High Definition Video Capture and Preview Provision
KR10-2015-0120768 2015-08-27

Publications (1)

Publication Number Publication Date
WO2017034060A1 true WO2017034060A1 (en) 2017-03-02

Family

ID=58100355

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/009065 WO2017034060A1 (en) 2015-08-27 2015-08-28 Image processing system and method capable of acquiring real-time super-resolution image and providing preview

Country Status (2)

Country Link
KR (1) KR20170025004A (en)
WO (1) WO2017034060A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108765281A (en) * 2018-04-23 2018-11-06 Oppo广东移动通信有限公司 A kind of method, apparatus and computer storage media generating thumbnail

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130099723A (en) * 2012-02-29 2013-09-06 전자부품연구원 Input-output system for eding and playing of uhd image contents
KR20140092517A (en) * 2013-01-14 2014-07-24 삼성전자주식회사 Compressing Method of image data for camera and Electronic Device supporting the same
KR20150079707A (en) * 2012-10-22 2015-07-08 에이티아이 테크놀로지스 유엘씨 Method and device for providing high speed data transmission with video data
KR20150078127A (en) * 2013-12-30 2015-07-08 삼성전자주식회사 Photographing apparatus and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130099723A (en) * 2012-02-29 2013-09-06 전자부품연구원 Input-output system for eding and playing of uhd image contents
KR20150079707A (en) * 2012-10-22 2015-07-08 에이티아이 테크놀로지스 유엘씨 Method and device for providing high speed data transmission with video data
KR20140092517A (en) * 2013-01-14 2014-07-24 삼성전자주식회사 Compressing Method of image data for camera and Electronic Device supporting the same
KR20150078127A (en) * 2013-12-30 2015-07-08 삼성전자주식회사 Photographing apparatus and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
KIM, JE WOO ET AL.: "Implementation of a Real-time System for Capturing, Storing, and Editing UHD Contents", THE JOURNAL OF KOREAN INSTITUTE OF COMMUNICATIONS AND INFORMATION SCIENCES (J-KICS, February 2012 (2012-02-01) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108765281A (en) * 2018-04-23 2018-11-06 Oppo广东移动通信有限公司 A kind of method, apparatus and computer storage media generating thumbnail

Also Published As

Publication number Publication date
KR20170025004A (en) 2017-03-08

Similar Documents

Publication Publication Date Title
US8305448B2 (en) Selective privacy protection for imaged matter
US9832421B2 (en) Apparatus and method for converting a frame rate
MY116783A (en) Method and apparatus for still image capture during video streaming operations of a tethered digital camera
CN104902193A (en) Method for performing segmentation processing and display for image data based on FPGA
US6446155B1 (en) Resource bus interface
EP3466045B1 (en) Processing apparatus, image sensor, and system
TWI583178B (en) Capturing multiple video channels for video analytics and encoding
CN108540689B (en) Image signal processor, application processor and mobile device
WO2017034060A1 (en) Image processing system and method capable of acquiring real-time super-resolution image and providing preview
EP2012535B1 (en) Direct interface of camera module to general purpose i/o port of digital baseband processor
WO2017122845A1 (en) Multi-channel ultra-high resolution image acquisition/reproduction system and method for heterogeneous operations for each channel
CN114095660B (en) Image display method and device, storage medium and electronic equipment
KR20180085953A (en) Hardware Device for Inter-Channel Synchronization in Simultaneous Acquisition of Multi-Channel Ultra High Resolution Image Data
EP3652930A1 (en) Synchronizing image captures in multiple sensor devices
US20160142633A1 (en) Capture apparatuses of video images
WO2017126899A2 (en) Methods and systems for reconstructing a high frame rate high resolution video
US20130329137A1 (en) Video Encoding in Video Analytics
WO2019164034A1 (en) Reconfigurable imaging system for ultra-high resolution multi-channel image processing
WO2018135678A1 (en) System and method for real-time synthesis of super-resolution image and subtitles
JP2958646B2 (en) Image decoding device
KR20160046561A (en) Apparatus and method for managing image
JP2018019164A (en) Image recording device, image recording method, and program
JP2018182551A (en) Imaging apparatus
KR101212947B1 (en) Apparatus for transmitting data
US20130322551A1 (en) Memory Look Ahead Engine for Video Analytics

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15902332

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15902332

Country of ref document: EP

Kind code of ref document: A1