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

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

Info

Publication number
CN113747087A
CN113747087A CN202111059704.2A CN202111059704A CN113747087A CN 113747087 A CN113747087 A CN 113747087A CN 202111059704 A CN202111059704 A CN 202111059704A CN 113747087 A CN113747087 A CN 113747087A
Authority
CN
China
Prior art keywords
image
data
packet
transmitting
original image
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.)
Granted
Application number
CN202111059704.2A
Other languages
Chinese (zh)
Other versions
CN113747087B (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

Images

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, the device, the computer equipment and the medium for transmitting the remote driving low-delay image are characterized in that firstly, collected optical signals are converted into electric signals through analog-to-digital conversion to obtain original images; extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt signal is generated after each original image with a certain frame number is encoded 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 perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver; and transmitting the image coded data of the transmission buffer one by one under the control of Linux drive. The bottom driver of the invention directly undertakes RTP package and data sending work, thus memory copy is not needed between the kernel and the user space, and the data transmission delay generated on the software path is reduced.

Description

Remote driving low-delay image transmission method and device, computer equipment and medium
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a remote driving low-delay image transmission method and device, computer equipment and a medium.
Background
In the existing image data transmission, after the image is mostly received by the camera end, the image is packed into a network packet through the operating system, or a wireless packet is transmitted to the receiving end through the network or the wireless, and the receiving end plays the image after decoding. In this case, because the conversion of kernel-mode data into user-mode data in the system is involved, the process of taking out and converting picture information from the camera into a wireless packet or a network packet by the system is time-consuming, and in order to reduce the time consumed in this part, it is necessary to optimize the time consumed in this process, so as to reduce the delay of the whole video transmission link and improve the operability of remote video.
In the image transmission of the existing equipment, image data is conveyed to a memory through system driving, and a system accesses a corresponding memory address through memory mapping so as to take out specified data to be packaged and sent out.
Disclosure of Invention
In the prior art, image transmission is realized by carrying image data to a memory through system driving, and the system accesses a corresponding memory address through memory mapping so as to take out specified data, package and send out the specified data. In view of the above problems in the prior art, the present invention provides a method, an apparatus, a computer device and a medium for transmitting a low-latency image in remote driving. The method is suitable for reducing the delay of image transmission in a remote driving scene, and the condition of inconvenient operation caused by overlarge delay of remote control is relieved.
In order to achieve the technical purpose, the technical scheme adopted by the invention is as follows:
the remote driving low-delay image transmission method comprises the following steps:
the collected optical signals are converted into electric signals through analog-digital conversion to obtain original images;
extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver;
and transmitting the image coded data of the transmission buffer one by one under the control of Linux drive.
Further, the original image of the present invention is an original image with RGB color information.
Furthermore, in the invention, after each frame of original image is coded, an interrupt is generated to inform the underlying driver.
Further, the present invention provides a remote driving low-latency image transmission apparatus, 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 the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
the data control module extracts image coding data in a corresponding memory address to perform RTP sub-packaging after the bottom layer drive receives the interrupt, adds an RTP data head to each packet, and then directly forwards the packet to a transmitting buffer area through a network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer one by one under the control of the Linux drive.
Further, the image processing module is an FPGA image processing module.
Further, the image processing module adopts zynq7020 chip of saint to realize the compression of original images, and uses dual-core armportexa 9 to carry a linux system to realize the scheduling of data.
Further, the data control module employs an ARMportexA 9 processor.
The invention provides computer equipment, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor is characterized in that the processor realizes the following steps when executing the computer program:
the collected optical signals are converted into electric signals through analog-digital conversion to obtain original images;
extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver;
and transmitting the image coded data of the transmission buffer one by one under the control of Linux drive.
The present invention 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-digital conversion to obtain original images;
extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver;
and transmitting the image coded data of the transmission buffer one by one under the control of Linux drive.
The invention can achieve the following beneficial technical effects:
the invention is mainly used for reducing the time delay in video transmission, optical signals are converted 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, the RTP package of image data and the data transmission work are directly undertaken through a bottom layer drive, the image data are directly transmitted through a network port or wirelessly, and the time spent on switching between the system operation modes is greatly saved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
FIG. 1 is a flow chart of an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of the present invention;
FIG. 3 is a flow chart of data processing according to an embodiment of the present invention.
The objects, features and advantages of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In remote driving, the key factor for realizing smooth interaction is the total delay time from a video sending end to a video receiving end, including video processing time (converting optical signals into electric signals); the transmitting end fills in the delay of frame buffering; a compression time; software delays caused by sending data packets; wireless transmit-receive delay; software delays caused by receiving data packets; video decoding time. In the traditional image transmission scheme, the time delay from the video transmitting end to the video receiving end is mainly concentrated on the time delay from the memory of the image coding data of the transmitting end to the wireless transmitting end.
Referring to fig. 1, an embodiment of the present invention provides a remote driving low latency image transmission method, including:
s1, collecting optical signals, and converting the collected optical signals into electric signals through analog-to-digital conversion to obtain an original image with RGB color information;
s2, extracting the original image, compressing and encoding to obtain image encoding data, and storing the image encoding data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each frame of original image is encoded;
s3, after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to perform RTP sub-packet, adds RTP data head to each packet, and then directly forwards the packet to the transmission buffer area through the network driver;
and S4, transmitting the image coded data of the transmission buffer one by one under the drive control of Linux.
Referring to fig. 2, the present invention provides a remote driving low-latency image transmission apparatus, applied to a transmitting end, including:
and 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. And storing the original image to a corresponding memory address.
The image processing module is used for extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
the data control module extracts image coding data in a corresponding memory address to perform RTP sub-packaging after the bottom layer drive receives the interrupt, adds an RTP data head to each packet, and then directly forwards the packet to a transmitting buffer area through a network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer one by one under the control of the Linux drive.
The image acquisition module adopts the existing photoelectric converter module to convert light rays into electric charges and convert the electric charges into electric signals through the analog-to-digital converter chip.
The image processing module is an FPGA image processing module. In order to have enough logic array blocks to process the image coding function, the invention adopts Zynq7020 chip of sailing and uses dual-core ARMportexA 9 to carry a linux system to realize the scheduling of data. The h264 coding uses A2e technologies low-latency encoder, and the latency is less than 500 microseconds for a 1080p30 video stream.
The data control module is an ARM data control module, specifically is a cortexA9ARM processor, and the cortexA9ARM 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 from the system kernel to the system for copying a large amount of data is greatly reduced.
Because Linux is a non-real-time system, in order to reduce the delay generated by the system to the maximum extent, a low-delay custom RTSP transport protocol needs to be created, wherein the RTCP protocol is partially realized by Linux user layer software and is consistent with the existing standard. The RTSP RTP data sending part is realized by a bottom layer drive instead, after the image coding data is stored in the DDR, the image coding data is extracted from the corresponding memory address through the bottom layer drive to carry out RTP sub-packaging, and an RTP data head is added to each packet, and then the image coding data is directly forwarded to a transmitting buffer area through a 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 one by one according to a certain transmitting frequency under the control of the Linux drive. The invention does not need to carry out memory copy between the kernel and the user space. Thereby reducing the data transmission delay generated on the software path.
Referring to fig. 3, which is a data processing flow chart according to an embodiment of the present invention, first, an optical signal is input, and the acquired optical signal is analog-to-digital converted into an electrical signal to obtain an original image with RGB color information; and when the acquisition of the current frame of original image is finished, extracting the current frame of original image, compressing and encoding to obtain image encoding data corresponding to the current frame of original image, and storing the image encoding data to a specified memory address. Wherein, after each frame of original image is coded, 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 perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver; and finally, transmitting the image coding data of the sending buffer one by one under the control of a Linux drive.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. The remote driving low-delay image transmission method is characterized by comprising the following steps:
the collected optical signals are converted into electric signals through analog-digital conversion to obtain original images;
extracting an original image, compressing and encoding the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
after receiving the interrupt, the bottom layer driver extracts the image coding data from the corresponding memory address to perform RTP packet packaging, adds an RTP data header to each packet, and then directly forwards the packet to a transmitting buffer area through a network driver;
and transmitting the image coded data of the transmission buffer one by one under the control of Linux drive.
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 underlying driver after each frame of original image is encoded.
4. A remote-driving low-latency image transmission apparatus, 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 the original image to obtain image encoded data, and storing the image encoded data to a specified memory address, wherein an interrupt notification bottom layer drive is generated after each encoding of a certain number of frames of the original image is completed;
the data control module extracts image coding data in a corresponding memory address to perform RTP sub-packaging after the bottom layer drive receives the interrupt, adds an RTP data head to each packet, and then directly forwards the packet to a transmitting buffer area through a network drive program;
and the data transmitting module is used for transmitting the image coding data of the transmitting buffer one by one under the control of the Linux drive.
5. The device of claim 4, wherein the image processing module generates an interrupt after each frame of original image is encoded, and sends an interrupt to notify the underlying driver when each frame of original image is encoded.
6. The remotely driven low latency image transfer device of claim 4, wherein the image processing module is an FPGA image processing module.
7. The remote driving low-latency image transmission device according to claim 3, wherein the image processing module adopts zynq7020 chip of Series to realize compression of original images, and uses dual-core ARMportexA 9 to carry a linux system to realize data scheduling.
8. The remote driving low latency image transmission device of claim 2, wherein the data control module employs an armportexa 9 processor.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program implements the steps of the remote driving low latency image transmission method of claim 1.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the remote driving low latency 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 true CN113747087A (en) 2021-12-03
CN113747087B 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 (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040216141A1 (en) * 2001-05-07 2004-10-28 Koichiro Shoji Computer interface driver program
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
US20150350518A1 (en) * 2014-05-27 2015-12-03 Linknext Technologies Co., Ltd. Video image distribution method
US20170346792A1 (en) * 2016-05-26 2017-11-30 Mark Nataros System and method for kernel level video operations
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

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040216141A1 (en) * 2001-05-07 2004-10-28 Koichiro Shoji Computer interface driver program
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
US20150350518A1 (en) * 2014-05-27 2015-12-03 Linknext Technologies Co., Ltd. Video image distribution method
CN104954795A (en) * 2015-07-02 2015-09-30 东南大学 Image acquisition and transmission system based on JPEG2000
US20170346792A1 (en) * 2016-05-26 2017-11-30 Mark Nataros System and method for kernel level video operations
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
CN113747087B (en) 2023-09-19

Similar Documents

Publication Publication Date Title
CN1125031A (en) Adaptive video compression using variable quantization
CN1206863C (en) Frame converter and conversion method, digital pick-up camera and monitoring system thereof
CN107770551A (en) For sending the electronic equipment of message and buffered bitstream
CN104168439B (en) A kind of method for video coding and device
CN114286035B (en) Image acquisition card, image acquisition method and image acquisition system
CN104683863A (en) Method and equipment for multimedia data transmission
TWI590653B (en) Image frame processing method
CN102088593B (en) MPEG4 (Moving Pictures Experts Group 4) compressed video transmission communication system and method based on Bluetooth 3.0 specification
CN109905375B (en) Audio and video network coding and decoding equipment with telephone function
JP2009118244A (en) Technology for transmitting data whose regeneration unit is variable
CN102017636B (en) Image decoding
CN106412588B (en) Image frame processing method
CN113747087B (en) Remote driving low-delay image transmission method, device, computer equipment and medium
CN113747191A (en) Video live broadcast method, system, equipment and storage medium based on unmanned aerial vehicle
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
US20080252740A1 (en) Image Pickup Device and Encoded Data Transferring Method
CN100586179C (en) Intelligent domestic gateway presentation video control method and system thereof
CN101098472B (en) Encoded data transfer device and encoded data transferring method
CN111212285A (en) Hardware video coding system and control method of hardware video coding system
CN114339263A (en) Lossless processing method for video data
CN107707921A (en) A kind of dynamic image pro cess system
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

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