WO2021237434A1 - 显示屏配置方法、装置和系统以及计算机可读存储介质 - Google Patents

显示屏配置方法、装置和系统以及计算机可读存储介质 Download PDF

Info

Publication number
WO2021237434A1
WO2021237434A1 PCT/CN2020/092229 CN2020092229W WO2021237434A1 WO 2021237434 A1 WO2021237434 A1 WO 2021237434A1 CN 2020092229 W CN2020092229 W CN 2020092229W WO 2021237434 A1 WO2021237434 A1 WO 2021237434A1
Authority
WO
WIPO (PCT)
Prior art keywords
display
cabinet
display screen
box
serial number
Prior art date
Application number
PCT/CN2020/092229
Other languages
English (en)
French (fr)
Inventor
孙国力
吕茂瑞
赵文博
韩丹
Original Assignee
西安诺瓦星云科技股份有限公司
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 西安诺瓦星云科技股份有限公司 filed Critical 西安诺瓦星云科技股份有限公司
Priority to PCT/CN2020/092229 priority Critical patent/WO2021237434A1/zh
Priority to CN202080006152.6A priority patent/CN114127833B/zh
Publication of WO2021237434A1 publication Critical patent/WO2021237434A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • G09G3/20Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters

Definitions

  • the present application relates to the field of display control technology, and specifically to a display screen configuration method, a display screen configuration device, a display screen configuration system, and a computer-readable storage medium.
  • the configuration process of the LED display is complicated and the technical requirements are high.
  • ordinary users who do not know much about LED display related knowledge they cannot complete the configuration of the LED display independently.
  • the existing related solution is that after the user completes the assembly of the LED box to form the LED display, the display manufacturer arranges professional staff to go to the site to configure the LED display. As a result, the display manufacturer needs to spend a lot of resources to solve the LED display for the user.
  • the configuration problem of the display screen makes the configuration of the LED display screen bring great inconvenience and resource consumption to users and manufacturers.
  • This application proposes a display screen configuration method, a display screen configuration device, a display screen configuration system, and a computer-readable storage medium, which can enable ordinary users to independently complete display screen configuration without the need for screen manufacturers to arrange professional work personnel.
  • a method for configuring a display screen includes: receiving a captured image obtained by displaying a designated screen on the display screen of a shooting target, wherein the target display screen is composed of one or more display boxes; Obtaining cabinet configuration information from the acquired image; obtaining cabinet resolution information corresponding to each display cabinet in the target display screen; according to the cabinet configuration information and the cabinet corresponding to each display cabinet The resolution information generates a target configuration file; and sends the target configuration file to a display screen controller connected to the target display screen.
  • the configuration process of the LED display is complicated and the technical requirements are high.
  • the display manufacturer needs to arrange professional work. Personnel go to the site to configure the LED display.
  • the display manufacturer needs to spend a lot of resources to solve the configuration problem of the LED display for the user, which makes the configuration of the LED display cause great inconvenience and resource consumption to the user and the manufacturer. .
  • This application obtains cabinet configuration information by analyzing the captured images obtained by displaying a specified screen on the target display screen, and obtains cabinet resolution information corresponding to each display cabinet in the target display screen, thereby generating a configuration file and sending it to the display controller ,
  • the method before the receiving the captured image obtained by displaying the specified screen on the display screen of the shooting target, the method further includes: issuing a cabinet positioning instruction to the display screen controller, The display screen controller controls each display box based on the box positioning instruction to display its own corresponding network port serial number and box serial number as the designated screen, wherein the network port serial number represents the display
  • the cabinet is connected to the network port number corresponding to the network port of the display screen controller, and the cabinet serial number represents the corresponding connection sequence of the display cabinet under the network port of the connected display controller.
  • each display box By controlling each display box to display its own corresponding network port serial number and box serial number, it helps the operator to intuitively understand the sorting and connection relationship between the display boxes and the connection relationship between the display box and the display controller , To facilitate subsequent operations.
  • the method before the receiving the captured image obtained by displaying the specified screen on the display screen of the shooting target, the method further includes: issuing a cabinet positioning instruction to the display screen controller, The display screen controller controls each display box to display its own recognizable image as the designated screen based on the box positioning instruction, wherein each recognizable image can be identified to obtain the corresponding display box The serial number of the network port and the serial number of the cabinet.
  • each display box By controlling each display box to display its corresponding identifiable image, it can be used for subsequent identification to obtain the corresponding network port serial number and box serial number, thereby reducing the difficulty of analyzing the captured image.
  • the parsing the collected image to obtain cabinet configuration information includes: performing identification processing on the collected image to obtain a network corresponding to each display cabinet. Port serial number and box serial number; based on the network port serial number and the box serial number, the arrangement information and connection information of the display box are generated as the box configuration information.
  • the identification processing of the collected images to obtain the network port serial number and the box serial number corresponding to each display box specifically includes: A calling function performs color space conversion on the collected image to obtain a grayscale image; thresholding the grayscale image according to the second calling function to obtain a processed image; and contouring the processed image according to the third calling function Obtain the box image corresponding to each display box; identify the image content of each box image according to the fourth calling function to obtain the network port serial number and the box serial number corresponding to each display box.
  • the first calling function is the OpenCV.cvtColor function
  • the second calling function is the OpenCV.threshold function
  • the third calling function is OpenCV.findContours Function
  • the fourth calling function is a Tesseract.SetImage function and a Tesseract.Recognize function for recognizing characters in an image, or a function for recognizing a recognizable image in OpenCV.
  • the acquiring the cabinet resolution information of each display cabinet in the target display screen includes: based on the network port serial number and the cabinet The serial number sequentially issues a resolution acquisition instruction to the display screen controller, so that the display screen controller reads locally pre-stored cabinet resolution information corresponding to the display cabinet based on the resolution acquisition instruction.
  • the generating a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each display cabinet includes: The arrangement information, the connection information, and the cabinet resolution information corresponding to each display cabinet are used to generate the display coordinates corresponding to each display cabinet; The display coordinates and the cabinet resolution information are integrated based on a preset file format to obtain the target configuration file.
  • a display screen configuration device which is suitable for performing the display screen configuration method of any one of the foregoing first aspect, and includes: an image receiving module for receiving the display screen of the shooting target A captured image obtained from a specified screen, where the target display screen is composed of one or more display cabinets; an image analysis module for analyzing the captured image to obtain cabinet configuration information; an information obtaining module for obtaining the target The cabinet resolution information of each display cabinet in the display screen; a file generation module for generating a target configuration file according to the cabinet configuration information and the cabinet resolution information of each display cabinet; and file sending The module is used to send the target configuration file to the display screen controller connected to the target display screen.
  • a display screen configuration system which includes: a display screen controller; an LED display screen, connected to the display screen controller and including one or more LED boxes; a host computer, wireless Connected to the display controller; wherein, the host computer is used to: receive the captured image obtained by shooting the LED display screen to display a specified screen; parse the captured image to obtain cabinet configuration information; obtain the LED display screen Cabinet resolution information corresponding to each LED cabinet; generating a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each LED cabinet; and sending the target configuration file To the display screen controller, the display screen controller controls the LED display screen to perform screen display according to the target configuration file.
  • the configuration process of the LED display is complicated and the technical requirements are high.
  • the display manufacturer needs to arrange professional work. Personnel go to the site to configure the LED display.
  • the display manufacturer needs to spend a lot of resources to solve the configuration problem of the LED display for the user, which makes the configuration of the LED display cause great inconvenience and resource consumption to the user and the manufacturer. .
  • the host computer involved in this application receives the collected images obtained by shooting the LED display screen to display the specified screen, analyzes the collected images to obtain cabinet configuration information, and obtains cabinet resolution information of each LED cabinet in the LED display screen, thereby generating the target configuration
  • the file is sent to the display controller, without the need for the display manufacturer to arrange professional staff, and the user does not need to learn or understand the relevant background knowledge of the LED display, so that ordinary users can complete the display configuration independently, avoiding the existing method that requires the display manufacturer to arrange Disadvantages of screen configuration by professional staff, and when user demand surges, the user’s independent screen configuration operation can also be realized, which saves a lot of manpower and other resource consumption for screen manufacturers. Users do not need to wait for the staff to configure the display screen by themselves, saving Time, and easy to operate.
  • the host computer is also used to: issue a cabinet positioning instruction to the The display screen controller; the display screen controller is used to control each LED cabinet to display its own corresponding network port serial number and cabinet serial number as the designated screen based on the cabinet positioning instruction, wherein the network port The serial number represents the network port number corresponding to the network port where the LED box is connected to the display controller, and the box serial number represents the corresponding connection of the LED box under the network port of the connected display controller Sequence; or the display screen controller is used to: based on the cabinet positioning instruction, control each LED cabinet to display its own recognizable image as the designated screen, wherein each recognizable image can be recognized to obtain the corresponding The serial number of the network port of the LED box and the serial number of the box.
  • the host computer is used to parse the captured image to obtain cabinet configuration information, which specifically includes: performing recognition processing on the captured image to obtain each LED The network port serial number and the cabinet serial number corresponding to the cabinet; based on the network port serial number and the cabinet serial number, the arrangement information and connection information of the LED cabinet are generated as the cabinet configuration information.
  • the host computer is used to identify and process the collected images to obtain the network port serial number and the box serial number corresponding to each LED box, which specifically includes : Perform color space conversion on the collected image according to the first call function to obtain a grayscale image; perform threshold processing on the grayscale image according to the second call function to obtain a processed image; perform a process image on the processed image according to the third call function Perform contour drawing to obtain the cabinet image corresponding to each LED cabinet; identify the image content of each cabinet image according to the fourth calling function to obtain the network port number and the cabinet corresponding to each LED cabinet Body serial number.
  • the first calling function is the OpenCV.cvtColor function
  • the second calling function is the OpenCV.threshold function
  • the third calling function is OpenCV.findContours Function
  • the fourth calling function is a Tesseract.SetImage function and a Tesseract.Recognize function for recognizing characters in an image, or a function for recognizing a recognizable image in OpenCV.
  • the host computer is used to obtain the cabinet resolution information of each LED display cabinet in the LED display screen, which specifically includes: based on the network port The serial number and the serial number of the box sequentially issue a resolution acquisition instruction to the display screen controller, so that the display screen controller reads the pre-stored boxes corresponding to the LED box locally based on the resolution acquisition instruction Resolution information.
  • the host computer is configured to generate a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each LED cabinet , Specifically including: generating the display coordinates corresponding to each display box according to the arrangement information, the connection information, and the box resolution information corresponding to each LED box; The display coordinates corresponding to the display box and the box resolution information are integrated to generate the target configuration file based on a preset file format.
  • a display screen configuration system including: a processor and a memory connected to the processor; wherein the memory stores instructions executed by the processor, and the instructions enable all The processor executes operations to perform the display screen configuration method as described in any one of the foregoing.
  • a computer-readable storage medium is proposed.
  • the computer-readable storage medium is a non-volatile memory and stores computer-readable instructions.
  • the computer-readable instructions include Instructions for any one of the foregoing display screen configuration methods.
  • the above-mentioned technical features of this application may have one or more of the following beneficial effects: there is no need for screen manufacturers to arrange professional staff, and there is no need for users to learn or understand the background knowledge of LED display screens, so that ordinary users can independently complete the display screen configuration and avoid current problems.
  • FIG. 1 is a schematic flowchart of the display screen configuration method disclosed in the first embodiment of the present application
  • FIG. 2a is a schematic diagram of image acquisition involved in the display screen configuration method disclosed in the first embodiment of the present application
  • 2b is a schematic diagram of obtaining the display coordinates of the display box involved in the display screen configuration method disclosed in the first embodiment of the present application;
  • FIG. 3 is a schematic diagram of a designated screen involved in a specific implementation of the display screen configuration method disclosed in the first embodiment of the present application;
  • FIG. 4 is a schematic diagram of the structure of the display screen configuration device disclosed in the second embodiment of the present application.
  • FIG. 5 is a schematic diagram of the structure of the display screen configuration system disclosed in the third embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of a display screen controller in the display screen configuration system shown in FIG. 5;
  • FIG. 7 is a schematic structural diagram of a display screen configuration system disclosed in the fourth embodiment of the present application.
  • Fig. 8 is a schematic structural diagram of a computer-readable storage medium disclosed in a fifth embodiment of the present application.
  • 20 display screen configuration device; 21: image receiving module; 22: image analysis module; 23: information acquisition module; 24: file generation module;
  • 30 display screen configuration system
  • 31 display screen controller
  • 311 video input interface
  • 312 programmable logic device
  • 313 microcontroller
  • 314 network port
  • 315 wireless communication module
  • 32 LED display
  • 33 host computer
  • the first embodiment of the present application proposes a display screen configuration method.
  • the display screen configuration method includes, for example, step S11 to step S15.
  • Step S11 receiving a captured image obtained by displaying a designated screen on the target display screen, where the target display screen consists of one or more display boxes;
  • Step S12 parse the collected image to obtain cabinet configuration information
  • Step S13 Obtain cabinet resolution information corresponding to each display cabinet in the target display screen
  • Step S14 Generate a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each display cabinet;
  • Step S15 Send the target configuration file to the display screen controller connected to the target display screen.
  • the target display screen mentioned in step S11 is, for example, an LED display screen
  • the mentioned display box is, for example, an LED box.
  • Each LED box includes, for example, a display control card and an LED module connected to the display control card.
  • Each LED module is formed by splicing at least one LED light board.
  • the collected images mentioned include, for example, the image of the network port serial number and the box serial number corresponding to each display box, or the identifiable image corresponding to each display box, where the identifiable image can be identified to obtain the corresponding network port Serial number and cabinet serial number.
  • the mentioned display control card is, for example, the receiving card in the LED display control system, also known as the scanning card, which includes, for example, a network port, a programmable logic device connected to the network port, and a microcontroller connected to a programmable logic device.
  • the network port mentioned is, for example, RJ45
  • the memory mentioned is, for example, a volatile memory SDRAM
  • the programmable logic device mentioned is, for example, FPGA
  • the microcontroller mentioned is, for example, MCU.
  • the cabinet configuration information mentioned in step S12 includes, for example, display cabinet arrangement information and connection information, and further includes the number of display cabinets.
  • the number of display boxes can be understood as the number of display boxes required to be spliced into the target display screen.
  • Arrangement information can be understood as the arrangement of display boxes.
  • the connection information can be understood as the connection relationship between the display cabinets and the connection relationship between the display cabinet and the network port of the display controller. For example, as shown in Figure 2a, analyzing the captured image can confirm that 12 display boxes are required to be spliced into the target display screen, that is, the number of display boxes is obtained; and the 12 display boxes are arranged in a 4*3 arrangement.
  • the display boxes of the first and second rows from top to bottom are connected to the network port 1 of the display controller, and the display box of the third row is connected to the display controller
  • the connection of the four display boxes in the first row is from left to right, and the rightmost display box in the first row It is connected with the rightmost display box in the second row, and the four display boxes in the second row are connected from right to left in sequence.
  • the cabinet resolution information mentioned in step S13 is the resolution corresponding to each display cabinet constituting the target display screen.
  • step S13 includes, for example, the cabinet resolution information input by the display controller. It can be understood here that after the LED display is assembled, the display controller establishes a connection with the LED display, and the display controller stores the cabinet resolution information of each LED cabinet in the LED display, and then the display The controller can input the cabinet resolution information into the host computer in response to the resolution acquisition instruction.
  • the obtained cabinet resolution information can also be obtained according to the user's display purchase order.
  • the mentioned display purchase order includes, for example, an order for a user to purchase a display through an application (APP).
  • the order includes, for example, the specification information of the display cabinet, including the manufacturer, model and quantity, and the model and quantity of the display controller, etc. Parameters, when the user uses the application to perform the display configuration steps, the cabinet resolution information obtained from the display purchase order can be used for subsequent display configuration. This simplifies the display configuration process. Easy to operate.
  • the process of obtaining cabinet resolution information through a display purchase order is as follows: after the user first enters the use environment of the display, the reserved size of the display, and the best viewing distance through the application, the application can The information entered by the user generates at least one display selection plan.
  • Each display selection plan includes the model and quantity of the display cabinet and the model and quantity of the display controller.
  • the user determines one in the generated display selection plan.
  • a kind of display screen purchase plan pays to place an order to complete the purchase of the display screen, that is, purchase the display box and the display controller.
  • the target display screen needs to be configured That is, the application can obtain the cabinet resolution information of each display cabinet in the target display screen according to the user's aforementioned display purchase order.
  • the obtained cabinet resolution information can also be directly input by the user, that is, the cabinet resolution information input by the user from the interactive interface is obtained.
  • the mentioned interactive interface is, for example, a human-computer interaction interface of an application program (APP), and the application program is executed on a mobile phone or a computer, for example.
  • APP application program
  • the application program is executed on a mobile phone or a computer, for example.
  • the application provides a relevant information input window for the user to directly input the cabinet resolution information.
  • the target display screen used by the user is not purchased by the online application, the user can also use
  • the method of this embodiment realizes the configuration of the display screen.
  • the box resolution of each display box in the target display screen can also be changed in the interactive interface. Rate information, so as to achieve the configuration of the display screen, in this way, greatly meet the needs of users.
  • the target configuration file mentioned in step S14 is the file needed to configure the target display screen, including the number of network ports used by the display controller, the number of display cabinets connected to each network port, and the arrangement of the display cabinets Relations and connection relations, display the starting point offset coordinates of the box and other information. It can be understood here that the starting point offset coordinates of the image displayed by each display cabinet can be calculated according to the cabinet configuration information and cabinet resolution information, that is, the display coordinates, and then the coordinates are offset according to the starting point of the display cabinet And the cabinet resolution information generates the target configuration file.
  • the display controller mentioned in step S15 is, for example, an asynchronous sending card in the LED display control system, including a video source input interface, a programmable logic device connected to the video source input interface, and a microcontroller connected to the programmable logic device , Devices such as the memory connected to the programmable logic device and the network port connected to the programmable logic device.
  • the aforementioned programmable logic device is, for example, FPGA
  • the mentioned microcontroller is, for example, MCU
  • the mentioned memory is, for example, non-volatile memory
  • the mentioned network port is, for example, RJ45
  • the mentioned video source input interface is For example, it is an HDMI interface.
  • the display screen controller controls the target display screen for screen display according to the target configuration file.
  • the target configuration file can also be combined to display cabinet specification information.
  • the mentioned specification information of the display box includes, for example, information such as the model, manufacturer, box size, and box point spacing of the display box. What is considered here is that different manufacturers have different configuration file templates, and the configuration file templates can be found directly based on the specification information of the display cabinet.
  • the acquisition of the specification information of the display cabinet mentioned here, for example, the display controller recognizes that the specification information of the display cabinet is input into the user's mobile device, or obtained through the user's display purchase order, or by the user in the man-machine exchange interface Enter in.
  • the display screen configuration method further includes, for example, sending a cabinet positioning instruction to the display screen controller, so that the display controller can be based on the cabinet positioning instruction Control each display cabinet to display its own corresponding network port serial number and cabinet serial number as the designated screen, wherein the network port serial number represents the network corresponding to the network port of the display cabinet connected to the display controller Port number, the box serial number represents the connection sequence of the display box under the network port of the connected display controller.
  • the box positioning instruction mentioned is, for example, issued by the host computer.
  • the foregoing steps can be understood as: the host computer sends a cabinet positioning instruction to the display controller, and the display controller controls each display cabinet in the target display to display its corresponding network port serial number and cabinet serial number. That is, the network port number of the display controller connected to it and the connection sequence of the cabinet corresponding to the network port.
  • the target display screen is formed by splicing 12 display boxes, and the 12 display boxes are carried by the network port 1 and network port 2 of the display controller, and each network port Connect 6 display boxes, and the format of each display box display screen is, for example, "network port serial number-box serial number", but this application is not limited to this.
  • Figure 2a schematically shows the 1-1 of the display box. Indicates that the corresponding display box is connected to the network port 1 of the display controller, and is the first display box under the network port 1.
  • the 1-2 displayed on the display box indicates that the display box is connected to the display controller Network port 1, and it is the second display box under the network port 1.
  • the 2-3 displayed on the display box indicates that the display box is connected to the network port 2 of the display controller, and it is the second display box under the network port 2.
  • each display box By controlling each display box to display its own corresponding network port serial number and box serial number, it helps the operator to intuitively understand the sorting and connection relationship between the display boxes and the connection relationship between the display box and the display controller , To facilitate subsequent operations.
  • the display screen configuration method further includes, for example, sending a cabinet positioning instruction to the display screen controller, so that the display controller can be based on the cabinet positioning instruction Control each display box to display its own identifiable image as the designated screen, wherein each identifiable image can be identified to obtain the network port serial number and box serial number of the corresponding display box.
  • the identifiable images mentioned include, for example, two-dimensional codes, barcodes, and other identifiable images that express information.
  • the foregoing steps can be understood as: the host computer sends a cabinet positioning instruction to the display controller, and the display controller controls each display cabinet in the target display to display its corresponding recognizable image, for example, display a two One-dimensional code, the two-dimensional code is recognized to obtain the corresponding network port serial number and cabinet serial number.
  • each display box By controlling each display box to display its corresponding identifiable image, it can be used for subsequent identification to obtain the corresponding network port serial number and box serial number. Compared with the scheme of directly displaying the network port serial number and the box serial number, the image acquisition can be reduced. Difficulty of analysis.
  • the foregoing step S12 includes, for example, performing recognition processing on the collected images to obtain the network port serial number and the cabinet serial number corresponding to each display cabinet; and based on the network port serial number and the location
  • the box serial number generates and displays the arrangement information and connection information of the box as the box configuration information.
  • the aforementioned recognition processing on the collected image to obtain the network port serial number and the box serial number corresponding to each display box includes, for example: performing color space conversion on the collected image according to the first calling function. Grayscale image; thresholding the grayscale image according to the second calling function to obtain a processed image; performing contour drawing on the processed image according to the third calling function to obtain the box image corresponding to each display box ; Identify the image content of each box image according to the fourth calling function to obtain the network port serial number and the box serial number corresponding to each display box.
  • the first calling function mentioned is, for example, the OpenCV.cvtColor function.
  • the mentioned second calling function is, for example, the OpenCV.threshold function.
  • the third calling function mentioned is, for example, the OpenCV.findContours function.
  • the fourth calling function mentioned is, for example, the Tesseract.SetImage function and the Tesseract.Recognize function for character recognition in images, or the function for recognizing recognizable images in OpenCV.
  • the mentioned color space conversion is, for example, the conversion of RGB space into grayscale space.
  • the threshold processing mentioned includes, for example, denoising and sharpening.
  • the parameters of denoising and sharpening can be adjusted according to the light of the actual scene and the tone of the box image corresponding to the display box, by thresholding the grayscale image Processing can make the gray image more clear, so as to facilitate subsequent image recognition.
  • the mentioned contour drawing is, for example, rectangular pattern matching, that is, the box image corresponding to the display box is identified and drawn.
  • the screen configuration work that originally needed to be done manually is realized through image recognition to automatically complete the screen configuration, saving time and labor costs.
  • the foregoing step S13 includes, for example, issuing a resolution acquisition instruction to the display controller in sequence based on the network port serial number and the cabinet serial number, so that the display controller can be based on
  • the resolution acquisition instruction reads locally pre-stored cabinet resolution information corresponding to the display cabinet.
  • the resolution acquisition instruction can be issued for each display cabinet, and the display controller reads the predetermined display from the local storage based on the received resolution acquisition instruction.
  • the cabinet resolution information of the cabinet For example, the display controller locally stores the cabinet resolution information corresponding to the display cabinet, and after receiving the resolution acquisition instruction, the display controller reads and outputs the stored cabinet resolution information locally.
  • the foregoing step S14 includes, for example, generating each display box according to the arrangement information, the connection information, and the box resolution information corresponding to each display box. Display coordinates corresponding to each display box; and integrating the display coordinates corresponding to each display box and the box resolution information based on a preset file format to obtain the target configuration file.
  • the target display screen is composed of four display cabinets, and the cabinet resolution information corresponding to each display cabinet is the same, both of which are 64*64.
  • the display Sorting information and connection information between the cabinets two display cabinets are connected to the network port 1 of the display controller, and two display cabinets are connected to the network port 2 of the display controller.
  • the display coordinates can be calculated.
  • the display coordinates of each display box are based on the upper left corner, and the upper left corner of the first display box of the network port 1 is the coordinate origin (0,0), and the coordinates (0,0) are also It is the display coordinate of the first display box of the network port 1, because the second display box of the network port 1 is aligned with the first display box of the network port 1, so the second display box of the network port 1
  • the ordinate of the display coordinates corresponding to the network port is the same as the ordinate of the first display box of the network port 1, and the abscissa is the abscissa of the first display box of the network port 1 plus the width of the first display box.
  • the display coordinate corresponding to the second display box of network port 1 is (64,0).
  • the display coordinate of the first display box of network port 2 can be calculated as (0,64), and the network port The second display coordinate of 2 is (64,64). After the display coordinates and cabinet resolution information are obtained, these information can be integrated to obtain the target configuration file.
  • the preset file format mentioned is, for example, the target configuration The template format required for the file.
  • the display configuration method completes the configuration of the LED display without having to disconnect and connect again, which is convenient to operate and save time.
  • the display controller controls the LED display to display a designated screen as shown in Figure 3, where the content of the designated screen displays xy for each LED cabinet, where x is the serial number of the network port, and y is the serial number of the network port Box serial number, that is, the LED boxes under the same network port are connected in sequence in the order of the box serial numbers.
  • the LED display is composed of 12 LED boxes spliced together, and the display controller is required. Two network ports are used for loading, and the wiring between the LED boxes connected under each network port is disordered.
  • the user uses a mobile phone to take a picture of the target display screen, so that the mobile APP can obtain the collected image.
  • the collected image is the same as the specified screen.
  • the APP will automatically parse the collected image to determine the cabinet configuration information to determine the number of LED cabinets. 12, the network port 1 of the display controller is connected to 8 LED boxes, and the network port 2 of the display controller is connected to 4 LED boxes, and the connection relationship between the LED boxes. Then the mobile phone APP can receive the cabinet resolution information of each LED display box in the LED display screen input by the display controller. After this mobile phone APP receives the cabinet resolution information, combined with the cabinet configuration information, the target configuration file can be generated Send to the display controller to complete the configuration of the LED display.
  • the display screen configuration method disclosed in this embodiment is for example implemented in an application program (APP), where the application program is, for example, an application program of a host computer, and the host computer is, for example, a user mobile device such as a mobile phone or a computer. It is not limited to this, and a webpage, an official account, or a WeChat applet can also implement the display configuration method disclosed in the embodiment of the present application.
  • APP application program
  • the application program is, for example, an application program of a host computer
  • the host computer is, for example, a user mobile device such as a mobile phone or a computer.
  • a webpage, an official account, or a WeChat applet can also implement the display configuration method disclosed in the embodiment of the present application.
  • the display screen configuration method proposed in this embodiment can eliminate the need for screen manufacturers to arrange professional staff, and does not require users to learn or understand LED display related background knowledge, so that ordinary users can independently complete display screen configuration and avoid existing
  • the method requires the screen manufacturer to arrange professional staff for screen configuration, and when the user demand surges, it can also realize the user's independent screen configuration operation, which saves a lot of manpower and other resource consumption for the screen manufacturer, and the user does not need to wait for the staff.
  • Self-configuring the display screen saves time and is easy to operate.
  • the second embodiment of the present application discloses a display screen configuration device.
  • the display screen configuration device 20 includes, for example, an image receiving module 21, an image analyzing module 22, an information acquiring module 23, a file generating module 24, and a file sending module 25.
  • the image receiving module 21 is configured to receive a captured image obtained by displaying a designated screen on a shooting target display screen, where the target display screen is composed of one or more display boxes.
  • the image analysis module 22 is used to analyze the collected images to obtain cabinet configuration information.
  • the information acquisition module 23 is used to acquire the cabinet resolution information of each display cabinet in the target display screen.
  • the file generating module 24 is configured to generate a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each display cabinet.
  • the file sending module 25 is configured to send the target configuration file to a display screen controller connected to the target display screen.
  • the display screen configuration module 20 further includes an instruction issuing module for issuing a cabinet positioning instruction to the display controller, so that the display controller controls the display based on the cabinet positioning instruction.
  • Each display cabinet displays its own corresponding network port serial number and cabinet serial number as the designated screen, wherein the network port serial number represents the network port number corresponding to the network port of the display cabinet connected to the display controller, The cabinet serial number represents the corresponding connection sequence of the display cabinet under the network port of the connected display controller; or the instruction issuing module is used to issue cabinet positioning instructions to the display controller,
  • the display screen controller controls each display box to display its own recognizable image as the designated screen based on the box positioning instruction, wherein each recognizable image can be identified to obtain the corresponding display box
  • the serial number of the network port and the serial number of the cabinet issuing a cabinet positioning instruction to the display controller, so that the display controller controls the display based on the cabinet positioning instruction.
  • the image analysis module 22 is specifically configured to perform recognition processing on the collected images to obtain the network port serial number and the cabinet serial number corresponding to each display cabinet; generate a display based on the network port serial number and the cabinet serial number
  • the arrangement information and connection information of the cabinet are used as the cabinet configuration information.
  • the aforementioned identification processing of the collected image to obtain the network port serial number and the box serial number corresponding to each display box includes, for example, the color space conversion of the collected image according to the first calling function to obtain the gray scale Image; thresholding the grayscale image according to the second calling function to obtain a processed image;
  • the first calling function is the OpenCV.cvtColor function
  • the second calling function is the OpenCV.threshold function
  • the third calling function is the OpenCV.findContours function
  • the fourth calling function is recognizing characters in the image
  • the information obtaining module 23 is specifically configured to sequentially issue resolution obtaining instructions to the display screen controller based on the network port serial number and the cabinet serial number, so that the display screen controller can obtain the resolution based on the resolution.
  • the instruction reads the pre-stored cabinet resolution information corresponding to the display cabinet from the local.
  • the file generating module 24 is specifically configured to generate the display coordinates corresponding to each display cabinet according to the arrangement information, the connection information, and the cabinet resolution information corresponding to each display cabinet. Integrating the display coordinates corresponding to each display box and the box resolution information based on a preset file format to obtain the target configuration file.
  • the mentioned target display screen is an LED display screen
  • the display boxes are LED boxes
  • each of the LED boxes includes a display control card and an LED module connected to the display control card.
  • the display screen configuration method implemented by the display screen configuration device 20 proposed in this embodiment is as described in the foregoing first embodiment, so it will not be described in detail here.
  • each module in the second embodiment and other operations or functions described above are used to implement the method in the first embodiment of the present application, and the beneficial effects of the display screen configuration device 20 disclosed in this embodiment are the same as those of the first embodiment.
  • the beneficial effects of the display screen configuration methods disclosed in the examples are the same, and are not repeated here for brevity.
  • the third embodiment of the present application discloses a display screen configuration system.
  • the display screen configuration system 30 includes, for example, a display screen controller 31, an LED display screen 32 and a host computer 33.
  • the LED display screen 32 is connected to the display screen controller 31.
  • the host computer 33 is wirelessly connected to the display screen controller 31.
  • the host computer 33 is used to execute the display screen configuration method disclosed in the first embodiment.
  • the host computer 33 is used to: receive the captured image obtained by shooting the LED display screen 32 to display a specified screen, analyze the captured image to obtain cabinet configuration information, and obtain the cabinet resolution corresponding to each LED cabinet in the LED display screen 32. Rate information, generate a target configuration file according to the cabinet configuration information and the cabinet resolution information corresponding to each LED cabinet, and send the target configuration file to the display controller 31 for display
  • the screen controller 31 controls the LED display 32 to perform screen display according to the target configuration file.
  • the display controller 31 is, for example, an asynchronous sending card in an LED display control system, and includes, for example, a video input interface 311, a programmable logic device 312, a microcontroller 313, a network port 314, and Wireless communication module 315.
  • the programmable logic device 312 is connected to the video input interface 311.
  • the microcontroller 313 is connected to the programmable logic device 312.
  • the wireless communication module 315 is connected to the microcontroller 313.
  • At least one network port 314 is connected to the programmable logic device 312 and the LED display 32.
  • the video input interface 311 is, for example, a DVI video interface, an SDI video interface, or an HDMI video interface.
  • the programmable logic device 312 is, for example, an FPGA (Field-Programmable Gate Array, field programmable gate array) or other similar logic devices.
  • Microcontroller 313 is, for example, MCU (Microcontroller Unit: Microcontroller Unit), also known as Single Chip Microcomputer or Single Chip Microcomputer; or other microprocessors with certain data processing and computing capabilities, such as ARM processors And DSP processor.
  • the network port 314 is, for example, an RJ45 interface.
  • the wireless communication module 315 is, for example, a WiFi module or a mobile network module.
  • the LED display screen 32 is formed by splicing a plurality of LED boxes, each LED box body includes, for example, a display control card and an LED module connected to the display control card, and each LED module is spliced by at least one LED light board.
  • the mentioned display control card is, for example, the receiving card in the LED display control system, also known as the scanning card, which includes, for example, a network port, a programmable logic device connected to the network port, and a microcontroller connected to a programmable logic device.
  • the mentioned network port is, for example, RJ45
  • the mentioned memory is, for example, a volatile memory SDRAM
  • the mentioned programmable logic device is, for example, FPGA
  • the mentioned microcontroller is, for example, MCU.
  • the upper computer 33 is, for example, a user's mobile device, including devices such as a mobile phone or a portable computer.
  • the upper computer 33 is used to execute the display screen configuration method disclosed in the first embodiment, which is implemented in an application program (APP), of course.
  • APP application program
  • the application is not limited to this, and a webpage, an official account, or a WeChat applet can also implement the display screen configuration method disclosed in the first embodiment.
  • the aforementioned designated screen includes, for example, the network port serial number and the box serial number corresponding to each LED box, or includes an identifiable image corresponding to each LED box.
  • the collected images mentioned include, for example, the image of the network port serial number and the box serial number corresponding to each LED box or the image including the recognizable image corresponding to each LED box, where the network port serial number is the display connected to the LED box.
  • the serial number of the network port of the screen controller, the box serial number is the serial number corresponding to the LED box under the network port, and the box serial number represents the connection sequence between the LED boxes under the network port.
  • the aforementioned cabinet configuration information includes, for example, the number of LED cabinets, arrangement information, and connection information.
  • the number of LED cabinets can be understood as the number of LED cabinets required to be spliced into the LED display 32, and the arrangement information It can be understood as the arrangement of the LED boxes, and the connection information can be understood as the connection relationship between the LED boxes and the connection relationship between the LED boxes and the network port of the display controller 31.
  • the aforementioned target configuration file is the file required to configure the LED display 32, including the number of network ports used by the display controller 31, the number of LED boxes connected to each network port, and the arrangement of the LED boxes Relations and connection relations, the offset coordinates of the starting point of the LED box, and other information.
  • the display configuration system 30 disclosed in this embodiment can eliminate the need for screen manufacturers to arrange professional staff, and does not require users to learn or understand LED display related background knowledge, so that ordinary users can independently complete the display configuration and avoid problems.
  • the fourth embodiment of the present application discloses a display screen configuration system.
  • the display screen configuration system 40 includes, for example, a processor 41 and a memory 42 connected to the processor 41.
  • the memory 42 stores instructions executed by the processor 41, and the instructions cause the processor 41 to perform operations to perform the display screen configuration method as described in the first embodiment.
  • the processor 41 performs operations to perform the following steps:
  • step (a) it further includes: issuing a cabinet positioning instruction to the display screen controller, so that the display controller controls each display cabinet based on the cabinet positioning instruction
  • the body displays its own corresponding network port serial number and cabinet serial number as the designated screen, wherein the network port serial number represents the network port number corresponding to the network port of the display cabinet connected to the display controller, and the cabinet The serial number represents the corresponding connection sequence of the display box under the network port of the connected display controller.
  • step (a) further includes: issuing a cabinet positioning instruction to the display controller, so that the display controller controls each display cabinet based on the cabinet positioning instruction
  • the identifiable image corresponding to the body display itself is used as the designated screen, wherein each identifiable image can be identified to obtain the network port serial number and the box serial number of the corresponding display box.
  • step (b) includes, for example, performing recognition processing on the collected images to obtain the network port serial number and the cabinet serial number corresponding to each display cabinet; generating a display based on the network port serial number and the cabinet serial number
  • the arrangement information and connection information of the cabinet are used as the cabinet configuration information.
  • the aforementioned recognition processing on the collected image to obtain the network port serial number and the box serial number corresponding to each display box includes, for example: performing color space conversion on the collected image according to the first calling function. Grayscale image; thresholding the grayscale image according to the second calling function to obtain a processed image; performing contour drawing on the processed image according to the third calling function to obtain the box image corresponding to each display box ; Identify the image content of each box image according to the fourth calling function to obtain the network port serial number and the box serial number corresponding to each display box.
  • the first calling function is the OpenCV.cvtColor function
  • the second calling function is the OpenCV.threshold function
  • the third calling function is the OpenCV.findContours function
  • the fourth calling function is recognizing characters in the image
  • step (c), for example, includes: sequentially issuing a resolution acquisition instruction to the display controller based on the network port serial number and the cabinet serial number, so that the display controller can acquire the resolution based on the resolution
  • the instruction reads the pre-stored cabinet resolution information corresponding to the display cabinet from the local.
  • step (d) includes, for example, generating the display coordinates corresponding to each display cabinet according to the arrangement information, the connection information, and the cabinet resolution information corresponding to each display cabinet. Integrating the display coordinates corresponding to each display box and the box resolution information based on a preset file format to obtain the target configuration file.
  • the mentioned target display screen is an LED display screen
  • the mentioned display box is an LED box.
  • Each of the LED boxes includes, for example, a display control card and an LED module connected to the display control card.
  • the display screen configuration method of the display screen configuration system 40 disclosed in this embodiment causes the processor 41 to perform operations to perform the display screen configuration method as described in the foregoing first embodiment, so it will not be described in detail here.
  • each processor and memory in this embodiment are used to implement the method in the first embodiment of the present application.
  • the technical effect of the display screen configuration system 40 disclosed in this embodiment is the same as that of the display screen configuration method in the first embodiment. The technical effects are the same, so I won’t repeat them here.
  • the fifth embodiment of the present application discloses a computer-readable storage medium.
  • the computer-readable storage medium 50 stores computer-readable instructions.
  • the computer-readable instructions include instructions for executing the display screen configuration method described in the foregoing first embodiment, so they will not be repeated here.
  • the computer-readable storage medium 50 is, for example, a non-volatile memory, such as including: magnetic media (such as hard disks, floppy disks, and magnetic tapes), optical media (such as CDROM disks and DVDs), magneto-optical media (such as optical disks), and specialized structures It is a hardware device (such as read-only memory (ROM), random access memory (RAM), flash memory, etc.) used to store and execute computer-executable instructions.
  • the computer-readable storage medium 50 may execute computer-readable instructions by one or more processors or processing devices.
  • the disclosed system, device and/or method may be implemented in other ways.
  • the device embodiments described above are merely illustrative, for example, the division of the units is only a logical function division, and there may be other divisions in actual implementation, for example, multiple units or components can be combined or It can be integrated into another system, or some features can be ignored or not implemented.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • the functional units/modules in the various embodiments of the present application can be integrated into one processing unit/module, or each unit/module can exist alone physically, or two or more units/modules can be integrated into one.
  • Unit/module The above-mentioned integrated unit/module may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional unit/module.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)

