CN113747087B - Remote driving low-delay image transmission method, device, computer equipment and medium - Google Patents

Remote driving low-delay image transmission method, device, computer equipment and medium Download PDF

Info

Publication number
CN113747087B
CN113747087B CN202111059704.2A CN202111059704A CN113747087B CN 113747087 B CN113747087 B CN 113747087B CN 202111059704 A CN202111059704 A CN 202111059704A CN 113747087 B CN113747087 B CN 113747087B
Authority
CN
China
Prior art keywords
image
data
rtp
original image
encoding
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
CN202111059704.2A
Other languages
Chinese (zh)
Other versions
CN113747087A (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.)
Hunan Junhan Information Technology Co ltd
Original Assignee
Hunan Junhan Information 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 Hunan Junhan Information Technology Co ltd filed Critical Hunan Junhan Information Technology Co ltd
Priority to CN202111059704.2A priority Critical patent/CN113747087B/en
Publication of CN113747087A publication Critical patent/CN113747087A/en
Application granted granted Critical
Publication of CN113747087B publication Critical patent/CN113747087B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • H04N5/268Signal distribution or switching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/65Network streaming protocols, e.g. real-time transport protocol [RTP] or real-time control protocol [RTCP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/146Data rate or code amount at the encoder output
    • 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
    • H04N5/00Details of television systems
    • H04N5/76Television signal recording
    • H04N5/907Television signal recording using static stores, e.g. storage tubes or semiconductor memories

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The method comprises the steps of firstly, acquiring optical signals, performing analog-to-digital conversion on the optical signals to obtain an original image; extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein an interrupt signal is generated after encoding the original image with a certain frame number every time to inform a bottom layer driver; after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver; and transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving. The bottom layer driver directly bears the RTP package and the data sending work, so that memory copying between a kernel and a user space is not needed, and the data transmission delay generated on a software path is reduced.

Description

Remote driving low-delay image transmission method, device, computer equipment and medium
Technical Field
The application belongs to the technical field of data processing, and particularly relates to a remote driving low-delay image transmission method, a device, computer equipment and a medium.
Background
In the existing image data transmission, after an image is received by a camera, the image is packed into a network packet through an operating system, or a wireless packet is transmitted to a receiving end through a network or wirelessly, and the receiving end decodes and plays the picture. In this case, because the conversion from the kernel mode data to the user mode data in the system is involved, the process of taking out and converting the picture information from the camera into the wireless packet or the network packet by the system is very time-consuming, so that in order to reduce the time consumed by the part, it is necessary to optimize the time consumed by the processing, thereby reducing the delay of the whole video transmission link and improving the operability of the remote video.
The image transmission of the existing equipment is to drive and carry image data to a memory through a system, and the system accesses a corresponding memory address through memory mapping, so that the appointed data is taken out and packaged and sent out, but the method has higher delay, and is not beneficial to remote control and real-time performance.
Disclosure of Invention
In the prior art, the image transmission is to drive and carry the image data to the memory through the system, and the system accesses the corresponding memory address through the memory mapping, so that the appointed data is taken out and packaged and sent out. Aiming at the problems in the prior art, the application provides a remote driving low-delay image transmission method, a device, computer equipment and a medium. The method is suitable for reducing the time delay of image transmission in a remote driving scene and relieving the condition of inconvenient operation caused by overlarge time delay of remote control.
In order to achieve the technical purpose, the application adopts the following technical scheme:
the remote driving low-delay image transmission method comprises the following steps:
the collected optical signals are converted into electric signals through analog-to-digital conversion, and an original image is obtained;
extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein after the original image with a certain frame number is encoded, an interrupt notification bottom layer drive is generated;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver;
and transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
Further, the original image is provided with RGB color information.
Further, in the present application, an interrupt notification is generated to notify the bottom driver after each frame of original image is encoded.
Further, the present application provides a remote driving low-delay image transmission device, comprising:
the image acquisition module is used for acquiring optical signals and converting the acquired optical signals into electric signals through analog-to-digital conversion to obtain original images;
the image processing module is used for extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein an interrupt notification bottom layer drive is generated after the original image with a certain frame number is encoded;
the data control module extracts image coding data from the corresponding memory address to carry out RTP packetization after the bottom layer drive receives the interrupt, adds RTP data heads to each packet, and then directly forwards the RTP data to the transmitting buffer zone through the network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
Further, the image processing module is an FPGA image processing module.
Further, the image processing module adopts a zynq7020 chip of the sirolimus to compress an original image, and a dual-core ARMcotex A9 is used for carrying a linux system to realize data scheduling.
Further, the data control module adopts an ARMcotex A9 processor.
The application provides a computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor when executing the computer program realizes the following steps:
the collected optical signals are converted into electric signals through analog-to-digital conversion, and an original image is obtained;
extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein after the original image with a certain frame number is encoded, an interrupt notification bottom layer drive is generated;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver;
and transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
The present application provides a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
the collected optical signals are converted into electric signals through analog-to-digital conversion, and an original image is obtained;
extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein after the original image with a certain frame number is encoded, an interrupt notification bottom layer drive is generated;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver;
and transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
The application has the beneficial technical effects that:
the application is mainly used for reducing the time delay in video transmission, the optical signals are changed into electric analog signals after being collected by a camera, then the electric analog signals are converted into RGB images to be stored in a memory, RTP (real-time protocol) package and data transmission work of image data are directly born through bottom layer driving, the image data are directly transmitted through a network port or wirelessly, and the time spent for switching back and forth between system operation modes is greatly saved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to the structures shown in these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of an embodiment of the present application;
FIG. 2 is a schematic diagram of an embodiment of the present application;
FIG. 3 is a flow chart of data processing according to an embodiment of the present application.
The achievement of the objects, functional features and advantages of the present application will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
In remote driving, the key factor for realizing smooth interaction is the total delay time between a video sending end and a video receiving end, including video processing time (converting optical signals into electric signals); delay of filling frame buffer at transmitting end; compression time; software delay caused by transmitting data packets; a wireless transmit-receive delay; receiving a software delay caused by a data packet; video decoding time. In the traditional image transmission scheme, the time delay between the video transmitting end and the video receiving end is mainly concentrated on the time delay time between the memory and the wireless transmitting end of the image coding data of the transmitting end.
Referring to fig. 1, an embodiment of the present application provides a remote driving low-delay image transmission method, including:
s1, acquiring an optical signal, and converting the acquired optical signal into an electric signal through analog-digital conversion to obtain an original image with RGB color information;
s2, extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein an interrupt notification bottom layer driver is generated after each encoding is completed for one frame of original image;
s3, after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) subpackaging, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver;
s4, the image coding data of the sending buffer areas are sent one by one under the control of Linux driving.
Referring to fig. 2, the present application provides a remote driving low-delay image transmission device, which is applied to a transmitting end, and includes:
the image acquisition module is used for acquiring optical signals and converting the acquired optical signals into electric signals through analog-to-digital conversion to obtain original images. The original image is stored to the corresponding memory address.
The image processing module is used for extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein an interrupt notification bottom layer drive is generated after the original image with a certain frame number is encoded;
the data control module extracts image coding data from the corresponding memory address to carry out RTP packetization after the bottom layer drive receives the interrupt, adds RTP data heads to each packet, and then directly forwards the RTP data to the transmitting buffer zone through the network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
The image acquisition module selects the existing photoelectric converter module to convert light into electric charge, and converts the electric charge into an electric signal through the analog-to-digital converter chip.
The image processing module is an FPGA image processing module. In order to have enough logic array block processing image coding function, the application adopts a zynq7020 chip of the siren, and uses a dual-core ARMcotex A9 to carry a linux system to realize data scheduling. Where h264 encoding uses a low-latency encoder from A2e technologies company, the latency is less than 500 microseconds for 1080p30 video streams.
The data control module is an ARM data control module, in particular to a cortrexa 9ARM processor, and the cortrexa 9ARM processor is responsible for the coordination work of all the constituent modules. By modifying the linux kernel, the bottom layer driver directly bears the RTP package of the image coding data and the data sending work, and the upper layer system is only responsible for the interaction of the control information of the RTCP, so that the time spent by the system kernel to a large number of data copies of the system is greatly reduced.
Because Linux is a non-real-time system, in order to reduce the delay of the system to the greatest extent, a low-delay custom RTSP transmission protocol needs to be created, wherein an RTCP protocol part is realized by Linux user layer software and keeps consistent with the existing standard. The RTP data transmitting part of RTSP is realized by the bottom drive, after the image coding data is stored in DDR, the image coding data is extracted in the corresponding memory address by the bottom drive to carry out RTP package, each package is added with RTP data head, and then the data is directly transmitted to the transmitting buffer zone through the network drive program. The data transmitting module is a wireless transmitting module. The wireless transmitting module transmits the image coding data of the transmitting buffer area one by one according to a certain transmitting frequency under the control of Linux driving. The application does not need to make memory copy between the kernel and the user space. Thereby reducing the data transmission delay generated on the software path.
Referring to fig. 3, in a data processing flow chart according to an embodiment of the present application, first, an optical signal is input, and the collected optical signal is converted into an electrical signal through analog-to-digital conversion, so as to obtain an original image with RGB color information; and when the acquisition of the original image of the current frame is completed, extracting the original image of the current frame, compressing and encoding to obtain image encoding data corresponding to the original image of the current frame, and storing the image encoding data into a designated memory address. Wherein, after each encoding is completed, an interrupt is generated to inform the bottom layer drive; after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver; and finally, the image coding data of the sending buffer areas are sent out one by one under the control of Linux driving.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (10)

