CN108234818B - Method for realizing video frame memory round searching operation algorithm - Google Patents

Method for realizing video frame memory round searching operation algorithm Download PDF

Info

Publication number
CN108234818B
CN108234818B CN201711323132.8A CN201711323132A CN108234818B CN 108234818 B CN108234818 B CN 108234818B CN 201711323132 A CN201711323132 A CN 201711323132A CN 108234818 B CN108234818 B CN 108234818B
Authority
CN
China
Prior art keywords
video
read
path
fpga
signals
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201711323132.8A
Other languages
Chinese (zh)
Other versions
CN108234818A (en
Inventor
王昱煜
苗蔚
曹峰
张�杰
翟金海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Changfeng Aviation Electronics Co Ltd
Original Assignee
Suzhou Changfeng Aviation Electronics Co Ltd
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 Suzhou Changfeng Aviation Electronics Co Ltd filed Critical Suzhou Changfeng Aviation Electronics Co Ltd
Priority to CN201711323132.8A priority Critical patent/CN108234818B/en
Publication of CN108234818A publication Critical patent/CN108234818A/en
Application granted granted Critical
Publication of CN108234818B publication Critical patent/CN108234818B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/04Synchronising

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)
  • Television Systems (AREA)
  • Transforming Electric Information Into Light Information (AREA)

Abstract

The invention discloses a method for realizing a video frame memory wheel searching operation algorithm, which is applied to an airborne cockpit display, comprises a Field Programmable Gate Array (FPGA), and comprises the following steps of: the method comprises a video signal clock unifying step, a video signal line-field synchronization unifying step and a video frame storing three-interval operation step. Compared with the traditional video frame storage ping-pong operation method, the video frame storage ping-pong operation method can thoroughly solve the problems of frame break and tearing of the dynamic picture, and the picture display effect is clearer and more stable.

Description