Abstract

一种显示屏配置方法、装置和系统以及一种计算机可读存储介质(50)。方法包括:接收拍摄目标显示屏显示指定画面得到的采集图像,其中目标显示屏由一个或多个显示箱体组成(S11);解析采集图像得到箱体配置信息(S12);获取目标显示屏中每个显示箱体对应的箱体分辨率信息(S13);根据箱体配置信息和每个显示箱体对应的箱体分辨率信息生成目标配置文件(S14);以及将目标配置文件发送至连接目标显示屏的显示屏控制器(31)(S15)。实现了普通用户独立完成的显示屏配置,无需屏体厂商安排专业工作人员。

Description

显示屏配置方法、装置和系统以及计算机可读存储介质 技术领域
本申请涉及显示控制技术领域,具体而言,涉及一种显示屏配置方法、一种显示屏配置装置和一种显示屏配置系统以及一种计算机可读存储介质。
背景技术
目前,LED显示屏的配置过程复杂,技术要求高,对LED显示屏相关知识了解不多的普通用户而言,其无法独立完成LED显示屏的配置。现有相关方案是,当用户完成LED箱体的组装形成LED显示屏之后,屏体厂商安排专业工作人员前往现场配置LED显示屏,如此一来,屏体厂商需要耗费大量的资源为用户解决LED显示屏的配置问题,使得LED显示屏的配置工作给用户和厂商带来很大的不便和资源消耗。
发明内容
本申请提出了一种显示屏配置方法、一种显示屏配置装置和一种显示屏配置系统以及一种计算机可读存储介质,可以实现普通用户独立完成显示屏配置,无需屏体厂商安排专业工作人员。
在本申请第一个方面,提出了一种显示屏配置方法,包括:接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成;解析所述采集图像得到箱体配置信息;获取所述目标显示屏中每个显示箱体对应的箱体分辨率信息;根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件;以及将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
在现有技术中,LED显示屏的配置过程复杂,技术要求高,对LED显示屏相关知识了解不多的普通用户而言,其无法独立完成LED显示屏的配置,需要屏体厂商安排专业工作人员前往现场配置LED显示屏,如此一来,屏体厂商需要耗费大量的资源为用户解决LED显示屏的配置问题,使得LED显示屏的配置工作给用户和厂商带来很大的不便和资源消耗。本申请通过解析拍摄目标显示屏显示指定画面得到的采集图像得到箱体配置信息,以及获取目标显示屏中每个显示箱体对应的箱体分辨率信息,从 而生成配置文件发送至显示屏控制器,可以无需屏体厂商安排专业工作人员,且无需用户专门学习或者理解LED显示屏相关背景知识,实现普通用户独立完成显示屏配置,避免现有方法需要屏体厂商安排专业工作人员进行配屏的弊端,且当用户需求激增时也能实现用户的独立配屏操作,为屏体厂商节省大量的人力等资源消耗,用户无需等到工作人员便可以自行配置显示屏,节省时间,且操作方便。
在本申请的第一个方面的一个可能的实现方式中,在所述接收拍摄目标显示屏显示指定画面得到的采集图像之前,还包括:下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述显示箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述显示箱体在连接的所述显示屏控制器的网口下对应的连接顺序。
通过控制每个显示箱体显示自身对应的网口序号和箱体序号,有助于操作者直观地了解显示箱体之间排序和连接关系以及显示箱体与显示屏控制器之间的连接关系,便于后续操作。
在本申请的第一个方面的一个可能的实现方式中,在所述接收拍摄目标显示屏显示指定画面得到的采集图像之前,还包括:下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应显示箱体的网口序号和箱体序号。
通过控制每个显示箱体显示自身对应的可识别图像,以用于后续识别获取对应的网口序号和箱体序号,降低对采集图像进行解析难度。
在本申请的第一个方面的一个可能的实现方式中,所述解析所述采集图像得到箱体配置信息,包括:对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号;基于所述网口序号和所述箱体序号生成显示箱体的排列信息和连线信息作为所述箱体配置信息。
在本申请的第一个方面的一个可能的实现方式中,所述对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号,具体为包括:根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个显示箱体对应的箱体图像;根据第四调用函数识别每个箱体图像的图像内容得到所述每个显示箱体对应的所述网口序号和所述箱体序号。
在本申请的第一个方面的一个可能的实现方式中,所述第一调用函数为 OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
在本申请的第一个方面的一个可能的实现方式中,所述获取所述目标显示屏中每个显示箱体的箱体分辨率信息,包括:基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应显示箱体的箱体分辨率信息。
在本申请的第一个方面的一个可能的实现方式中,所述根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件,包括:根据所述排列信息、所述连线信息和所述每个显示箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合得到所述目标配置文件。
在本申请第二个方面,提出了一种显示屏配置装置,适于执行如前述第一个方面中任意一种的显示屏配置方法,包括:图像接收模块,用于接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成;图像解析模块,用于解析所述采集图像得到箱体配置信息;信息获取模块,用于获取所述目标显示屏中每个显示箱体的箱体分辨率信息;文件生成模块,用于根据所述箱体配置信息和所述每个显示箱体的箱体分辨率信息生成目标配置文件;以及文件发送模块,用于将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
在本申请第三个方面,提出了一种显示屏配置系统,包括:显示屏控制器;LED显示屏,连接所述显示屏控制器,且包括一个或多个LED箱体;上位机,无线连接所述显示屏控制器;其中,所述上位机用于:接收拍摄所述LED显示屏显示指定画面得到的采集图像;解析所述采集图像得到箱体配置信息;获取所述LED显示屏中每个LED箱体对应的箱体分辨率信息;根据所述箱体配置信息和所述每个LED箱体对应的所述箱体分辨率信息生成目标配置文件;以及将所述目标配置文件发送至所述显示屏控制器,以由所述显示屏控制器根据所述目标配置文件控制所述LED显示屏进行画面显示。
在现有技术中,LED显示屏的配置过程复杂,技术要求高,对LED显示屏相关知识了解不多的普通用户而言,其无法独立完成LED显示屏的配置,需要屏体厂商安排专业工作人员前往现场配置LED显示屏,如此一来,屏体厂商需要耗费大量的资源为用户解决LED显示屏的配置问题,使得LED显示屏的配置工作给用户和厂商带来很大的不便和资源消耗。本申请涉及的上位机接收拍摄LED显示屏显示指定画面得到的 采集图像,解析采集图像得到箱体配置信息,以及获取LED显示屏中每个LED箱体的箱体分辨率信息,从而生成目标配置文件发送至显示屏控制器,可以无需屏体厂商安排专业工作人员,且无需用户专门学习或者理解LED显示屏相关背景知识,实现普通用户独立完成显示屏配置,避免现有方法需要屏体厂商安排专业工作人员进行配屏的弊端,且当用户需求激增时也能实现用户的独立配屏操作,为屏体厂商节省大量的人力等资源消耗,用户无需等到工作人员便可以自行配置显示屏,节省时间,且操作方便。
在本申请的第三个方面的一个可能的实现方式中,所述上位机在所述接收拍摄LED显示屏显示指定画面得到的采集图像之前,还用于:下发箱体定位指令至所述显示屏控制器;所述显示屏控制器用于:基于所述箱体定位指令控制所述每个LED箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述LED箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述LED箱体在连接的所述显示屏控制器的网口下对应的连接顺序;或者所述显示屏控制器用于:基于所述箱体定位指令控制所述每个LED箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应LED箱体的网口序号和箱体序号。
在本申请的第三个方面的一个可能的实现方式中,所述上位机用于解析所述采集图像得到箱体配置信息,具体包括:对所述采集图像进行识别处理得到所述每个LED箱体对应的网口序号和箱体序号;基于所述网口序号和所述箱体序号生成LED箱体的排列信息和连线信息作为所述箱体配置信息。
在本申请的第三个方面的一个可能的实现方式中,所述上位机用于对所述采集图像进行识别处理得到所述每个LED箱体对应的网口序号和箱体序号,具体包括:根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个LED箱体对应的箱体图像;根据第四调用函数识别每个箱体图像的图像内容得到所述每个LED箱体对应的所述网口序号和所述箱体序号。
在本申请的第三个方面的一个可能的实现方式中,所述第一调用函数为OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
在本申请的第三个方面的一个可能的实现方式中,所述上位机用于获取所述LED 显示屏中每个LED显示箱体的箱体分辨率信息,具体包括:基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应LED箱体的箱体分辨率信息。
在本申请的第三个方面的一个可能的实现方式中,所述上位机用于根据所述箱体配置信息和所述每个LED箱体对应的所述箱体分辨率信息生成目标配置文件,具体包括:根据所述排列信息、所述连线信息和所述每个LED箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合生成所述目标配置文件。
在本申请第四个方面,提出了一种显示屏配置系统,包括:处理器和连接所述处理器的存储器;其中所述存储器存储有所述处理器执行的指令,且所述指令使得所述处理器执行操作以进行如前述任意一种所述的显示屏配置方法。
在本申请第五个方面,提出了一种计算机可读存储介质,所述计算机可读存储介质为非易失性存储器且存储有计算机可读指令,所述计算机可读指令包括用于执行如前述任意一种所述的显示屏配置方法的指令。
本申请上述技术特征可以具有如下一个或多个有益效果:可以无需屏体厂商安排专业工作人员,且无需用户专门学习或者理解LED显示屏相关背景知识,实现普通用户独立完成显示屏配置,避免现有方法需要屏体厂商安排专业工作人员进行配屏的弊端,且当用户需求激增时也能实现用户的独立配屏操作,为屏体厂商节省大量的人力等资源消耗,用户无需等到工作人员便可以自行配置显示屏,节省时间,且操作方便。
附图说明
此处所说明的附图用来提供对本申请的进一步理解,构成本申请的一部分,本申请的示意性实施例及其说明用于解释本申请,并不构成对本申请的不当限定。在附图中:
图1是本申请第一实施例公开的显示屏配置方法的流程示意图;
图2a是本申请第一实施例公开的显示屏配置方法中涉及的采集图像的一种示意图;
图2b是本申请第一实施例公开的显示屏配置方法中涉及的得到显示箱体的显示坐标的一种示意图;
图3是本申请第一实施例公开的显示屏配置方法的一种具体实施方式涉及的指定画面的一种示意图;
图4是本申请第二实施例公开的显示屏配置装置的结构示意图;
图5是本申请第三实施例公开的显示屏配置系统的结构示意图;
图6是图5所示的显示屏配置系统中显示屏控制器的结构示意图;
图7是本申请第四实施例公开的显示屏配置系统的结构示意图;
图8是本申请第五实施例公开的计算机可读存储介质的结构示意图。
【附图标记说明】
S11-S15:显示屏配置方法的步骤;
20:显示屏配置装置;21:图像接收模块;22:图像解析模块;23:信息获取模块;24:文件生成模块;
30:显示屏配置系统;31:显示屏控制器;311:视频输入接口;312:可编程逻辑器件;313:微控制器;314:网口;315:无线通信模块;32:LED显示屏;33:上位机;
40:显示屏配置系统;41:处理器;42:存储器;
50:计算机可读存储介质。
具体实施方式
需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来说明本申请。
为了使本领域普通技术人员更好地理解本申请的技术方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。
需要说明的是,本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应当理解这样使用的术语在适当情况下可以互换,以便这里描述的本申请实施例能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其他步骤或单元。
还需要说明的是,本申请中多个实施例的划分仅是为了描述的方便,不应构成特别的限定,各种实施例中的特征在不矛盾的情况下可以相结合,相互引用。
【第一实施例】
参见图1,本申请第一实施例提出一种显示屏配置方法。如图1所示,显示屏配置方法例如包括步骤S11至步骤S15。
步骤S11:接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体;
步骤S12:解析所述采集图像得到箱体配置信息;
步骤S13:获取所述目标显示屏中每个显示箱体对应的箱体分辨率信息;
步骤S14:根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件;
步骤S15:将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
其中,步骤S11中提到的目标显示屏例如为LED显示屏,提到的显示箱体例如为LED箱体,每个LED箱体例如包括显示控制卡和连接所述显示控制卡的LED模组,每个LED模组由至少一个LED灯板拼接而成。提到的采集图像例如包括每个显示箱体对应的网口序号和箱体序号的图像、或者包括每个显示箱体对应的可识别图像,其中可识别图像可以被识别以获取对应的网口序号和箱体序号。其中,提到的显示控制卡例如为LED显示屏控制系统中的接收卡,又称扫描卡,其例如包括:网口、连接网口的可编程逻辑器件、连接可编程逻辑器件的微控制器和存储器等器件,提到的网口例如为RJ45,提到的存储器例如为易失性存储器SDRAM,提到的可编程逻辑器件例如为FPGA,提到的微控制器例如为MCU。
步骤S12中提到的箱体配置信息例如包括:显示箱体的排列信息以及连线信息,进一步,包括显示箱体的数量。其中,显示箱体的数量可以理解为拼接成为目标显示屏所需要的显示箱体的数量。排列信息可以理解为显示箱体的排列方式。连线信息可以理解为显示箱体之间的连线关系以及显示箱体和显示屏控制器的网口之间的连线关系。举例而言,如图2a所示,解析采集图像可以确认拼接成为目标显示屏所需12块显示箱体,即得到显示箱体的数量;且12块显示箱体按照4*3的排列方式进行排列,即得到显示箱体的排列信息;从上至下的第一排和第二排的显示箱体与显示屏控制器的网口1相连,第三排的显示箱体与显示屏控制器的网口2相连,与网口1相连的显示箱体有8个,第一排的四个显示箱体的连线关系为从左到右,且第一排中最右侧的显示箱体与第二排中最右侧的显示箱体连接,第二排的四个显示箱体依次从右到左连接。与网口2相连的显示箱体有四个,依次从左到右相连,即得到显示箱体的连线信息。
步骤S13中提到的箱体分辨率信息即为组成目标显示屏的每个显示箱体对应的的分辨率。
进一步地,步骤S13例如包括:由显示屏控制器输入的箱体分辨率信息。此处可以理解为,当LED显示屏组装完成之后,显示屏控制器与LED显示屏建立连接,显 示屏控制器存储有LED显示屏中每个LED箱体的箱体分辨率信息,然后显示屏控制器可以响应分辨率获取指令将箱体分辨率信息输入至上位机中。
当然,获取的箱体分辨率信息也可以根据用户的显示屏购买订单获取。提到的显示屏购买订单例如包括用户通过应用程序(APP)购买显示屏的订单,该订单例如包括显示箱体的规格信息,即包括厂商、型号和数量以及显示屏控制器的型号和数量等参数,用户使用该应用程序执行显示屏配置步骤时,可以从显示屏购买订单中获取到的箱体分辨率信息,以用于后续的显示屏配置,如此一来,简化了显示屏配置流程,方便操作。
其中,举例而言,通过显示屏购买订单获取箱体分辨率信息的过程例如为:用户首先通过应用程序输入显示屏使用环境、显示屏预留尺寸和最佳可视距离后,应用程序可以根据用户输入的信息生成至少一个显示屏选购方案,每个显示屏选购方案包括显示箱体的型号和数量以及显示屏控制器的型号和数量,用户在生成的显示屏选购方案中确定一种显示屏选购方案支付下单完成显示屏的选购,即购买了显示箱体和显示屏控制器,在用户对显示箱体和显示屏控制器完成组装之后,需要对目标显示屏进行配置,即应用程序可以根据用户的前述显示屏购买订单获取到目标显示屏中每个显示箱体的箱体分辨率信息。
当然,获取的箱体分辨率信息也可以由用户直接输入,即获取用户从交互界面输入的所述箱体分辨率信息。
其中,提到的交互界面例如为应用程序(APP)的人机交互界面,此应用程序例如执行在手机端、或者电脑端。此处可以理解为,该应用程序提供相关的信息输入窗口,供用户直接输入箱体分辨率信息,如此一来,即使用户使用的目标显示屏并非在线上应用程序进行的选购,同样可以通过本实施例的方法实现显示屏的配置,此外,当用户使用的目标显示屏的选购是在线上应用程序进行时,同样可以在交互界面更改目标显示屏中每个显示箱体的箱体分辨率信息,从而实现显示屏的配置,如此一来,极大地满足用户的需求。
步骤S14中提到的目标配置文件即配置目标显示屏所需要的文件,其中包括显示屏控制器所使用的网口数量、每个网口所连接的显示箱体的数量、显示箱体的排列关系以及连接关系、显示箱体的起始点偏移坐标等信息。此处可以理解为,可以根据箱体配置信息和箱体分辨率信息计算出每个显示箱体所显示图像的起始点偏移坐标即显示坐标,然后在根据显示箱体的起始点偏移坐标以及箱体分辨率信息生成目标配置文件。
步骤S15中提到的显示屏控制器例如为LED显示屏控制系统中的异步发送卡,例 如包括视频源输入接口、连接视频源输入接口的可编程逻辑器件、连接可编程逻辑器件的微控制器、连接可编程逻辑器件的存储器和连接可编程逻辑器件的网口等器件。前述提到的可编程逻辑器件例如为FPGA,提到的微控制器例如为MCU,提到的存储器例如为非易失性存储器,提到的网口例如为RJ45,提到的视频源输入接口例如为HDMI接口。其中,显示屏控制器根据目标配置文件控制目标显示屏进行画面显示。
此外,需要说明的是,目标配置文件的生成除了步骤S14描述的基于箱体配置信息和分辨率信息之外,还可以结合显示箱体的规格信息。提到的显示箱体的规格信息例如包括显示箱体的型号、厂家、箱体大小和箱体点间距等信息。此处考虑的是,不同的厂家所对应的配置文件模板不同,基于显示箱体的规格信息可以直接找到配置文件模板。此处提到的获取显示箱体的规格信息例如显示屏控制器识别出显示箱体的规格信息输入至用户移动设备中、或者通过用户的显示屏购买订单获取、或者由用户在人机交换界面中输入。
在本申请的其他实施例中,显示屏配置方法在步骤S11之前例如还包括:下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述显示箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述显示箱体在连接的所述显示屏控制器的网口下对应的连接顺序。
其中,提到的箱体定位指令例如由上位机下发。具体地,前述步骤可以理解为,上位机下发箱体定位指令到显示屏控制器,显示屏控制器控制目标显示屏中每个显示箱体显示自己所对应的网口序号和箱体序号,即自己所连接显示屏控制器的网口编号和该网口下自己所对应的箱体连接顺序。举例而言,如图2a所示,目标显示屏由12块显示箱体拼接而成,且该12块显示箱体由显示屏控制器的网口1和网口2带载,每个网口连接6块显示箱体,每个显示箱体显示画面的格式例如为“网口序号-箱体序号”,但本申请并不以此为限,图2a示意的显示箱体显示的1-1表示对应的显示箱体连接显示屏控制器的网口1,且为该网口1下的第一个显示箱体,显示箱体显示的1-2表示该显示箱体连接显示屏控制器的网口1,且为该网口1下的第二个显示箱体,显示箱体显示的2-3表示显示箱体连接显示屏控制器的网口2,且为该网口2下的第三个显示箱体,其他显示箱体同理,在此不再赘述。
通过控制每个显示箱体显示自身对应的网口序号和箱体序号,有助于操作者直观地了解显示箱体之间排序和连接关系以及显示箱体与显示屏控制器之间的连接关系,便于后续操作。
在本申请的其他实施例中,显示屏配置方法在步骤S11之前例如还包括:下发箱 体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应显示箱体的网口序号和箱体序号。
其中,提到的可识别图像例如包括二维码、条形码等表达信息的可识别图像。具体地,前述步骤可以理解为,上位机下发箱体定位指令到显示屏控制器,显示屏控制器控制目标显示屏中每个显示箱体显示自己所对应的可识别图像,例如显示一个二维码,该二维码被识别以获取到对应的网口序号和箱体序号。
通过控制每个显示箱体显示自身对应的可识别图像,以用于后续识别获取对应的网口序号和箱体序号,相对于直接显示网口序号和箱体序号的方案可以降低对采集图像进行解析难度。
在本申请的其他实施例中,前述步骤S12例如包括:对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号;以及基于所述网口序号和所述箱体序号生成显示箱体的排列信息和连线信息作为所述箱体配置信息。
进一步地,前述提到的对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号例如包括:根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个显示箱体对应的箱体图像;根据第四调用函数识别每个箱体图像的图像内容得到所述每个显示箱体对应的所述网口序号和所述箱体序号。
具体地,提到的第一调用函数例如为OpenCV.cvtColor函数。提到的第二调用函数例如为OpenCV.threshold函数。提到的第三调用函数例如为OpenCV.findContours函数。提到的第四调用函数例如为用于图像中文字识别的Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。提到的颜色空间转换例如为将RGB空间转换为灰度空间。提到的阈值处理例如包括去噪和锐化处理,其中去噪处理以及锐化处理的参数可以根据实际场景的光线以及显示箱体对应的箱体图像的色调调节,通过对灰度图像进行阈值处理可以使得灰度图像更加清晰,以便于后续的图像识别。提到的轮廓绘制例如为矩形模式匹配,即识别绘制出显示箱体对应的箱体图像。
将原本需要手动完成的显示屏配置工作通过图像识别实现了自动完成显示屏配置,节省了时间成本及人力成本。
在本申请的其他实施例中,前述步骤S13例如包括:基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所 述分辨率获取指令从本地读取预先存储的对应显示箱体的箱体分辨率信息。
前述步骤可以理解为,当获取网口序号和箱体序号后,可以针对每个显示箱体发出分辨率获取指令,显示屏控制器基于接收到的分辨率获取指令从本地存储读取定的显示箱体的箱体分辨率信息。举例而言,显示屏控制器本地存储有显示箱体对应的箱体分辨率信息,收到分辨率获取指令之后,显示屏控制器从本地读取存储的箱体分辨率信息输出。
在本申请的其他实施例中,前述步骤S14例如包括:根据所述排列信息、所述连线信息和所述每个显示箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;以及将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合得到所述目标配置文件。
具体地,如图2b所示,举例而言,目标显示屏由四个显示箱体组成,每个显示箱体对应的箱体分辨率信息相同,均为64*64,通过前述步骤可以知道显示箱体之间的排序信息和连线信息,两个显示箱体连接显示屏控制器的网口1,两个显示箱体连接显示屏控制器的网口2,获取到箱体分辨率信息后可以计算显示坐标,每个显示箱体的显示坐标例如以左上角为基点,网口1的第一个显示箱体的左上角为坐标原点(0,0),该坐标(0,0)也为网口1的第一个显示箱体的显示坐标,因为网口1的第二个显示箱体与网口1的第一个显示箱体同行排列,因此网口1的第二个显示箱体对应的显示坐标中纵坐标与网口1的第一个显示箱体的纵坐标相同,横坐标为网口1的第一个显示箱体的横坐标加上第一个显示箱体的宽,因此网口1的第二个显示箱体对应的显示坐标为(64,0),同理可计算出网口2的第一个显示箱体的显示坐标为(0,64),网口2的第二个显示坐标为(64,64),在得到显示坐标和箱体分辨率信息之后,就可以对这些信息进行整合得到目标配置文件,其中提到的预设文件格式例如为目标配置文件所需的模板格式。
为了更好地理解本实施例,下面结合图3对本实施例提出的显示屏配置方法的一种具体实现方式进行举例说明。
当用户选购完LED箱体和显示屏控制器,但是并没有按照安装引导进行LED显示屏的组装时,例如出现LED箱体之间的连线错乱的情况,同样可以使用本实施例公开的显示屏配置方法完成LED显示屏的配置,无需重新拆线连接,操作方便,节省时间。
举例而言,显示屏控制器控制LED显示屏显示如图3所示的指定画面,其中指定画面的内容为每个LED箱体显示x-y,其中x为网口序号,y为该网口串联的箱体序号,即同一网口下的LED箱体按照箱体序号的顺序依次连接,从该指定画面中可以看 出LED显示屏由12块LED箱体拼接而成,且需要显示屏控制器的两个网口进行带载,每个网口下所连接的LED箱体之间的连线错乱。用户例如使用手机对目标显示屏进行拍照,从而使得手机APP获取到采集图像,采集图像与指定画面的内容相同,APP会自动解析采集图像确定箱体配置信息,即可以确定LED箱体的数量为12个,显示屏控制器的网口1连接8个LED箱体,以及显示屏控制器的网口2连接4个LED箱体,以及LED箱体的连线关系。然后手机APP可以接收到显示屏控制器输入的LED显示屏中每个LED显示箱体的箱体分辨率信息,此手机APP接收到箱体分辨率信息后结合箱体配置信息可以生成目标配置文件发送到显示屏控制器中,完成LED显示屏的配置。
需要说明的是,本实施例公开的显示屏配置方法例如实现在应用程序(APP)中,其中应用程序例如为上位机的应用程序,上位机例如为手机或者电脑等用户移动设备,当然本申请并不仅限于此,网页、公众号、或者微信小程序同样可以实现本申请实施例公开的显示屏配置方法。
综上所述,本实施例提出的显示屏配置方法可以无需屏体厂商安排专业工作人员,且无需用户专门学习或者理解LED显示屏相关背景知识,实现普通用户独立完成显示屏配置,避免现有方法需要屏体厂商安排专业工作人员进行配屏的弊端,且当用户需求激增时也能实现用户的独立配屏操作,为屏体厂商节省大量的人力等资源消耗,用户无需等到工作人员便可以自行配置显示屏,节省时间,且操作方便。
【第二实施例】
参见图4,本申请第二实施例公开一种显示屏配置装置。如图4所示,显示屏配置装置20例如包括:图像接收模块21、图像解析模块22、信息获取模块23、文件生成模块24和文件发送模块25。
具体地,图像接收模块21用于接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成。图像解析模块22用于解析所述采集图像得到箱体配置信息。信息获取模块23用于获取所述目标显示屏中每个显示箱体的箱体分辨率信息。文件生成模块24用于根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件。文件发送模块25用于将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
进一步地,显示屏配置模块20例如还包括指令下发模块,用于下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述显示箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述显示 箱体在连接的所述显示屏控制器的网口下对应的连接顺序;或者指令下发模块用于下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应显示箱体的网口序号和箱体序号。
进一步地,图像解析模块22具体用于对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号;基于所述网口序号和所述箱体序号生成显示箱体的排列信息和连线信息作为所述箱体配置信息。
前述提到的对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号,例如包括:根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;
根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个显示箱体对应的箱体图像;根据第四调用函数识别每个箱体图像的图像内容得到所述每个显示箱体对应的所述网口序号和所述箱体序号。
进一步地,所述第一调用函数为OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
进一步地,信息获取模块23具体用于基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应显示箱体的箱体分辨率信息。
进一步地,文件生成模块24具体用于根据所述排列信息、所述连线信息和所述每个显示箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合得到所述目标配置文件。
进一步地,提到的目标显示屏为LED显示屏,所述显示箱体为LED箱体,每个所述LED箱体包括显示控制卡和连接所述显示控制卡的LED模组。
本实施例提出的显示屏配置装置20所实现的显示屏配置方法如前述第一实施例所述,故在此不再进行详细讲述。可选地,第二实施例中的各个模块、和上述其他操作或功能分别为了实现本申请第一实施例中的方法,且本实施例公开的显示屏配置装置20的有益效果同第一实施例公开的显示屏配置方法的有益效果相同,为了简洁,不在此赘述。
【第三实施例】
参见图5,本申请第三实施例公开一种显示屏配置系统。如图5所示,显示屏配置系统30例如包括:显示屏控制器31、LED显示屏32和上位机33。
具体地,LED显示屏32连接显示屏控制器31。上位机33无线连接显示屏控制器31。其中,上位机33用于执行第一实施例公开的显示屏配置方法。具体地,上位机33用于:接收拍摄LED显示屏32显示指定画面得到的采集图像,解析所述采集图像得到箱体配置信息,获取LED显示屏32中每个LED箱体对应的箱体分辨率信息,根据所述箱体配置信息和所述每个LED箱体对应的所述箱体分辨率信息生成目标配置文件,以及将所述目标配置文件发送至显示屏控制器31,以由显示屏控制器31根据所述目标配置文件控制LED显示屏32进行画面显示。
进一步地,如图6所示,显示屏控制器31例如为LED显示屏控制系统中的异步发送卡,例如包括:视频输入接口311、可编程逻辑器件312、微控制器313、网口314以及无线通信模块315。
其中,可编程逻辑器件312连接视频输入接口311。微控制器313连接可编程逻辑器件312。无线通信模块315连接微控制器313。至少一个网口314连接可编程逻辑器件312和LED显示屏32。
具体地,视频输入接口311例如为DVI视频接口、SDI视频接口或HDMI视频接口。可编程逻辑器件312例如为FPGA(Field-Programmable Gate Array,现场可编程门阵列)或其他类似逻辑器件。微控制器313例如为MCU(Microcontroller Unit:微控制单元),又称单片微型计算机(Single Chip Microcomputer)或者单片机;或者是其他具有一定的数据处理及运算能力的微处理器,比如ARM处理器和DSP处理器。网口314例如为RJ45接口。无线通信模块315例如为WiFi模块或者移动网络模块。
进一步地,LED显示屏32例如由多个LED箱体拼接而成,每个LED箱体例如包括显示控制卡和连接显示控制卡的LED模组,每个LED模组由至少一个LED灯板拼接而成。其中,提到的显示控制卡例如为LED显示屏控制系统中的接收卡,又称扫描卡,其例如包括:网口、连接网口的可编程逻辑器件、连接可编程逻辑器件的微控制器和存储器等器件;提到的网口例如为RJ45,提到的存储器例如为易失性存储器SDRAM,提到的可编程逻辑器件例如为FPGA,提到的微控制器例如为MCU。
进一步地,上位机33例如为用户移动设备,包括手机或者便携式电脑等设备,上位机33用于执行第一实施例公开的显示屏配置方法,其例如实现在应用程序(APP)中,当然本申请并不仅限于此,网页、公众号、或者微信小程序同样可以实现第一实施例公开的显示屏配置方法。
具体地,前述提到的指定画面例如包括每个LED箱体对应的网口序号和箱体序号 或者包括每个LED箱体对应的可识别图像。提到的采集图像例如包括每个LED箱体对应的网口序号和箱体序号的图像或者包括每个LED箱体对应的可识别图像的图像,其中网口序号为LED箱体所连接的显示屏控制器的网口的序号,箱体序号为该网口下LED箱体所对应的序号,其中箱体序号代表着该网口下LED箱体之间的连接顺序。前述提到的箱体配置信息例如包括:LED箱体的数量、排列信息以及连线信息,其中LED箱体的数量可以理解为拼接成为LED显示屏32所需要的LED箱体的数量,排列信息可以理解为LED箱体的排列方式,连线信息可以理解为LED箱体之间的连线关系以及LED箱体和显示屏控制器31的网口之间的连线关系。前述提到的目标配置文件即配置LED显示屏32所需要的文件,其中包括显示屏控制器31所使用的网口数量,每个网口所连接的LED箱体的数量,LED箱体的排列关系以及连接关系、LED箱体的起始点偏移坐标等信息。
需要说明的是,本实施例提出的显示屏配置系统30中上位机33所实现的显示屏配置方法如前述第一实施例所述,具体相关介绍可参考第一实施例,为了简洁,故在此不再进行详细讲述。
综上所述,本实施例公开的显示屏配置系统30可以无需屏体厂商安排专业工作人员,且无需用户专门学习或者理解LED显示屏相关背景知识,实现普通用户独立完成显示屏配置,避免现有方法需要屏体厂商安排专业工作人员进行配屏的弊端,且当用户需求激增时也能实现用户的独立配屏操作,为屏体厂商节省大量的人力等资源消耗,用户无需等到工作人员便可以自行配置显示屏,节省时间,且操作方便。
【第四实施例】
参见图7,本申请第四实施例公开一种显示屏配置系统。如图7所示,显示屏配置系统40例如包括:处理器41和连接处理器41的存储器42。其中存储器42存储有处理器41执行的指令,且所述指令使得处理器41执行操作以进行如第一实施例所述的显示屏配置方法。举例而言,处理器41执行操作以进行如下步骤:
(a)接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成;
(b)解析所述采集图像得到箱体配置信息;
(c)获取所述目标显示屏中每个显示箱体对应的箱体分辨率信息;
(d)根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件;以及
(e)将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
进一步地,在步骤(a)之前,例如还包括:下发箱体定位指令至所述显示屏控制器, 以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述显示箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述显示箱体在连接的所述显示屏控制器的网口下对应的连接顺序。
进一步地,在步骤(a)之前,例如还包括:下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应显示箱体的网口序号和箱体序号。
进一步地,步骤(b)例如包括:对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号;基于所述网口序号和所述箱体序号生成显示箱体的排列信息和连线信息作为所述箱体配置信息。
进一步地,前述提到的对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号例如包括:根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个显示箱体对应的箱体图像;根据第四调用函数识别每个箱体图像的图像内容得到所述每个显示箱体对应的所述网口序号和所述箱体序号。
进一步地,所述第一调用函数为OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
进一步地,步骤(c)例如包括:基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应显示箱体的箱体分辨率信息。
进一步地,步骤(d)例如包括:根据所述排列信息、所述连线信息和所述每个显示箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合得到所述目标配置文件。
进一步地,提到的目标显示屏为LED显示屏,提到的显示箱体为LED箱体,每个所述LED箱体例如包括显示控制卡和连接所述显示控制卡的LED模组。
需要说明的是,本实施例公开的显示屏配置系统40其指令使得处理器41执行操作以进行的显示屏配置方法如前述第一实施例所述,故在此不再进行详细讲述。可选 地,本实施例中的各个处理器、存储器分别为了实现本申请第一实施例中的方法,本实施例公开的显示屏配置系统40的技术效果与第一实施例中显示屏配置方法的技术效果相同,在此不再赘述。
【第五实施例】
参见图8,本申请第五实施例公开一种计算机可读存储介质。如图8所示,计算机可读存储介质50存储有计算机可读指令。计算机可读指令包括用于执行如前述第一实施例所述的显示屏配置方法的指令,故在此不再进行重述。其中,计算机可读存储介质50例如为非易失性存储器,如包括:磁介质(如硬盘、软盘和磁带),光介质(如CDROM盘和DVD),磁光介质(如光盘)以及专门构造为用于存储和执行计算机可执行指令的硬件装置(如只读存储器(ROM)、随机存取存储器(RAM)、闪存等)。计算机可读存储介质50可由一个或多个处理器或处理装置来执行计算机可读指令。
此外,本实施例公开的计算机可读存储介质50的技术效果与第一实施例中显示屏配置方法的技术效果相同,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和/或方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多路单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多路网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能单元/模块可以集成在一个处理单元/模块中,也可以是各个单元/模块单独物理存在,也可以两个或两个以上单元/模块集成在一个单元/模块中。上述集成的单元/模块既可以采用硬件的形式实现,也可以采用硬件加软件功能单元/模块的形式实现。
最后应说明的是:以上实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围。