1. The remote driving low-delay image transmission method is characterized by comprising the following steps of:
the collected optical signals are converted into electric signals through analog-to-digital conversion, and an original image is obtained;
extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein after the original image with a certain frame number is encoded, an interrupt notification bottom layer drive is generated;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to carry out RTP (real-time protocol) packetization, adds RTP data heads to each packet, and then directly forwards the RTP data heads to the transmitting buffer zone through the network driver;
and transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
2. The method of claim 1, wherein the raw image is a raw image with RGB color information.
3. The method of claim 1, wherein an interrupt notification is generated to the bottom driver after each frame of the original image is encoded.
4. A remote-driving low-delay image transmission device, comprising:
the image acquisition module is used for acquiring optical signals and converting the acquired optical signals into electric signals through analog-to-digital conversion to obtain original images;
the image processing module is used for extracting an original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a designated memory address, wherein after the original image with a certain frame number is encoded, an interrupt notification bottom layer drive is generated;
the data control module extracts image coding data from the corresponding memory address to carry out RTP packetization after the bottom layer drive receives the interrupt, adds RTP data heads to each packet, and then directly forwards the RTP data to the transmitting buffer zone through the network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer area one by one under the control of Linux driving.
5. The remote-driven low-delay image transmission apparatus according to claim 4, wherein the image processing module generates an interrupt every time one frame of the original image is encoded, and transmits an interrupt notification to the bottom-layer driver when each frame of the original image is encoded.
6. The remote-driving low-delay image transmission device according to claim 4, wherein the image processing module is an FPGA image processing module.
7. The remote driving low-delay image transmission device according to claim 4, wherein the image processing module adopts a zynq7020 chip of the siren to compress an original image, and uses a dual-core ARMcore A9 to carry a linux system to realize data scheduling.
8. The remotely driven low latency image transmission device according to claim 4, wherein the data control module employs an armcotex a9 processor.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the remote-driven low-latency image transmission method of claim 1.
10. A computer readable storage medium having stored thereon a computer program, characterized in that the computer program when executed by a processor realizes the steps of the remote driving low-delay image transmission method of claim 1.
CN202111059704.2A 2021-09-10 2021-09-10 Remote driving low-delay image transmission method, device, computer equipment and medium Active CN113747087B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111059704.2A CN113747087B (en) 2021-09-10 2021-09-10 Remote driving low-delay image transmission method, device, computer equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111059704.2A CN113747087B (en) 2021-09-10 2021-09-10 Remote driving low-delay image transmission method, device, computer equipment and medium