Method for realizing video frame memory round searching operation algorithm
Technical Field
The invention relates to a method for realizing a video frame memory round searching operation algorithm, belonging to the technical field of video image processing.
Background
In a modern airborne comprehensive display system, a plurality of paths of video signals with different time sequences are often sent to an airborne display, and the airborne display can only display pictures with one set of fixed time sequences in the actual display process, so that the time sequences of the plurality of paths of video signals need to be unified.
The traditional time sequence unifying mode is that an RAM memory is mounted outside an FPGA, the FPGA divides the RAM into two intervals A, B according to an address segment, and the intervals A, B are read and written in turn according to a ping-pong operation mode. However, due to the inconsistency of the read/write timing, in the process of switching the read/write sequence of the A, B interval, a part of data written or read inside the a or B is a current frame, and another part is a previous frame. If the input video is a dynamic picture, the content of the current frame and the content of the previous frame are different inevitably, and finally the problem of frame break or tearing occurs on the display picture, which seriously affects the picture display effect.
Disclosure of Invention
The invention aims to solve the problems that the prior art is insufficient, and the display effect of a picture is influenced by the difference of multiple paths of video signals, and provides a method for realizing a video frame memory round searching operation algorithm.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
a method for realizing a video frame memory wheel searching operation algorithm is applied to an airborne cockpit display, comprises a Field Programmable Gate Array (FPGA), and is characterized by comprising the following steps of:
s1, video signal clock unification, namely, taking a first-in first-out queue FIFO in a field programmable gate array FPGA as a line buffer, writing data into the first-in first-out queue FIFO by using the clock of the first path of video signals, and reading the data from the first-in first-out queue FIFO by using the clock of the second path of video signals, so that the clock unification of the first path of video signals and the second path of video signals is realized;
s2, line and field synchronization unification of the video signals, namely, a Field Programmable Gate Array (FPGA) is mounted with a group of RAM memories, internal logic of the FPGA controls read-write operation of the RAM memories, line and field synchronization signals of a first path of video signals are used for writing data into the RAM memories, and then line and field synchronization signals of a second path of video signals are used as references for reading the data from the RAM memories, so that unification of the first path of video synchronization signals and the second path of video synchronization signals is realized;
s3, storing video frames in a three-interval operation step,
when operating the RAM memory frame, the FPGA divides the RAM memory into 3 sections A, B, C according to the address field, the read-write operation sequence is executed according to the following logic,
when writing A, reading B or C;
when B is written, C or A is read;
when writing C, read A or B.
The invention has the following beneficial effects:
compared with the traditional video frame storage ping-pong operation method, the video frame storage ping-pong operation method can thoroughly solve the problems of frame break and tearing of the dynamic picture, and the picture display effect is clearer and more stable.
Drawings
Fig. 1 is a schematic structural diagram of an implementation method of a video frame memory round search operation algorithm according to the present invention.
Detailed Description
The invention provides a method for realizing a video frame memory round searching operation algorithm. The technical solution of the present invention is described in detail below with reference to the accompanying drawings so that it can be more easily understood and appreciated.
A method for realizing a video frame memory round searching operation algorithm is applied to an airborne cockpit display, the hardware of the method consists of 1 FPGA and 1 external RAM memory, and the FPGA consists of a video clock unified module, a line buffer FIFO module and an RAM control module, as shown in figure 1. The method comprises the following steps:
1) the clocks of the video signals are unified;
taking FPGA of Altera corporation as a core device, utilizing abundant on-chip FIFO resources as line Buffer, writing data into FIFO by using the clock of the first path of video signal, and reading the data from FIFO by using the clock of the second path of video signal, thereby realizing the unification of the clocks of the two paths of video signals;
2) the line-field synchronization of the video signals is unified;
a group of RAM memories are mounted outside the FPGA, and the read-write operation of the FPGA is controlled by the internal logic of the FPGA. The line and field synchronizing signals of the first path of video signals are used for writing data into the RAM, and then the line and field synchronizing signals of the second path of video signals are used as references for reading the data from the RAM, so that the unification of the two paths of video synchronizing signals is realized;
3) a three-interval operation mode of video frame storage;
when the FPGA operates the external RAM frame memory, the external RAM frame memory is divided into 3 intervals A, B, C according to the address field, and the read-write operation sequence is executed according to the following logic:
when writing A, reading B or C. If the A is not completely written after the C is completely read, continuing to read the C;
when writing B, read C or A. If the B is not completely written after the A is completely read, continuing to read the A;
when writing C, read A or B. And if the C is not completely written after the B is completely read, continuing to read the B.
Through the above description, it can be found that the implementation method of the video frame storage and round searching operation algorithm can be applied to an airborne cockpit display, and compared with the traditional video frame storage and ping-pong operation method, the video frame storage and round searching operation implemented by the invention can thoroughly solve the problems of frame break and tearing of a dynamic picture, and the picture display effect is clearer and more stable.
The technical solutions of the present invention are fully described above, it should be noted that the specific embodiments of the present invention are not limited by the above description, and all technical solutions formed by equivalent or equivalent changes in structure, method, or function according to the spirit of the present invention by those skilled in the art are within the scope of the present invention.

Claims (1)

1. A method for realizing a video frame memory wheel searching operation algorithm is applied to an airborne cockpit display, comprises a Field Programmable Gate Array (FPGA), and is characterized by comprising the following steps of:
s1, video signal clock unification, namely, taking a first-in first-out queue FIFO in a field programmable gate array FPGA as a line buffer, writing data into the first-in first-out queue FIFO by using the clock of the first path of video signals, and reading the data from the first-in first-out queue FIFO by using the clock of the second path of video signals, so that the clock unification of the first path of video signals and the second path of video signals is realized;
s2, line and field synchronization unification of the video signals, namely, a Field Programmable Gate Array (FPGA) is mounted with a group of RAM memories, internal logic of the FPGA controls read-write operation of the RAM memories, line and field synchronization signals of a first path of video signals are used for writing data into the RAM memories, and then line and field synchronization signals of a second path of video signals are used as references for reading the data from the RAM memories, so that unification of the first path of video synchronization signals and the second path of video synchronization signals is realized;
s3, storing video frames in a three-interval operation step,
when operating the RAM memory frame, the FPGA divides the RAM memory into 3 sections A, B, C according to the address field, the read-write operation sequence is executed according to the following logic,
when writing A, reading B or C; if the A is not completely written after the C is completely read, continuing to read the C;
when B is written, C or A is read; if the B is not completely written after the A is completely read, continuing to read the A;
when writing C, reading A or B; and if the C is not completely written after the B is completely read, continuing to read the B.
CN201711323132.8A 2017-12-13 2017-12-13 Method for realizing video frame memory round searching operation algorithm Active CN108234818B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711323132.8A CN108234818B (en) 2017-12-13 2017-12-13 Method for realizing video frame memory round searching operation algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711323132.8A CN108234818B (en) 2017-12-13 2017-12-13 Method for realizing video frame memory round searching operation algorithm

