CN114610405B - Multi-application screen capturing and network code output method, equipment, medium and product - Google Patents

Multi-application screen capturing and network code output method, equipment, medium and product Download PDF

Info

Publication number
CN114610405B
CN114610405B CN202210203035.XA CN202210203035A CN114610405B CN 114610405 B CN114610405 B CN 114610405B CN 202210203035 A CN202210203035 A CN 202210203035A CN 114610405 B CN114610405 B CN 114610405B
Authority
CN
China
Prior art keywords
application
application screen
screen capturing
dynamic link
link library
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
CN202210203035.XA
Other languages
Chinese (zh)
Other versions
CN114610405A (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.)
Shenzhen Shengxian Technology Co ltd
Original Assignee
Shenzhen Shengxian 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 Shenzhen Shengxian Technology Co ltd filed Critical Shenzhen Shengxian Technology Co ltd
Priority to CN202210203035.XA priority Critical patent/CN114610405B/en
Publication of CN114610405A publication Critical patent/CN114610405A/en
Application granted granted Critical
Publication of CN114610405B publication Critical patent/CN114610405B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Processing (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The invention provides a multi-application screen capturing and network coding output method, which comprises the following steps: designing a dynamic link library, setting permission, selecting a target application, injecting a remote thread, acquiring an image, encoding and compressing, and outputting through a network. The invention relates to an electronic device, a storage medium, and a program product. The method and the device intercept the application interface in a Windows hook mode, then encode and output the intercepted pictures, can be respectively executed for a plurality of application programs, have low cost, simple implementation and deployment, simple maintenance and high efficiency, intercept the application for interface rendering display by adopting a hardware acceleration (GPU), and meet the application requirements.

Description

Multi-application screen capturing and network code output method, equipment, medium and product
Technical Field
The invention relates to the technical field of data processing and display, in particular to a multi-application screen capturing and network coding output method, equipment, medium and product.
Background
Along with the continuous promotion of informatization construction of enterprises and public institutions, a large number of business systems and various related application systems are generated in an accelerating way, and meanwhile, the systems also need to be displayed on various display and control platforms of users. The traditional mode is that each system is operated on a computer, and is displayed on a display control platform through a matrix switcher, or a server with very high configuration is selected, a plurality of application systems are operated on the server, an application interface is intercepted through a handle of each application, then encoding is carried out, and the application interface is output to a decoding device through a network for decoding display.
Obviously, the first approach described above is costly and cumbersome to implement and deploy and maintenance. The second mode adopts a GDI mode, has low efficiency, and cannot intercept the application of interface rendering display by adopting a hardware acceleration (GPU). With the development of GPU technology and the rapid improvement of performance, more and more applications adopt GPU to render, and obviously the second mode cannot basically meet the requirements.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to provide a multi-application screen capturing and network coding output method so as to solve the technical problems.
The invention provides a multi-application screen capturing and network coding output method, which comprises the following steps:
designing a dynamic link library, writing the dynamic link library, and creating a drawing rendering function of a programming interface in the dynamic link library;
setting permission, namely setting the multi-application screen capturing and coding software to have breakpoint debugging permission when the multi-application screen capturing and coding software is started;
selecting target applications, and selecting a plurality of target applications to be grabbed on a multi-application screen capturing and coding software operation interface;
injecting a remote thread, injecting a remote thread function into the target application by multi-application screen capturing and coding software, running the thread after the injection is successful, loading the dynamic link library in the thread, and executing an initialization function;
acquiring an image, and running the initializing function by the grabbed target application software to acquire image data;
coding compression is carried out, after the multi-application screen capturing and coding software obtains the image data, the image data is coded and compressed, and the image data is output to third party software or equipment for decoding display through a network;
and outputting through a network, circularly executing the image acquisition step and the encoding compression step, acquiring the interface refreshing image of the grasped application in real time, and outputting through the network.
Further, the step of injecting the remote thread comprises the steps of acquiring a corresponding window handle by multi-application screen capturing and encoding software according to the selected target application name, acquiring a process handle of the selected target application according to the window handle, and injecting a remote thread function to the target application through the process handle.
Further, the step of obtaining the image includes that the dynamic link library is loaded by multi-application screen capturing and coding software to a remote thread function registered by a grabbed target application, a dynamic link library initialization interface is called in the thread function after loading, an original programming interface drawing rendering function address of the target application software is firstly obtained and stored in the initialization function, then the original programming interface drawing rendering function address of the target application software is replaced by the programming interface drawing rendering function address in the dynamic link library, the grabbed target application software calls a programming interface drawing rendering function in the dynamic link library when the interface is refreshed, the obtained image texture is copied into a temporary memory in the drawing rendering function, and finally the drawing rendering function of the original programming interface is called through the drawing rendering function address of the original programming interface stored previously, so that the image is obtained.
Further, in the step of obtaining the image, the drawing rendering function of the dynamic link library copies the obtained image texture to the temporary memory, and simultaneously notifies the multi-application screen capturing and encoding software to obtain the image data in the temporary memory.
Further, the dynamic link library is a DLL dynamic link library.
Further, the programming interfaces include a DirectX multimedia programming interface, a GDI graphics device interface, an OpenGL programming interface.
Further, in the step of designing the dynamic link library, the interface parameters of the drawing rendering function are consistent with the function parameters of the programming interface.
An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a multi-application screen capture and network code output method.
A computer readable storage medium having stored thereon a computer program for execution by a processor of a multi-application screen capture and network code output method.
A computer program product comprising computer programs/instructions which when executed by a processor implement a multi-application screen capture and network coding output method.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides a multi-application screen capturing and network coding output method, which comprises the following steps: designing a dynamic link library, setting permission, selecting a target application, injecting a remote thread, acquiring an image, encoding and compressing, and outputting through a network. The method and the device intercept the application interface in a Windows hook mode, then encode and output the intercepted pictures, can be respectively executed for a plurality of application programs, have low cost, simple implementation and deployment, simple maintenance and high efficiency, intercept the application for interface rendering display by adopting a hardware acceleration (GPU), and meet the application requirements.
The foregoing description is only an overview of the present invention, and is intended to provide a better understanding of the present invention, as it is embodied in the following description, with reference to the preferred embodiments of the present invention and the accompanying drawings. Specific embodiments of the present invention are given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiments of the invention and together with the description serve to explain the invention and do not constitute a limitation on the invention. In the drawings:
FIG. 1 is a flow chart of a multi-application screen capturing and network code output method of the present invention;
fig. 2 is a flowchart of an application screen capturing and network code output method according to an embodiment of the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and detailed description, wherein it is to be understood that, on the premise of no conflict, the following embodiments or technical features may be arbitrarily combined to form new embodiments.
A multi-application screen capturing and network coding output method, as shown in figures 1 and 2, comprises the following steps:
designing a dynamic link library, writing the dynamic link library, and creating a drawing rendering function of a programming interface in the dynamic link library; in this embodiment, the dynamic link library is a DLL dynamic link library, and multiple programs depend on the same shared object file, where the shared object file is only one in the disk and the memory, and no copy is generated. The dynamic link mode enables each module to be independent in the development process, the coupling degree is smaller, and independent development and testing between different developers and development organizations are facilitated.
The programming interfaces comprise a DirectX multimedia programming interface, a GDI graphic device interface and an OpenGL programming interface, and only the functions related to the DLL dynamic link library are modified to be matched with the corresponding programming interfaces. The DirectX multimedia programming interface has wide application, provides a complete set of multimedia interface schemes, and has excellent performance in the aspect of 3D graphics. The GDI graphic device interface is a general window system graphic programming interface, and has strong functions and wide range. The OPENGL programming interface has super-strong functions, simple interface and extremely high operation efficiency drawing effect.
In the step of designing the dynamic link library, the interface parameters of the drawing rendering function and the function parameters of the programming interface are kept consistent, namely the function is reconstructed. Such as: and realizing a drawing rendering function Present of the DirectX multimedia programming interface in the dynamic link library, wherein the interface parameters of the drawing rendering function Present are consistent with the function parameters of the DirectX, and the drawing rendering function Present is understood to reconstruct the function.
Setting permission, namely setting the multi-application screen capturing and encoding software to have breakpoint debugging SeDebug permission when the multi-application screen capturing and encoding software are started;
selecting target applications, and selecting a plurality of target applications to be grabbed on a multi-application screen capturing and coding software operation interface;
and injecting a remote thread, injecting remote thread functions into the target application by the multi-application screen capturing and coding software, running the thread after the injection is successful, loading a dynamic link library in the thread, and executing an initialization function. Specifically, the multi-application screen capturing and encoding software obtains a corresponding window handle according to the selected target application name, obtains a process handle of the selected target application according to the window handle, injects a remote thread function into the target application through the process handle, runs the thread after the injection is successful, loads a DLL dynamic link library in the thread, and executes an initialization function.
And acquiring an image, and running an initialization function by the grabbed target application software to acquire image data. Specifically, the dynamic link library is loaded by multi-application screen capturing and coding software to a remote thread function registered by a grabbed target application, a dynamic link library initialization interface is called in the thread function after loading, the original programming interface drawing and rendering function address of the target application software is firstly obtained and stored in the initialization function of the DLL dynamic link library, then the original programming interface drawing and rendering function address of the target application software is replaced by the programming interface drawing and rendering function address of the dynamic link library, the grabbed target application software program calls the programming interface drawing and rendering function in the dynamic link library when the interface is refreshed after the operation, the obtained image texture is copied to a temporary memory in the drawing and rendering function, and finally the drawing and rendering function of the original programming interface is called through the drawing and rendering function address of the original programming interface which is stored previously, so that an image is obtained.
And when the drawing rendering function of the dynamic link library copies the acquired image textures to the temporary memory, notifying the multi-application screen capturing and encoding software to acquire the image data in the temporary memory.
Coding compression is carried out, after the multi-application screen capturing and coding software obtains the image data, the image data is coded and compressed, and the image data is output to third party software or equipment for decoding display through a network;
and outputting through a network, circularly executing the steps of acquiring the image and encoding and compressing, acquiring the interface refreshing image of the grasped application in real time, and outputting through the network.
An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a multi-application screen capture and network code output method.
A computer readable storage medium having stored thereon a computer program for execution by a processor of a multi-application screen capture and network code output method.
A computer program product comprising computer programs/instructions which when executed by a processor implement a multi-application screen capture and network coding output method.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way; those skilled in the art can smoothly practice the invention as shown in the drawings and described above; however, those skilled in the art will appreciate that many modifications, adaptations, and variations of the present invention are possible in light of the above teachings without departing from the scope of the invention; meanwhile, any equivalent changes, modifications and evolution of the above embodiments according to the essential technology of the present invention still fall within the scope of the present invention.

Claims (9)

1. The multi-application screen capturing and network coding output method is characterized by comprising the following steps of:
designing a dynamic link library, writing the dynamic link library, and creating a drawing rendering function of a programming interface in the dynamic link library;
setting permission, namely setting the multi-application screen capturing and coding software to have breakpoint debugging permission when the multi-application screen capturing and coding software is started;
selecting target applications, and selecting a plurality of target applications to be grabbed on a multi-application screen capturing and coding software operation interface;
injecting a remote thread, injecting a remote thread function into the target application by multi-application screen capturing and coding software, running the thread after the injection is successful, loading the dynamic link library in the thread, and executing an initialization function;
acquiring an image, and running the initializing function by the grabbed target application software to acquire image data;
coding compression is carried out, after the multi-application screen capturing and coding software obtains the image data, the image data is coded and compressed, and the image data is output to third party software or equipment for decoding display through a network;
and outputting through a network, circularly executing the image acquisition step and the encoding compression step, acquiring the interface refreshing image of the grasped application in real time, and outputting through the network.
2. The multi-application screen capturing and network coding output method of claim 1, wherein: the step of injecting the remote thread comprises the steps of acquiring a corresponding window handle by multi-application screen capturing and encoding software according to the selected target application name, acquiring a process handle of the selected target application according to the window handle, and injecting a remote thread function into the target application through the process handle.
3. The multi-application screen capturing and network coding output method of claim 1, wherein: the step of acquiring the image comprises the steps that the dynamic link library is loaded to a remote thread function registered by a grabbed target application by multi-application screen capturing and coding software, a dynamic link library initialization interface is called in the thread function after loading, the original programming interface drawing and rendering function address of the target application software is firstly acquired and stored in the initialization function, then the programming interface drawing and rendering function address of the target application software is replaced by the programming interface drawing and rendering function address of the dynamic link library, the grabbed target application software program calls the programming interface drawing and rendering function in the dynamic link library when the interface is refreshed, the acquired image texture is copied to a temporary memory in the drawing and rendering function of the original programming interface is called through the drawing and rendering function address of the original programming interface which is stored previously, and the image is acquired.
4. A multi-application screen capture and network code output method as claimed in claim 3 wherein: in the step of acquiring the image, the drawing rendering function of the dynamic link library copies the acquired image texture to a temporary memory, and simultaneously notifies the multi-application screen capturing and encoding software to acquire image data in the temporary memory.
5. The multi-application screen capturing and network coding output method of claim 1, wherein: the dynamic link library is a DLL dynamic link library.
6. The multi-application screen capturing and network coding output method of claim 5, wherein: the programming interfaces comprise a DirectX multimedia programming interface, a GDI graphic device interface and an OpenGL programming interface.
7. The multi-application screen capturing and network coding output method of claim 6, wherein: in the step of designing the dynamic link library, the interface parameters of the drawing rendering function are consistent with the function parameters of the programming interface.
8. An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by a processor, the program comprising instructions for performing the method of any of claims 1-7.
9. A computer-readable storage medium having stored thereon a computer program, characterized by: the computer program being adapted to be executed by a processor to perform the method of any of claims 1-7.
CN202210203035.XA 2022-03-03 2022-03-03 Multi-application screen capturing and network code output method, equipment, medium and product Active CN114610405B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210203035.XA CN114610405B (en) 2022-03-03 2022-03-03 Multi-application screen capturing and network code output method, equipment, medium and product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210203035.XA CN114610405B (en) 2022-03-03 2022-03-03 Multi-application screen capturing and network code output method, equipment, medium and product

Publications (2)

Publication Number Publication Date
CN114610405A CN114610405A (en) 2022-06-10
CN114610405B true CN114610405B (en) 2024-03-29

Family

ID=81860524

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210203035.XA Active CN114610405B (en) 2022-03-03 2022-03-03 Multi-application screen capturing and network code output method, equipment, medium and product

Country Status (1)

Country Link
CN (1) CN114610405B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101322101A (en) * 2005-12-01 2008-12-10 埃克森特科技有限公司 System, method and computer program product for dynamically enhancing an application executing on a computing device
CN101719077A (en) * 2009-12-24 2010-06-02 北京飞天诚信科技有限公司 Method and device for injecting codes in .Net program
JP2011013955A (en) * 2009-07-02 2011-01-20 Hitachi Systems & Services Ltd Media check evasion system
CN102722403A (en) * 2012-05-30 2012-10-10 福建天晴数码有限公司 Method for taking over Windows desktop
CN103853576A (en) * 2012-12-06 2014-06-11 腾讯科技(深圳)有限公司 Screenshot method and device
CN104063247A (en) * 2014-06-26 2014-09-24 北京奇虎科技有限公司 Application program calling method and system
CN104462220A (en) * 2014-11-07 2015-03-25 广东威创视讯科技股份有限公司 Method and device for web page screen shot and code transmission
CN104615327A (en) * 2014-12-24 2015-05-13 广州酷狗计算机科技有限公司 Window display method and device in game process
CN105955762A (en) * 2016-04-19 2016-09-21 北京金山安全软件有限公司 Method and device for injecting dynamic link library file and electronic equipment
CN106528096A (en) * 2016-10-20 2017-03-22 武汉斗鱼网络科技有限公司 Method and system for drawing popup image on D3D12 full screen game source
CN108446146A (en) * 2018-03-22 2018-08-24 北京奇艺世纪科技有限公司 A kind of game data acquisition method and device
CN110059004A (en) * 2019-03-21 2019-07-26 深圳市腾讯信息技术有限公司 A kind of method, apparatus, equipment and the medium of application test
CN110362375A (en) * 2019-07-11 2019-10-22 广州虎牙科技有限公司 Display methods, device, equipment and the storage medium of desktop data
CN111191647A (en) * 2019-12-26 2020-05-22 常州工学院 Standard formula identification method based on image processing
CN111752505A (en) * 2019-03-27 2020-10-09 北京传送科技有限公司 Real-time image capturing method, system and storage medium for VR
CN113703859A (en) * 2020-05-08 2021-11-26 腾讯科技(深圳)有限公司 Dynamic link library injection method, device, equipment and storage medium

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101322101A (en) * 2005-12-01 2008-12-10 埃克森特科技有限公司 System, method and computer program product for dynamically enhancing an application executing on a computing device
JP2011013955A (en) * 2009-07-02 2011-01-20 Hitachi Systems & Services Ltd Media check evasion system
CN101719077A (en) * 2009-12-24 2010-06-02 北京飞天诚信科技有限公司 Method and device for injecting codes in .Net program
CN102722403A (en) * 2012-05-30 2012-10-10 福建天晴数码有限公司 Method for taking over Windows desktop
CN103853576A (en) * 2012-12-06 2014-06-11 腾讯科技(深圳)有限公司 Screenshot method and device
CN104063247A (en) * 2014-06-26 2014-09-24 北京奇虎科技有限公司 Application program calling method and system
CN104462220A (en) * 2014-11-07 2015-03-25 广东威创视讯科技股份有限公司 Method and device for web page screen shot and code transmission
CN104615327A (en) * 2014-12-24 2015-05-13 广州酷狗计算机科技有限公司 Window display method and device in game process
CN105955762A (en) * 2016-04-19 2016-09-21 北京金山安全软件有限公司 Method and device for injecting dynamic link library file and electronic equipment
CN106528096A (en) * 2016-10-20 2017-03-22 武汉斗鱼网络科技有限公司 Method and system for drawing popup image on D3D12 full screen game source
CN108446146A (en) * 2018-03-22 2018-08-24 北京奇艺世纪科技有限公司 A kind of game data acquisition method and device
CN110059004A (en) * 2019-03-21 2019-07-26 深圳市腾讯信息技术有限公司 A kind of method, apparatus, equipment and the medium of application test
CN111752505A (en) * 2019-03-27 2020-10-09 北京传送科技有限公司 Real-time image capturing method, system and storage medium for VR
CN110362375A (en) * 2019-07-11 2019-10-22 广州虎牙科技有限公司 Display methods, device, equipment and the storage medium of desktop data
CN111191647A (en) * 2019-12-26 2020-05-22 常州工学院 Standard formula identification method based on image processing
CN113703859A (en) * 2020-05-08 2021-11-26 腾讯科技(深圳)有限公司 Dynamic link library injection method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IP化超高清视频解析和监测系统设计及实现;王晨 等;《中国传媒大学学报(自然科学版)》;20220220;15-22 *

Also Published As

Publication number Publication date
CN114610405A (en) 2022-06-10

Similar Documents

Publication Publication Date Title
US9164798B2 (en) Method, apparatus and computer for loading resource file for game engine
CN111861854A (en) Method and device for graphic rendering
US9715750B2 (en) System and method for layering using tile-based renderers
Stone et al. GPU-accelerated molecular visualization on petascale supercomputing platforms
CN113457160B (en) Data processing method, device, electronic equipment and computer readable storage medium
KR20120102703A (en) Method and computing device for capturing screen images and for identifying screen image changes using a gpu
CN109309842B (en) Live broadcast data processing method and device, computer equipment and storage medium
US9626733B2 (en) Data-processing apparatus and operation method thereof
EP3138006A1 (en) System and method for unified application programming interface and model
KR101711775B1 (en) Graphics memory load mask for graphics processing
CN111346378B (en) Game picture transmission method, device, storage medium and equipment
CN116185743B (en) Dual graphics card contrast debugging method, device and medium of OpenGL interface
Andersson et al. Virtual Texturing with WebGL
CN112929740A (en) Method, device, storage medium and equipment for rendering video stream
TW201926239A (en) Tile-based low-resolution depth storage
CN112218148A (en) Screen recording method and device, computer equipment and computer readable storage medium
US10237563B2 (en) System and method for controlling video encoding using content information
CN114610405B (en) Multi-application screen capturing and network code output method, equipment, medium and product
US20240087206A1 (en) Systems and methods of rendering effects during gameplay
CN116880937A (en) Desktop screen capturing data processing method, device, equipment and medium for interactive classroom
CN117065357A (en) Media data processing method, device, computer equipment and storage medium
JP2021522721A (en) Screen capture method, terminal and storage medium
CN114359020A (en) Image processing method, image processing device, storage medium and electronic equipment
CN114217758A (en) Image display method, image display device, electronic equipment and computer readable storage medium
CN113192173A (en) Image processing method and device for three-dimensional scene and electronic equipment

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