Publications (2)

Publication Number Publication Date
CN113747087A CN113747087A (en) 2021-12-03
CN113747087B true CN113747087B (en) 2023-09-19

Family

ID=78737936

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111059704.2A Active CN113747087B (en) 2021-09-10 2021-09-10 Remote driving low-delay image transmission method, device, computer equipment and medium

Country Status (1)

Country Link
CN (1) CN113747087B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005012780A (en) * 2003-05-23 2005-01-13 Hitachi Kokusai Electric Inc Method and device for image transmission
WO2005029319A1 (en) * 2003-09-24 2005-03-31 Lenovo (Beijing) Limited A periphral equipment and corresponding management method provided with function for management of inner driver program
WO2006129676A1 (en) * 2005-05-31 2006-12-07 Science Park Corporation Monitoring method, monitoring system, system program, and recording medium containing the program
CN101702688A (en) * 2009-11-24 2010-05-05 武汉绿色网络信息服务有限责任公司 Data package transmit-receive method
JP2014093025A (en) * 2012-11-06 2014-05-19 Funai Electric Co Ltd Voice image device
CN104954795A (en) * 2015-07-02 2015-09-30 东南大学 Image acquisition and transmission system based on JPEG2000
CN108123894A (en) * 2017-12-22 2018-06-05 湖南卫导信息科技有限公司 A kind of method that the transmission of sampled data stream low latency is realized based on ten thousand Broadcoms of Intel
CN110086571A (en) * 2019-04-10 2019-08-02 广州华多网络科技有限公司 A kind of data transmission and received method, apparatus and data processing system
CN110971909A (en) * 2019-12-13 2020-04-07 湖南君瀚信息技术有限公司 Low-power-consumption low-delay SOC chip
CN113347365A (en) * 2021-08-05 2021-09-03 浙江华睿科技股份有限公司 Triggering acquisition method of image sensor and image acquisition equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5055492B2 (en) * 2001-05-07 2012-10-24 サイエンスパーク株式会社 Electronic computer interface driver program and recording medium therefor
US9525892B2 (en) * 2014-05-27 2016-12-20 Nextdrive Inc. Video image distribution method
US20170346792A1 (en) * 2016-05-26 2017-11-30 Mark Nataros System and method for kernel level video operations

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005012780A (en) * 2003-05-23 2005-01-13 Hitachi Kokusai Electric Inc Method and device for image transmission
WO2005029319A1 (en) * 2003-09-24 2005-03-31 Lenovo (Beijing) Limited A periphral equipment and corresponding management method provided with function for management of inner driver program
WO2006129676A1 (en) * 2005-05-31 2006-12-07 Science Park Corporation Monitoring method, monitoring system, system program, and recording medium containing the program
CN101702688A (en) * 2009-11-24 2010-05-05 武汉绿色网络信息服务有限责任公司 Data package transmit-receive method
JP2014093025A (en) * 2012-11-06 2014-05-19 Funai Electric Co Ltd Voice image device
CN104954795A (en) * 2015-07-02 2015-09-30 东南大学 Image acquisition and transmission system based on JPEG2000
CN108123894A (en) * 2017-12-22 2018-06-05 湖南卫导信息科技有限公司 A kind of method that the transmission of sampled data stream low latency is realized based on ten thousand Broadcoms of Intel
CN110086571A (en) * 2019-04-10 2019-08-02 广州华多网络科技有限公司 A kind of data transmission and received method, apparatus and data processing system
CN110971909A (en) * 2019-12-13 2020-04-07 湖南君瀚信息技术有限公司 Low-power-consumption low-delay SOC chip
CN113347365A (en) * 2021-08-05 2021-09-03 浙江华睿科技股份有限公司 Triggering acquisition method of image sensor and image acquisition equipment

