CN111277836B - A kind of video extraction frame loss control method, system, terminal and storage medium - Google Patents

A kind of video extraction frame loss control method, system, terminal and storage medium Download PDF

Info

Publication number
CN111277836B
CN111277836B CN202010060618.2A CN202010060618A CN111277836B CN 111277836 B CN111277836 B CN 111277836B CN 202010060618 A CN202010060618 A CN 202010060618A CN 111277836 B CN111277836 B CN 111277836B
Authority
CN
China
Prior art keywords
memory
image frame
data
video
frame
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
CN202010060618.2A
Other languages
Chinese (zh)
Other versions
CN111277836A (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 Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010060618.2A priority Critical patent/CN111277836B/en
Publication of CN111277836A publication Critical patent/CN111277836A/en
Application granted granted Critical
Publication of CN111277836B publication Critical patent/CN111277836B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/423Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

本发明提供一种视频提取丢帧控制方法、系统、终端及存储介质,包括:监控VGA向内存写入视频数据;获取视频提取的帧率;判断当前读取的图像帧与最近提取的图像帧间隔是否满足所述帧率:若是,则提取所述当前读取的图像帧保存至缓存设备;若否,则丢掉所述当前读取的图像帧。本发明通过根据帧率控制视频提取的丢帧,实现了主动丢帧的有效控制,有效防止了视频压缩的阻塞。

Figure 202010060618

The present invention provides a video extraction frame loss control method, system, terminal and storage medium, including: monitoring VGA to write video data into memory; acquiring the frame rate of video extraction; Whether the interval meets the frame rate: if yes, extract the currently read image frame and save it to the cache device; if not, discard the currently read image frame. The present invention realizes the effective control of active frame loss by controlling the dropped frames extracted from the video according to the frame rate, and effectively prevents the blocking of video compression.

Figure 202010060618

Description

Video extraction frame loss control method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of video extraction before video compression, in particular to a method, a system, a terminal and a storage medium for controlling frame loss in video extraction.
Background
The remote desktop display function usually needs to use a video compression module, which compresses the video image generated by the local system according to a certain proportion to reduce the data amount, and transmits the compressed video image to the remote terminal through the ethernet, and the video data received by the remote terminal is decompressed and displayed locally.
In the existing video extraction process before video compression, in the process of taking data from a memory, the phenomenon of blockage of a subsequent compression module can occur, and if the blockage occurs for a long time, the display function of a remote desktop cannot be normally used.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for controlling frame loss in video extraction, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a method for controlling frame loss in video extraction, including:
monitoring the VGA to write video data into the memory;
acquiring a frame rate of video extraction;
judging whether the interval between the currently read image frame and the recently extracted image frame meets the frame rate:
if yes, extracting the currently read image frame and storing the image frame to a cache device;
and if not, discarding the currently read image frame.
Further, the monitoring VGA writes video data into the memory, including:
monitoring whether the VGA writes video data into the memory:
if yes, judging that the conditions for executing video extraction are met;
if not, the condition for executing the video extraction is judged not to be available.
Further, the method further comprises:
when the image frame reading signal is 0, writing a Header mark into the cache device;
and writing an End mark into the buffer device when the image frame reading signal is the frame rate number.
Further, the method further comprises:
setting a data storage range of a cache device;
acquiring the data volume currently stored by the cache equipment;
comparing the data volume with the data storage range:
if the data volume is higher than the maximum limit value of the data storage range, stopping reading the video data in the memory;
and if the data volume is lower than the minimum limit value of the data storage range, judging whether to stop video extraction, and if not, starting to read the video data in the memory.
In a second aspect, the present invention provides a video extraction frame loss control system, including:
the memory monitoring unit is configured for monitoring the VGA to write video data into the memory;
a frame rate acquisition unit configured to acquire a frame rate of video extraction;
the frame rate judging unit is configured to judge whether the interval between the currently read image frame and the recently extracted image frame meets the frame rate;
the image frame storage unit is configured to extract the currently read image frame and store the currently read image frame to the cache device if the interval between the currently read image frame and the recently extracted image frame meets the frame rate;
and the image frame discarding unit is configured to discard the currently read image frame if the interval between the currently read image frame and the recently extracted image frame does not meet the frame rate.
Further, the memory monitoring unit includes:
the memory monitoring module is configured for monitoring whether the VGA writes video data into the memory;
the extraction preparation module is configured for judging that a condition for executing video extraction is met if the VGA writes video data into the memory;
and the extraction negation module is configured to judge that the condition for executing the video extraction is not met if the VGA does not write the video data into the memory.
Further, the system further comprises:
the frame Header insertion unit is configured to write a Header mark into the cache device when the image frame reading signal is 0;
and the frame tail insertion unit is configured to write the End mark into the buffer device when the image frame reading signal is the frame rate number.
Further, the system further comprises:
the range setting unit is used for setting the data storage range of the cache equipment;
the quantity acquisition unit is configured to acquire the data quantity currently stored by the cache device;
the data comparison unit is configured to compare the data volume with the data storage range;
the reading stopping unit is configured to stop reading the video data in the memory if the data volume is higher than the maximum limit value of the data storage range;
and the reading starting unit is configured to judge whether to stop video extraction if the data volume is lower than the minimum limit value of the data storage range, and start to read the video data in the memory if the video extraction is not stopped.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
the video extraction frame loss control method, the video extraction frame loss control system, the video extraction frame rate control terminal and the storage medium provided by the invention can be used for acquiring the frame rate of video extraction after monitoring that VGA writes video data into the memory, and determining to keep or discard the currently read image frame by judging whether the interval between the currently read image frame and the recently extracted image frame meets the frame rate. The invention realizes the effective control of active frame loss by controlling the frame loss of the video extraction according to the frame rate, and effectively prevents the blocking of video compression.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms used in the present invention are to be interpreted.
VGA: video graphics array Video image array
AXI: advanced eXtensible Interface high-performance expansion bus
FIFO: first Input First Output cache
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The implementation body in fig. 1 may be a video extraction frame loss control system.
As shown in fig. 1, the method 100 includes:
step 110, monitoring the VGA to write video data into the memory;
step 120, acquiring a frame rate of video extraction;
step 130, determining whether the interval between the currently read image frame and the recently extracted image frame satisfies the frame rate:
step 140, if yes, extracting the currently read image frame and storing the image frame in a cache device;
and 150, if not, discarding the currently read image frame.
In order to facilitate understanding of the present invention, the video extraction frame loss control method provided by the present invention is further described below by using the principle of the video extraction frame loss control method of the present invention and combining the process of performing frame loss control on video extraction in the embodiment.
Specifically, the video extraction frame loss control method includes:
and S1, the monitoring VGA writes the video data into the memory.
The video extraction process of the invention reads the video data in the memory through the AXI high-performance expansion bus, the memory end of the high-performance expansion bus is AXI slave, and the AXI master initiates active communication to the AXI slave through the AXI master end of the high-performance expansion bus, thereby reading the video data in the memory.
And monitoring whether the VGA writes video data into the memory or not, if the VGA starts to write data into the memory, receiving a cap _ start signal, indicating that a condition for executing video extraction is met, and starting to execute the video extraction, otherwise, not executing the video extraction.
And S2, acquiring the frame rate of video extraction.
And extracting the frame rate of video extraction from the received video extraction instruction. The AXI Master module starts to form an address according to the resolution information (resolution _ num/base _ address/size/frame _ rate) transmitted by the control module and initiates an AXI Read operation.
S3, judging whether the interval between the currently read image frame and the recently extracted image frame meets the frame rate: if yes, extracting the currently read image frame and storing the image frame in a buffer device (FIF 0); and if not, discarding the currently read image frame.
Each time one data is read, the read data number counter cap _ cnt is incremented by one, indicating the number of data currently read. Then, according to the frame rate frame _ rate extracted in step S2, it is determined whether the interval between the currently read image frame and the most recently extracted image frame satisfies the frame rate to determine whether the currently read frame is lost, and if so, the write enable signal FIFO _ wen of the FIFO is set to 0, and the writing of data into the FIFO is prohibited, but at this time, the AXI still performs the operation of reading the memory data. And if the current frame does not need to be dropped, storing the current frame into the FIFO.
And S4, inserting the frame head and the frame tail.
When the reading of the memory data is started, when the cap _ cnt is equal to 0, the operation of writing the FIFO is controlled, a Header flag is written into the FIFO to indicate the start of a frame, and then the data read by the AXI bus is written into the FIFO. When the cap _ cnt is equal to the resolution number (resolution _ num), the FIFO write is controlled to write an End flag into the FIFO, indicating the End of a frame. After inserting the frame head and tail mark into the FIFO, the AXI Master continues to read the memory data.
S5, writing data into the FIFO under the AXI clock domain, reading data from the FIFO under the system clock domain and inputting the read data to the video compression module. Let FIFO _ num indicate the amount of data present in the current output FIFO. Two thresholds are set at this time, Max _ throdhold and Min _ throdhold, representing the thresholds for FIFO _ num being full and empty immediately, respectively. When the data quantity FIFO _ num in the FIFO is larger than Max _ throdhold, which indicates that the FIFO reading speed of the subsequent module is slower than the data writing speed of the AXI Master to the FIFO, the memory reading action of the AXI Master is stopped at this time, and the data are not written into the FIFO. When the subsequent module continuously reads the data in the FIFO and the number of FIFO _ num in the current FIFO is less than Min _ throdhold, it indicates that the subsequent module is about to read the FIFO empty immediately, and at this time, the operation of reading the memory data by the AXI Master is restarted. And then, judging whether the operation of stopping video extraction is received or not, if the operation is stopped, ending the whole flow, and if the operation is not ended, continuing the operation of reading the memory of the AXI Master.
As shown in fig. 2, the system 200 includes:
the memory monitoring unit 210 is configured to monitor writing of video data into the memory by the VGA;
a frame rate obtaining unit 220 configured to obtain a frame rate of video extraction;
a frame rate determining unit 230 configured to determine whether an interval between the currently read image frame and the most recently extracted image frame satisfies the frame rate:
an image frame saving unit 240 configured to extract the currently read image frame and save the currently read image frame to a cache device if the interval between the currently read image frame and the most recently extracted image frame meets the frame rate;
the image frame dropping unit 250 is configured to drop the currently read image frame if the interval between the currently read image frame and the most recently extracted image frame does not satisfy the frame rate.
Optionally, as an embodiment of the present invention, the memory monitoring unit includes:
the memory monitoring module is configured to monitor whether the VGA writes video data into the memory:
the extraction preparation module is configured for judging that a condition for executing video extraction is met if the VGA writes video data into the memory;
and the extraction negation module is configured to judge that the condition for executing the video extraction is not met if the VGA does not write the video data into the memory.
Optionally, as an embodiment of the present invention, the system further includes:
the frame Header insertion unit is configured to write a Header mark into the cache device when the image frame reading signal is 0;
and the frame tail insertion unit is configured to write the End mark into the buffer device when the image frame reading signal is the frame rate number.
Optionally, as an embodiment of the present invention, the system further includes:
the range setting unit is used for setting the data storage range of the cache equipment;
the quantity acquisition unit is configured to acquire the data quantity currently stored by the cache device;
the data comparison unit is configured to compare the data volume with the data storage range;
the reading stopping unit is configured to stop reading the video data in the memory if the data volume is higher than the maximum limit value of the data storage range;
and the reading starting unit is configured to judge whether to stop video extraction if the data volume is lower than the minimum limit value of the data storage range, and start to read the video data in the memory if the video extraction is not stopped.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the video extraction frame loss control method according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention acquires the frame rate of video extraction after monitoring that the VGA writes video data into the memory, and determines to keep or discard the currently read image frame by judging whether the interval between the currently read image frame and the recently extracted image frame meets the frame rate. According to the invention, the effective control of active frame loss is realized by controlling the frame loss of the video extraction according to the frame rate, and the blocking of video compression is effectively prevented.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1.一种视频提取丢帧控制方法,其特征在于,包括:1. a video extraction frame loss control method, is characterized in that, comprises: 监控VGA向内存写入视频数据;Monitor VGA to write video data to memory; 获取视频提取的帧率;Get the frame rate of video extraction; 判断当前读取的图像帧与最近提取的图像帧间隔是否满足所述帧率:Determine whether the interval between the currently read image frame and the most recently extracted image frame satisfies the frame rate: 若是,则提取所述当前读取的图像帧保存至缓存设备;If so, extract the currently read image frame and save it to the cache device; 若否,则丢掉所述当前读取的图像帧;If not, discard the currently read image frame; 所述方法还包括:The method also includes: 设置缓存设备的数据存储范围;Set the data storage range of the cache device; 采集所述缓存设备当前存储的数据量;Collect the data amount currently stored by the cache device; 比对所述数据量与所述数据存储范围:Compare the data volume with the data storage range: 若所述数据量高于数据存储范围的最大限值,则停止对内存中的视频数据的读取;If the data amount is higher than the maximum limit of the data storage range, then stop reading the video data in the memory; 若所述数据量低于数据存储范围的最小限值,则判断是否停止视频提取,若不停止视频提取则启动对内存中的视频数据的读取。If the data amount is lower than the minimum limit of the data storage range, it is determined whether to stop the video extraction, and if the video extraction is not stopped, the reading of the video data in the memory is started. 2.根据权利要求1所述的方法,其特征在于,所述监控VGA向内存写入视频数据,包括:2. The method according to claim 1, wherein the monitoring VGA writes video data to the internal memory, comprising: 监控VGA是否向内存写入视频数据:Monitor whether VGA writes video data to memory: 若是,则判定具备执行视频提取的条件;If so, it is determined that the conditions for performing video extraction are met; 若否,则判定不具备执行视频提取的条件。If not, it is determined that the conditions for performing video extraction are not met. 3.根据权利要求1所述的方法,其特征在于,所述方法还包括:3. The method according to claim 1, wherein the method further comprises: 在图像帧读取信号为0时,向缓存设备写入Header标志;When the image frame read signal is 0, write the Header flag to the cache device; 在图像帧读取信号为所述帧率数量时,向缓存设备写入End标志。When the image frame read signal is the number of the frame rate, the End flag is written to the buffer device. 4.一种视频提取丢帧控制系统,其特征在于,包括:4. a video extraction frame loss control system, is characterized in that, comprises: 内存监控单元,配置用于监控VGA向内存写入视频数据;The memory monitoring unit is configured to monitor the VGA to write video data to the memory; 帧率获取单元,配置用于获取视频提取的帧率;A frame rate acquisition unit, configured to acquire the frame rate of video extraction; 帧率判断单元,配置用于判断当前读取的图像帧与最近提取的图像帧间隔是否满足所述帧率;a frame rate judgment unit, configured to judge whether the interval between the currently read image frame and the most recently extracted image frame satisfies the frame rate; 图帧保存单元,配置用于若当前读取的图像帧与最近提取的图像帧间隔满足所述帧率,则提取所述当前读取的图像帧保存至缓存设备;The image frame saving unit is configured to extract the currently read image frame and save it to the cache device if the interval between the currently read image frame and the most recently extracted image frame satisfies the frame rate; 图帧丢弃单元,配置用于若当前读取的图像帧与最近提取的图像帧间隔不满足所述帧率,则丢掉所述当前读取的图像帧;The image frame discarding unit is configured to discard the currently read image frame if the interval between the currently read image frame and the most recently extracted image frame does not meet the frame rate; 所述系统还包括:The system also includes: 范围设置单元,配置用于设置缓存设备的数据存储范围;Range setting unit, configured to set the data storage range of the cache device; 数量采集单元,配置用于采集所述缓存设备当前存储的数据量;a quantity collection unit, configured to collect the data quantity currently stored by the cache device; 数据比对单元,配置用于比对所述数据量与所述数据存储范围;a data comparison unit, configured to compare the data amount and the data storage range; 读取停止单元,配置用于若所述数据量高于数据存储范围的最大限值,则停止对内存中的视频数据的读取;a read stop unit, configured to stop reading the video data in the memory if the data amount is higher than the maximum limit of the data storage range; 读取启动单元,配置用于若所述数据量低于数据存储范围的最小限值,则判断是否停止视频提取,若不停止视频提取则启动对内存中的视频数据的读取。The read start unit is configured to judge whether to stop the video extraction if the data amount is lower than the minimum limit of the data storage range, and start reading the video data in the memory if the video extraction is not stopped. 5.根据权利要求4所述的系统,其特征在于,所述内存监控单元包括:5. The system according to claim 4, wherein the memory monitoring unit comprises: 内存监控模块,配置用于监控VGA是否向内存写入视频数据;The memory monitoring module is configured to monitor whether the VGA writes video data to the memory; 提取准备模块,配置用于若VGA向内存写入视频数据,则判定具备执行视频提取的条件;The extraction preparation module is configured to determine that the conditions for performing video extraction are met if the VGA writes video data to the memory; 提取否定模块,配置用于若VGA未向内存写入视频数据,则判定不具备执行视频提取的条件。The extraction negation module is configured to determine that the condition for performing video extraction is not met if the VGA does not write video data to the memory. 6.根据权利要求4所述的系统,其特征在于,所述系统还包括:6. The system of claim 4, wherein the system further comprises: 帧头插入单元,配置用于在图像帧读取信号为0时,向缓存设备写入Header标志;The frame header insertion unit is configured to write the Header flag to the cache device when the image frame read signal is 0; 帧尾插入单元,配置用于在图像帧读取信号为所述帧率数量时,向缓存设备写入End标志。The frame end inserting unit is configured to write an End flag to the buffer device when the image frame read signal is the number of the frame rate. 7.一种终端,其特征在于,包括:7. A terminal, characterized in that, comprising: 处理器;processor; 用于存储处理器的执行指令的存储器;memory for storing instructions for execution of the processor; 其中,所述处理器被配置为执行权利要求1-3任一项所述的方法。wherein the processor is configured to perform the method of any one of claims 1-3. 8.一种存储有计算机程序的计算机可读存储介质,其特征在于,该程序被处理器执行时实现如权利要求1-3中任一项所述的方法。8. A computer-readable storage medium storing a computer program, characterized in that, when the program is executed by a processor, the method according to any one of claims 1-3 is implemented.
CN202010060618.2A 2020-01-19 2020-01-19 A kind of video extraction frame loss control method, system, terminal and storage medium Active CN111277836B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010060618.2A CN111277836B (en) 2020-01-19 2020-01-19 A kind of video extraction frame loss control method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010060618.2A CN111277836B (en) 2020-01-19 2020-01-19 A kind of video extraction frame loss control method, system, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111277836A CN111277836A (en) 2020-06-12
CN111277836B true CN111277836B (en) 2021-10-22

Family

ID=71001750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010060618.2A Active CN111277836B (en) 2020-01-19 2020-01-19 A kind of video extraction frame loss control method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111277836B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114390187B (en) * 2020-10-22 2024-02-27 格科微电子(上海)有限公司 Passive image acquisition device, data reading method thereof, storage medium and terminal
CN112511839A (en) * 2020-11-26 2021-03-16 山东云海国创云计算装备产业创新中心有限公司 Video transmission control method, device, equipment and readable storage medium
CN114153415A (en) * 2021-11-27 2022-03-08 深圳曦华科技有限公司 Image frame rate control method and related product
CN114302140B (en) * 2021-11-30 2023-11-03 山东云海国创云计算装备产业创新中心有限公司 Pre-frame-loss method, system, equipment and computer readable storage medium
CN114528171A (en) * 2022-02-25 2022-05-24 重庆紫光华山智安科技有限公司 Frame loss judgment method and device, storage server and readable storage medium
CN114928769B (en) * 2022-04-21 2024-05-14 瑞芯微电子股份有限公司 Method and electronic device for displaying frame data
CN115580727B (en) * 2022-11-16 2023-03-14 苏州浪潮智能科技有限公司 Frame loss processing method and device for video compression, server and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217657A (en) * 2008-01-08 2008-07-09 北京中星微电子有限公司 A frame rate control method and device
CN105681653A (en) * 2016-01-12 2016-06-15 深圳市云智易联科技有限公司 Video file generation method and device
US20170180764A1 (en) * 2014-04-03 2017-06-22 Carrier Corporation Time lapse recording video systems
CN106993197A (en) * 2017-04-10 2017-07-28 杭州星犀科技有限公司 A kind of frame losing method based on encoder

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217657A (en) * 2008-01-08 2008-07-09 北京中星微电子有限公司 A frame rate control method and device
US20170180764A1 (en) * 2014-04-03 2017-06-22 Carrier Corporation Time lapse recording video systems
CN105681653A (en) * 2016-01-12 2016-06-15 深圳市云智易联科技有限公司 Video file generation method and device
CN106993197A (en) * 2017-04-10 2017-07-28 杭州星犀科技有限公司 A kind of frame losing method based on encoder

Also Published As

Publication number Publication date
CN111277836A (en) 2020-06-12

Similar Documents

Publication Publication Date Title
CN111277836B (en) A kind of video extraction frame loss control method, system, terminal and storage medium
CN109308280B (en) Data processing method and related equipment
CN111683252B (en) Server and output system and method of video compression image
CN105224482B (en) A kind of FPGA accelerator cards high-speed memory system
CN113468097B (en) Data exchange method based on system on chip
CN108345524A (en) Method for monitoring application program and Application Monitoring device
CN107153620B (en) Data processing method and device
CN116996647B (en) Video transmission method of BMC, BMC and system-level chip
CN111182306B (en) Video extraction method, system, terminal and storage medium for video compression
CN111177079A (en) Network file system data reading method, device, device, and medium
CN113286174A (en) Video frame extraction method and device, electronic equipment and computer readable storage medium
CN115407943A (en) Memory dump file generation method, device and equipment and readable storage medium
WO2018026452A1 (en) System and method for distributing and replaying trigger packets via a variable latency bus interconnect
CN115114249A (en) File management method and file management device
EP4040279A1 (en) Method and apparatus for accessing solid state disk
WO2024119812A1 (en) Image processing method, system and apparatus, image compression apparatus, and storage medium
CN115061959B (en) Data interaction method, apparatus, system, electronic device and storage medium
CN111881212A (en) Method, device, equipment and storage medium for executing check point operation
CN117009087A (en) Image output method, device, equipment and storage medium
CN105657070B (en) The method and server of image data are provided to computing terminal
CN116340217A (en) Data processing method and related device
CN116501549A (en) Data caching method and device, electronic equipment and storage medium
CN113824651B (en) Market data caching method and device, storage medium and electronic equipment
CN115658288A (en) Thread execution method, thread execution device, electronic equipment, computer readable medium and product
CN114416656A (en) A method, device and storage medium for remotely operating a folder

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