Claims (18)

  1. 一种显示屏配置方法,其特征在于,包括:
    接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成;
    解析所述采集图像得到箱体配置信息;
    获取所述目标显示屏中每个显示箱体对应的箱体分辨率信息;
    根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件;以及
    将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
  2. 根据权利要求1所述的显示屏配置方法,其特征在于,在所述接收拍摄目标显示屏显示指定画面得到的采集图像之前,还包括:
    下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述显示箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述显示箱体在连接的所述显示屏控制器的网口下对应的连接顺序。
  3. 根据权利要求1所述的显示屏配置方法,其特征在于,在所述接收拍摄目标显示屏显示指定画面得到的采集图像之前,还包括:
    下发箱体定位指令至所述显示屏控制器,以由所述显示屏控制器基于所述箱体定位指令控制所述每个显示箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应显示箱体的网口序号和箱体序号。
  4. 根据权利要求2或3所述的显示屏配置方法,其特征在于,所述解析所述采集图像得到箱体配置信息,包括:
    对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号;
    基于所述网口序号和所述箱体序号生成显示箱体的排列信息和连线信息作为所述箱体配置信息。
  5. 根据权利要求4所述的显示屏配置方法,其特征在于,所述对所述采集图像进行识别处理得到所述每个显示箱体对应的网口序号和箱体序号,具体为包括:
    根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;
    根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;
    根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个显示箱体对应的箱体图像;
    根据第四调用函数识别每个箱体图像的图像内容得到所述每个显示箱体对应的所述网口序号和所述箱体序号。
  6. 根据权利要求5所述的显示屏配置方法,其特征在于,所述第一调用函数为OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的
    Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
  7. 根据权利要求4所述的显示屏配置方法,其特征在于,所述获取所述目标显示屏中每个显示箱体的箱体分辨率信息,包括:
    基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应显示箱体的箱体分辨率信息。
  8. 根据权利要求4-7任一所述的显示屏配置方法,其特征在于,所述根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件,包括:
    根据所述排列信息、所述连线信息和所述每个显示箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;
    将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合得到所述目标配置文件。
  9. 一种显示屏配置装置,其特征在于,适于执行如权利要求1-8中任一项所述的显示屏配置方法,包括:
    图像接收模块,用于接收拍摄目标显示屏显示指定画面得到的采集图像,其中所述目标显示屏由一个或多个显示箱体组成;
    图像解析模块,用于解析所述采集图像得到箱体配置信息;
    信息获取模块,用于获取所述目标显示屏中每个显示箱体的箱体分辨率信息;
    文件生成模块,用于根据所述箱体配置信息和所述每个显示箱体对应的所述箱体分辨率信息生成目标配置文件;以及
    文件发送模块,用于将所述目标配置文件发送至连接所述目标显示屏的显示屏控制器。
  10. 一种显示屏配置系统,其特征在于,包括:
    显示屏控制器;
    LED显示屏,连接所述显示屏控制器,且包括一个或多个LED箱体;
    上位机,无线连接所述显示屏控制器;
    其中,所述上位机用于:
    接收拍摄所述LED显示屏显示指定画面得到的采集图像;
    解析所述采集图像得到箱体配置信息;
    获取所述LED显示屏中每个LED箱体对应的箱体分辨率信息;
    根据所述箱体配置信息和所述每个LED箱体对应的所述箱体分辨率信息生成目标配置文件;以及
    将所述目标配置文件发送至所述显示屏控制器,以由所述显示屏控制器根据所述目标配置文件控制所述LED显示屏进行画面显示。
  11. 根据权利要求10所述的显示屏配置系统,其特征在于,所述上位机在所述接收拍摄LED显示屏显示指定画面得到的采集图像之前,还用于:下发箱体定位指令至所述显示屏控制器;
    所述显示屏控制器用于:基于所述箱体定位指令控制所述每个LED箱体显示自身对应的网口序号和箱体序号作为所述指定画面,其中所述网口序号表征所述LED箱体连接所述显示屏控制器的网口对应的网口编号,所述箱体序号表征所述LED箱体在连接的所述显示屏控制器的网口下对应的连接顺序;或者
    所述显示屏控制器用于:基于所述箱体定位指令控制所述每个LED箱体显示自身对应的可识别图像作为所述指定画面,其中每个可识别图像可被识别获取对应LED箱体的网口序号和箱体序号。
  12. 根据权利要求11所述的显示屏配置系统,其特征在于,所述上位机用于解析所述采集图像得到箱体配置信息,具体包括:
    对所述采集图像进行识别处理得到所述每个LED箱体对应的网口序号和箱体序号;
    基于所述网口序号和所述箱体序号生成LED箱体的排列信息和连线信息作为所述箱体配置信息。
  13. 根据权利要求12所述的显示屏配置系统,其特征在于,所述上位机用于对所述采集图像进行识别处理得到所述每个LED箱体对应的网口序号和箱体序号,具体包括:
    根据第一调用函数对所述采集图像进行颜色空间转换得到灰度图像;
    根据第二调用函数对所述灰度图像进行阈值处理得到处理后图像;
    根据第三调用函数对所述处理后图像进行轮廓绘制得到所述每个LED箱体对应的箱体图像;
    根据第四调用函数识别每个箱体图像的图像内容得到所述每个LED箱体对应的所述网口序号和所述箱体序号。
  14. 根据权利要求13所述的显示屏配置系统,其特征在于,所述第一调用函数为OpenCV.cvtColor函数,所述第二调用函数为OpenCV.threshold函数,所述第三调用函数为OpenCV.findContours函数,所述第四调用函数为识别图像中文字的
    Tesseract.SetImage函数和Tesseract.Recognize函数、或者为OpenCV中用于识别可识别图像的函数。
  15. 根据权利要求11所述的显示屏配置系统,其特征在于,所述上位机用于获取所述LED显示屏中每个LED显示箱体的箱体分辨率信息,具体包括:基于所述网口序号和所述箱体序号依次发出分辨率获取指令至所述显示屏控制器,以由所述显示屏控制器基于所述分辨率获取指令从本地读取预先存储的对应LED箱体的箱体分辨率信息,以及回复获取的所述箱体分辨率信息。
  16. 根据权利要求11-15中任一项所述的显示屏配置系统,其特征在于,所述上位机用于根据所述箱体配置信息和所述每个LED箱体对应的所述箱体分辨率信息生成目标配置文件,具体包括:
    根据所述排列信息、所述连线信息和所述每个LED箱体对应的所述箱体分辨率信息生成所述每个显示箱体对应的显示坐标;
    将所述每个显示箱体对应的所述显示坐标和所述箱体分辨率信息基于预设文件格式整合生成所述目标配置文件。
  17. 一种显示屏配置系统,其特征在于,包括:处理器和连接所述处理器的存储器;其中所述存储器存储有所述处理器执行的指令,且所述指令使得所述处理器执行操作以进行如权利要求1-8中任意一项所述的显示屏配置方法。
  18. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质为非易失性存储器且存储有计算机可读指令,所述计算机可读指令包括用于执行如权利要求1-8中任意一项所述的显示屏配置方法的指令。
PCT/CN2020/092229 2020-05-26 2020-05-26 显示屏配置方法、装置和系统以及计算机可读存储介质 WO2021237434A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2020/092229 WO2021237434A1 (zh) 2020-05-26 2020-05-26 显示屏配置方法、装置和系统以及计算机可读存储介质
CN202080006152.6A CN114127833B (zh) 2020-05-26 2020-05-26 显示屏配置方法、装置和系统以及计算机可读存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/092229 WO2021237434A1 (zh) 2020-05-26 2020-05-26 显示屏配置方法、装置和系统以及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2021237434A1 true WO2021237434A1 (zh) 2021-12-02

Family

ID=78745130

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/092229 WO2021237434A1 (zh) 2020-05-26 2020-05-26 显示屏配置方法、装置和系统以及计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN114127833B (zh)
WO (1) WO2021237434A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114255670A (zh) * 2021-12-17 2022-03-29 杭州海康威视数字技术股份有限公司 Led显示屏及拼接显示屏
CN114360446A (zh) * 2021-12-30 2022-04-15 浙江宇视科技有限公司 一种led显示的控制设备数量计算方法、装置、介质及设备
CN114416185A (zh) * 2021-12-27 2022-04-29 深信服科技股份有限公司 一种网口排序方法、装置、设备和存储介质
CN116663089A (zh) * 2023-07-24 2023-08-29 深圳市千岩科技有限公司 灯具安装配置方法、装置、设备及介质

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115065604B (zh) * 2022-06-10 2023-07-14 西安诺瓦星云科技股份有限公司 设备拓扑图生成方法、生成装置、存储介质及终端设备
CN116030757A (zh) * 2023-03-29 2023-04-28 北京七维视觉传媒科技有限公司 Led显示屏校色方法、装置、计算机设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120050314A1 (en) * 2010-09-01 2012-03-01 Panavio Technology Limited Automatic split-screen controller
CN105336289A (zh) * 2015-10-30 2016-02-17 京东方科技集团股份有限公司 一种拼接控制方法、装置以及拼接屏系统
CN106940316A (zh) * 2017-02-24 2017-07-11 深圳市艾比森光电股份有限公司 一种led显示屏测试方法
CN107239252A (zh) * 2017-06-02 2017-10-10 深圳市艾比森光电股份有限公司 一种led显示屏自动连屏方法
CN110956606A (zh) * 2018-09-25 2020-04-03 西安诺瓦星云科技股份有限公司 显示屏播放画面异常检测方法、装置及其系统

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105336298B (zh) * 2015-11-13 2019-01-11 合一智能科技(深圳)有限公司 液晶显示器及其亮度调节方法和装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120050314A1 (en) * 2010-09-01 2012-03-01 Panavio Technology Limited Automatic split-screen controller
CN105336289A (zh) * 2015-10-30 2016-02-17 京东方科技集团股份有限公司 一种拼接控制方法、装置以及拼接屏系统
CN106940316A (zh) * 2017-02-24 2017-07-11 深圳市艾比森光电股份有限公司 一种led显示屏测试方法
CN107239252A (zh) * 2017-06-02 2017-10-10 深圳市艾比森光电股份有限公司 一种led显示屏自动连屏方法
CN110956606A (zh) * 2018-09-25 2020-04-03 西安诺瓦星云科技股份有限公司 显示屏播放画面异常检测方法、装置及其系统

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114255670A (zh) * 2021-12-17 2022-03-29 杭州海康威视数字技术股份有限公司 Led显示屏及拼接显示屏
CN114255670B (zh) * 2021-12-17 2024-01-02 杭州海康威视数字技术股份有限公司 Led显示屏及拼接显示屏
CN114416185A (zh) * 2021-12-27 2022-04-29 深信服科技股份有限公司 一种网口排序方法、装置、设备和存储介质
CN114416185B (zh) * 2021-12-27 2024-04-09 深信服科技股份有限公司 一种网口排序方法、装置、设备和存储介质
CN114360446A (zh) * 2021-12-30 2022-04-15 浙江宇视科技有限公司 一种led显示的控制设备数量计算方法、装置、介质及设备
CN116663089A (zh) * 2023-07-24 2023-08-29 深圳市千岩科技有限公司 灯具安装配置方法、装置、设备及介质
CN116663089B (zh) * 2023-07-24 2023-12-12 深圳市千岩科技有限公司 灯具安装配置方法、装置、设备及介质

Also Published As

Publication number Publication date
CN114127833B (zh) 2024-06-04
CN114127833A (zh) 2022-03-01

Similar Documents

Publication Publication Date Title
WO2021237434A1 (zh) 显示屏配置方法、装置和系统以及计算机可读存储介质
WO2018205475A1 (zh) 拼接式显示屏配屏方法及装置和显示屏控制卡
CN102902501B (zh) 文件多屏扩展显示的方法
US20210174135A1 (en) Method of matching image and apparatus thereof, device, medium and program product
CN103294804A (zh) 一种实现增强景区信息获取和交互的方法和系统
US20130208131A1 (en) Systems and methods for label creation using object recognition
CN108304562B (zh) 一种搜题方法、搜题装置及智能终端
CN108694719A (zh) 图像输出方法和装置
US20180115681A1 (en) Display system
CN109711922A (zh) 定制寄件方法、装置、系统及存储介质
CN103294803A (zh) 一种实现增强产品信息介绍和人机交互的方法和系统
US20200211413A1 (en) Method, apparatus and terminal device for constructing parts together
CN106155542A (zh) 图片处理方法及装置
CN107122104B (zh) 数据显示方法及装置
US10354242B2 (en) Scanner gesture recognition
WO2020125598A1 (zh) 产品展示装置
WO2020083283A1 (zh) 一种自动识别支付金额的支付方法
CN104685450B (zh) 在演示系统中利用激光指示器的影像书写方法
CN105955683B (zh) 系统和控制方法
CN104200142A (zh) 一种终端
CN112785741A (zh) 签到系统和方法、计算机设备和存储设备
CN108769094A (zh) 用户信息的采集方法、装置、pc设备和移动终端
CN111079482A (zh) 一种信息获取方法及装置
WO2022117027A1 (zh) 智能家居控制面板子设备配置方法、计算机装置及计算机可读存储介质
CN109408943A (zh) 一种喷泉控制方法、装置、系统以及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20937548

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20937548

Country of ref document: EP

Kind code of ref document: A1