Also Published As

Publication number Publication date
CN113747087A (en) 2021-12-03

Similar Documents

Publication Publication Date Title
US10999601B2 (en) Line-based compression for digital image data
US10454986B2 (en) Video synchronous playback method, apparatus, and system
US20170289576A1 (en) Electronic devices for sending a message and buffering a bitstream
CN1825964B (en) Method and system for processing video frequency data on chip
CN1125031A (en) Adaptive video compression using variable quantization
TWI590653B (en) Image frame processing method
CN114286035B (en) Image acquisition card, image acquisition method and image acquisition system
US8311088B2 (en) Method and system for image processing in a microprocessor for portable video communication devices
CN109905375B (en) Audio and video network coding and decoding equipment with telephone function
CN102088593B (en) MPEG4 (Moving Pictures Experts Group 4) compressed video transmission communication system and method based on Bluetooth 3.0 specification
CN104168439A (en) Video coding method and apparatus
CN102017636B (en) Image decoding
CN106412588B (en) Image frame processing method
CN113747087B (en) Remote driving low-delay image transmission method, device, computer equipment and medium
US11627307B2 (en) Transport controlled video coding
CN104767957A (en) Video capture coding method, system and device based on embedded type dual-core processor
CN100444640C (en) A network pick-up device
KR101710011B1 (en) Image data transmission and reception method and apparatus
US20140140403A1 (en) Methods and Systems for Encoding and Decoding Wide Color-Gamut Video
CN106162030B (en) Video recording generation system and method
CN114339263A (en) Lossless processing method for video data
CN106454280B (en) Method for video transmission based on H.264 network video transmission system
CN201266990Y (en) Device for encoding MPEG-4 video based on FPGA
CN217825146U (en) Ultra-high-definition video wireless transmitting device, wireless receiving device and wireless transmission system applying compression algorithm
CN218041574U (en) High-definition video signal transmission system

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