Publications (2)

Publication Number Publication Date
CN108234818A CN108234818A (en) 2018-06-29
CN108234818B true CN108234818B (en) 2020-10-20

Family

ID=62652058

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711323132.8A Active CN108234818B (en) 2017-12-13 2017-12-13 Method for realizing video frame memory round searching operation algorithm

Country Status (1)

Country Link
CN (1) CN108234818B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150347023A1 (en) * 2011-08-04 2015-12-03 Alexandr Konovalov Memory coalescing computer-implemented method, system, apparatus and computer-readable media
CN105872432A (en) * 2016-04-21 2016-08-17 天津大学 Rapid self-adaptive frame rate conversion device and method
CN106791488A (en) * 2016-12-28 2017-05-31 浙江宇视科技有限公司 A kind of synchronous tiled display methods and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236528A (en) * 2008-02-20 2008-08-06 华为技术有限公司 Ping-pong control method and apparatus
CN102663987B (en) * 2012-03-19 2015-04-01 京东方科技集团股份有限公司 Display driving method and display driving device of dual-channel video signals

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150347023A1 (en) * 2011-08-04 2015-12-03 Alexandr Konovalov Memory coalescing computer-implemented method, system, apparatus and computer-readable media
CN105872432A (en) * 2016-04-21 2016-08-17 天津大学 Rapid self-adaptive frame rate conversion device and method
CN106791488A (en) * 2016-12-28 2017-05-31 浙江宇视科技有限公司 A kind of synchronous tiled display methods and device

Also Published As

Publication number Publication date
CN108234818A (en) 2018-06-29

Similar Documents

Publication Publication Date Title
CN107493448B (en) Image processing system, image display method and display device
CN104268113B (en) The lcd controller of DPI interfaces and the method for its adaptive bandwidth
US11574614B2 (en) Switching method and switching device for display channel, display driving device and display device
CN109509424B (en) Display driving device, control method thereof and display device
CN106713805B (en) Digital video display interface module based on FPGA and communication method thereof
CN107948546B (en) Low-delay video mixing device
CN105472203A (en) Genlock system and method
CN100378793C (en) Liquid crystal display displaying method and system
CN115103208A (en) Line caching method, line reading method and processing system for video data
US20240021239A1 (en) Hardware Acceleration System for Data Processing, and Chip
CN102625086B (en) DDR2 (Double Data Rate 2) storage method and system for high-definition digital matrix
CN108234818B (en) Method for realizing video frame memory round searching operation algorithm
CN104469241A (en) Device for achieving video frame rate change
CN100361103C (en) Modularization allocation internal memory system for liquid crystal television system
CN108259875B (en) Digital image gamma correction hardware implementation method and system
US8305384B2 (en) System and method for storing and accessing pixel data in a graphics display device
CN101499245B (en) Asynchronous first-in first-out memory, liquid crystal display controller and its control method
CN111757034A (en) FPGA-based video synchronous display method and device and storage medium
CN103327269B (en) Adopt the High-Speed RADAR video display processing method of rolling output mode
CN202205442U (en) Multi-picture LCD control circuit
CN205005137U (en) FPGA's real -time image acquisition with remove device of making an uproar and handling
CN203813870U (en) Single-channel cached video rotation device
CN110933255B (en) Two-path asynchronous DVI video synchronization method based on FPGA
CN204408567U (en) A kind of digital video interchange box based on wireless technology
CN111554334A (en) Method and system for realizing DDR (double data Rate) access by multiple taps

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant