CN113504882B - Multi-system multi-region display method - Google Patents
Multi-system multi-region display method Download PDFInfo
- Publication number
- CN113504882B CN113504882B CN202110478705.4A CN202110478705A CN113504882B CN 113504882 B CN113504882 B CN 113504882B CN 202110478705 A CN202110478705 A CN 202110478705A CN 113504882 B CN113504882 B CN 113504882B
- Authority
- CN
- China
- Prior art keywords
- display area
- display
- entering
- parameter
- vertex
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 15
- 230000035484 reaction time Effects 0.000 claims description 6
- 206010063385 Intellectualisation Diseases 0.000 description 1
- 238000009825 accumulation Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
- G06F3/1423—Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60K—ARRANGEMENT OR MOUNTING OF PROPULSION UNITS OR OF TRANSMISSIONS IN VEHICLES; ARRANGEMENT OR MOUNTING OF PLURAL DIVERSE PRIME-MOVERS IN VEHICLES; AUXILIARY DRIVES FOR VEHICLES; INSTRUMENTATION OR DASHBOARDS FOR VEHICLES; ARRANGEMENTS IN CONNECTION WITH COOLING, AIR INTAKE, GAS EXHAUST OR FUEL SUPPLY OF PROPULSION UNITS IN VEHICLES
- B60K35/00—Instruments specially adapted for vehicles; Arrangement of instruments in or on vehicles
- B60K35/20—Output arrangements, i.e. from vehicle to user, associated with vehicle functions or specially adapted therefor
- B60K35/29—Instruments characterised by the way in which information is handled, e.g. showing information on plural displays or prioritising information according to driving conditions
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60K—ARRANGEMENT OR MOUNTING OF PROPULSION UNITS OR OF TRANSMISSIONS IN VEHICLES; ARRANGEMENT OR MOUNTING OF PLURAL DIVERSE PRIME-MOVERS IN VEHICLES; AUXILIARY DRIVES FOR VEHICLES; INSTRUMENTATION OR DASHBOARDS FOR VEHICLES; ARRANGEMENTS IN CONNECTION WITH COOLING, AIR INTAKE, GAS EXHAUST OR FUEL SUPPLY OF PROPULSION UNITS IN VEHICLES
- B60K37/00—Dashboards
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60R—VEHICLES, VEHICLE FITTINGS, OR VEHICLE PARTS, NOT OTHERWISE PROVIDED FOR
- B60R1/00—Optical viewing arrangements; Real-time viewing arrangements for drivers or passengers using optical image capturing systems, e.g. cameras or video systems specially adapted for use in or on vehicles
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60K—ARRANGEMENT OR MOUNTING OF PROPULSION UNITS OR OF TRANSMISSIONS IN VEHICLES; ARRANGEMENT OR MOUNTING OF PLURAL DIVERSE PRIME-MOVERS IN VEHICLES; AUXILIARY DRIVES FOR VEHICLES; INSTRUMENTATION OR DASHBOARDS FOR VEHICLES; ARRANGEMENTS IN CONNECTION WITH COOLING, AIR INTAKE, GAS EXHAUST OR FUEL SUPPLY OF PROPULSION UNITS IN VEHICLES
- B60K2360/00—Indexing scheme associated with groups B60K35/00 or B60K37/00 relating to details of instruments or dashboards
- B60K2360/18—Information management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Mechanical Engineering (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Chemical & Material Sciences (AREA)
- Combustion & Propulsion (AREA)
- Transportation (AREA)
- Human Computer Interaction (AREA)
- Multimedia (AREA)
- Traffic Control Systems (AREA)
Abstract
The invention provides a multi-system multi-area display method, which comprises the following steps: step 1, loading a display template, and creating a display area object according to the display template; step 2, storing the display area objects into a linked list in sequence; step 3, receiving display content of each display area, traversing the linked list, and drawing each display area through a frame buffer area; step 4, refreshing each display area drawn by the frame buffer area to a display for display; step 5, judging whether the display area updating operation is detected, if so, entering the next step; and step 6, updating the display area according to a preset rule. The invention realizes the free customization of multi-system multi-region display.
Description
Technical Field
The invention relates to the technical field of display, in particular to a multi-system multi-region display method.
Background
Along with the development of automobile intellectualization, vehicle-mounted equipment for running multiple systems (such as QNX+android) is becoming mainstream gradually, so that the large-screen and intelligent development of digital instruments and central control systems is vigorous, and various display modes are developed, namely multi-screen display and partitioned display on a large screen.
Different types of information are displayed on a large screen in a partitioned mode, wherein the information includes security domain information such as meters and multimedia entertainment related information. Different types of information display implementation require different operating systems, for example, meter related functions and information require QNX operating systems to implement, and multimedia entertainment related contents and information require Android operating systems to implement.
However, the display area dividing mode of the large-screen partition display is generally preset by a system, and cannot be increased, reduced, enlarged or reduced by a user, so that free customized experience cannot be brought to the user.
Accordingly, there is a need for further improvements in the art.
Disclosure of Invention
The invention provides a multi-system multi-region display method, which aims to overcome the defects in the prior art and realize free customization of multi-system multi-region display.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows:
the invention provides a multi-system multi-area display method, which comprises the following steps:
step 1, loading a display template, and creating a display area object according to the display template;
step 2, storing the display area objects into a linked list in sequence;
step 3, receiving display content of each display area, traversing the linked list, and drawing each display area through a frame buffer area;
step 4, refreshing each display area drawn by the frame buffer area to a display for display;
step 5, judging whether the display area updating operation is detected, if so, entering the next step;
and step 6, updating the display area according to a preset rule.
Specifically, the step 6 includes:
step 601, if the operation of splitting the display area is detected, performing the operation according to a first preset rule;
step 602, if the operation of merging the display areas is detected, performing the operation according to a second preset rule;
step 603, if the operation of moving the display area is detected, the operation is performed according to a third preset rule.
Specifically, the first preset rule is:
a1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
a2, calculating starting point coordinates and ending coordinates of each vertex of the two sub-areas after splitting according to the splitting direction;
a3, updating coordinates of each vertex of the selected area;
step A5, creating a new display area object;
and step A6, updating the linked list according to the new display area object, and returning to the step 3.
Specifically, the second preset rule is:
step B1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
step B2, calculating the coordinates of each vertex of a final display area formed by the selected display areas;
step B3, judging whether the final display area is rectangular, if so, entering the next step, otherwise prompting that the combination cannot be performed;
step B4, modifying the vertex coordinates of the selected first display area into the vertex coordinates of the final display area;
and B5, deleting other display areas except the first display area in the selected display areas from the linked list, updating the display area serial number, and returning to the step 3.
Specifically, the third preset rule is:
step C1, acquiring coordinate values of an initial moving point, and judging a display area to which the initial moving point belongs;
step C2, obtaining vertical distances between the initial moving point and four sides of the display area to which the initial moving point belongs, and taking a projection point corresponding to the shorter one of the vertical distances as a datum point to be determined;
step C3, acquiring a moving direction, and taking a pending datum point which is the same as the moving direction as a final datum point;
step C4, generating a datum line orthogonal to the moving direction through the final datum point;
step C5, determining a display area to be adjusted, wherein the adjustment display area is an adjacent and connected display area overlapped with the datum line;
step C6, obtaining the movement amount of the display area;
and C7, determining the coordinates of the display area to be adjusted according to the moving direction and the moving amount.
Specifically, the step C7 includes: if the moving direction is vertical, the ordinate increasing amount of each vertex of the display area to be adjusted on the same side of the moving direction is a moving amount, and the abscissa is kept unchanged; if the moving direction is horizontal, the abscissa of each vertex of the display area to be adjusted on the same side of the moving direction is the moving amount, and the ordinate is kept unchanged.
Further, after the step 5, the method further comprises:
step 51, judging the entering direction of the updating operation, if the updating operation enters from the preset direction, entering the next step, otherwise, entering the step 6;
step 52, obtaining the current road condition level, judging whether the current road condition level belongs to the safety level, if yes, entering the next step, otherwise, sending out prompt information for prohibiting the user operation.
Specifically, the step 52 includes:
step 52-1, defining a current road condition level, the current road condition level
R=k1×w1+k2×w2+k3×w3, where W1 represents a first parameter of surrounding vehicles related to the host vehicle, W2 represents a second parameter of surrounding pedestrians related to the host vehicle, W3 represents a third parameter of surrounding traffic settings related to the host vehicle, and K1, K2, K3 represent corresponding first, second, and third factors of the first, second, and third parameters, respectively;
52-2, detecting whether a vehicle is in front of the lane, if yes, setting the first factor K1 to 1 and entering the next step, otherwise, setting the first factor K1 to 0;
52-3, obtaining the distance between the vehicle and the front vehicle and the relative vehicle speed, and calculating a first collision time tc1;
step 52-4, determining a first parameter W1;
52-5, detecting whether a pedestrian exists in front of the vehicle, if yes, setting the second factor K2 to be 1 and entering the next step, otherwise, setting the second factor K2 to be 0;
52-6, obtaining the distance between the vehicle and the pedestrian and the relative vehicle speed, and calculating a second collision time tc2;
56-7, determining a second parameter W2;
52-8, detecting whether a traffic light exists in front of the host vehicle, if so, setting the third factor K3 to be 1 and entering the next step, otherwise, setting the third factor K3 to be 0;
52-9, obtaining the current speed of the vehicle and the distance between the current speed and the traffic light, and calculating the probability P (%) of running the red light;
52-10, determining a third parameter W3;
step 52-11, determining the current road condition level R, judging whether R is larger than a road condition threshold value R0, if yes, judging that the current road condition level belongs to a dangerous level, and if not, judging that the current road condition level belongs to a safety level.
Specifically, the first parameter w1=tr/tc 1, where tr is the reaction time.
Specifically, the second parameter w2=tr/tc 2, where tr is the reaction time.
Specifically, the third parameter w3=p/P0, where P0 represents a reference probability.
The invention has the beneficial effects that: the invention creates the display area object according to the display template, stores the display area object into the linked list, receives the display content of each display area, traverses the linked list, draws each display area through the frame buffer area to refresh the display, and updates the display area according to the update operation of the display area by the user, thereby realizing the free customization of multi-system multi-area display.
Drawings
FIG. 1 is a flow chart of a multi-system multi-region display method of the present invention;
fig. 2 is a schematic diagram of the pending fiducial of the present invention.
Detailed Description
Embodiments of the present invention will now be described in detail with reference to the accompanying drawings, which are for reference and illustration only, and are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, the present embodiment provides a multi-system multi-area display method, including:
step 1, loading a display template, and creating a display area object according to the display template.
In this embodiment, the display template includes the number, the start coordinate, the end coordinate, and the operating system to which each display area belongs.
For convenience of description, the display area in this embodiment is rectangular, and the non-rectangular display area processing method is similar to that of the rectangular display area.
And step 2, sequentially storing the display area objects into a linked list.
A linked list is a non-continuous, non-sequential storage structure on physical storage units, consisting of a series of nodes, the logical order of data elements being achieved by the order of pointer links in the linked list.
In this embodiment, the numbers of the objects in the display areas are all nodes in the linked list.
And step 3, receiving the display content of each display area, traversing the linked list, and drawing each display area through a frame buffer area.
The frame buffer area is a two-dimensional array formed by pixels and comprises color buffer, depth buffer, template buffer and accumulation buffer; each memory cell corresponds to a pixel on the screen and the entire frame buffer corresponds to a frame of image.
In this embodiment, the display contents of the display areas are output by different systems according to actual needs. For example, meter rotation speed information provided by the QNX system is displayed in the display area 1, and song information provided by the android system is displayed in the display area 2.
And 4, refreshing each display area drawn by the frame buffer area to a display for display.
And 5, judging whether the display area updating operation is detected, and if so, entering the next step.
And step 6, updating the display area according to a preset rule.
In this embodiment, the step 6 includes:
step 601, if the operation of splitting the display area is detected, the operation is performed according to a first preset rule.
In this embodiment, the first preset rule is:
a1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
a2, calculating starting point coordinates and ending coordinates of each vertex of the two sub-areas after splitting according to the splitting direction;
a3, updating coordinates of each vertex of the selected area;
step A5, creating a new display area object;
and step A6, updating the linked list according to the new display area object, and returning to the step 3.
In this embodiment, the splitting direction includes a transverse direction and a longitudinal direction.
Step 602, if the operation of merging the display areas is detected, the operation is performed according to a second preset rule.
In this embodiment, the second preset rule is:
step B1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
step B2, calculating the coordinates of each vertex of a final display area formed by the selected display areas;
step B3, judging whether the final display area is rectangular, if so, entering the next step, otherwise prompting that the combination cannot be performed;
step B4, modifying the vertex coordinates of the selected first display area into the vertex coordinates of the final display area;
and B5, deleting other display areas except the first display area in the selected display areas from the linked list, updating the display area serial number, and returning to the step 3.
Step 603, if the operation of moving the display area is detected, the operation is performed according to a third preset rule.
In this embodiment, the third preset rule is:
and C1, acquiring coordinate values of the initial moving point, and judging a display area to which the initial moving point belongs.
And C2, obtaining the vertical distance between the initial moving point and the four sides of the display area to which the initial moving point belongs, and taking the projection point corresponding to the shorter vertical distance as a to-be-determined reference point.
As shown in fig. 2, the point M is a starting moving point, the number of the display area is 2, the vertices are P1, P2, P3, and P4, and vertical projections are made from the point M to the sides P1P2, P2P3, P3P4, and P4P1 to obtain projection points N1, N2, N3, and N4, wherein N1 and N3 are vertical projection points, N2, and N4 are horizontal projection points, and the distances between the projection points and the point M are l1, l2, l3, and l4, wherein l1 < l3, and l4 < l2, and then N1 and N4 are respectively used as the vertical undetermined reference point and the horizontal undetermined reference point.
And C3, acquiring a moving direction, and taking the undetermined datum point which is the same as the moving direction as a final datum point.
And C4, generating a datum line orthogonal to the moving direction through the final datum point.
For example, if the moving direction is a vertical movement, a reference line in the horizontal direction is generated, whereas if the moving direction is a horizontal movement, a reference line in the vertical direction is generated.
As shown in fig. 2, if the moving direction is the vertical direction, the reference line is N1J.
And C5, determining a display area to be adjusted, wherein the adjustment display area is an adjacent and connected display area overlapped with the datum line.
For example, in fig. 2, the adjacent and connected display areas overlapping the reference line N1J are the display area 1 and the display area 3.
And C6, acquiring the movement amount of the display area.
The movement amount of the display area can be calculated by acquiring the starting and ending coordinates of the movement point.
And C7, determining the coordinates of the display area to be adjusted according to the moving direction and the moving amount.
In this embodiment, the step C7 includes: if the moving direction is vertical, the ordinate increasing amount of each vertex of the display area to be adjusted on the same side of the moving direction is a moving amount, and the abscissa is kept unchanged; if the moving direction is horizontal, the abscissa of each vertex of the display area to be adjusted on the same side of the moving direction is the moving amount, and the ordinate is kept unchanged.
Example 2
Unlike embodiment 1, this embodiment further includes, after the step 5:
and 51, judging the entering direction of the updating operation, if the updating operation enters from the preset direction, entering the next step, otherwise, entering the step 6.
The entering direction refers to the direction in which the hand of the operator enters the display screen area.
In this embodiment, the preset direction is a driving direction.
The entering direction of the hand of the operator can be judged by arranging the infrared detection device on the vehicle, and when the infrared sensor of the driving position is shielded at first, the hand of the operator can be judged to enter from the side of the driving position; the direction of the operator's hand into the display screen area may also be determined by other means, such as image recognition.
Step 52, obtaining the current road condition level, judging whether the current road condition level belongs to the safety level, if yes, entering the next step, otherwise, sending out prompt information for prohibiting the user operation.
The current road condition level needs to be determined according to the reaction distance (front vehicle, pedestrian, obstacle distance, relative vehicle speed, weather, etc.).
In this embodiment, the step 52 includes:
step 52-1, defining a current road condition level, where the current road condition level r=k1×w1+k2×w2+k3×w3, where W1 represents a first parameter of surrounding vehicles related to the host vehicle, W2 represents a second parameter of surrounding pedestrians related to the host vehicle, W3 represents a third parameter of surrounding traffic settings related to the host vehicle, and K1, K2, and K3 represent corresponding first, second, and third factors of the first, second, and third parameters, respectively.
Step 52-2, detecting whether a vehicle is in front of the lane, if yes, setting the first factor K1 to 1 and entering the next step, otherwise, setting the first factor K1 to 0.
Step 52-3, obtaining the distance between the vehicle and the front vehicle and the relative vehicle speed, and calculating the first collision time tc1.
Step 52-4, determining a first parameter W1.
In this embodiment, the first parameter w1=tr/tc 1, where tr is the reaction time, may be obtained by calibration.
52-5, detecting whether a pedestrian exists in front of the vehicle, if yes, setting the second factor K2 to be 1 and entering the next step, otherwise, setting the second factor K2 to be 0;
and 52-6, acquiring the distance between the vehicle and the pedestrian and the relative vehicle speed, and calculating the second collision time tc2.
Step 56-7, determining a second parameter W2.
In this embodiment, the second parameter w2=tr/tc 2, where tr is the reaction time.
And 52-8, detecting whether a traffic light exists in front of the host vehicle, if so, setting the third factor K3 to be 1 and entering the next step, otherwise, setting the third factor K3 to be 0.
And 52-9, acquiring the current speed of the vehicle and the distance between the current speed and the traffic light, and calculating the probability P (%) of running the red light.
Step 52-10, determining a third parameter W3.
In this embodiment, the third parameter w3=p/P0, where P0 represents the reference probability, which can be obtained by calibration, in this embodiment p0=50%.
Step 52-11, determining the current road condition level R, judging whether R is larger than a road condition threshold value R0, if yes, judging that the current road condition level belongs to a dangerous level, and if not, judging that the current road condition level belongs to a safety level.
The road condition threshold value R0 is empirical data and can be obtained through calibration.
The above disclosure is illustrative of the preferred embodiments of the present invention and should not be construed as limiting the scope of the invention, which is defined by the appended claims.
Claims (6)
1. A multi-system multi-region display method, comprising:
step 1, loading a display template, and creating a display area object according to the display template;
step 2, storing the display area objects into a linked list in sequence;
step 3, receiving display content of each display area, traversing the linked list, and drawing each display area through a frame buffer area;
step 4, refreshing each display area drawn by the frame buffer area to a display for display;
step 5, judging whether the display area updating operation is detected, if so, entering the next step;
step 51, judging the entering direction of the updating operation, if the updating operation enters from the preset direction, entering the next step, otherwise, entering the step 6;
step 52, obtaining the current road condition level, judging whether the current road condition level belongs to the safety level, if yes, entering the next step, otherwise, sending prompt information for prohibiting the user operation;
step 6, updating the display area according to a preset rule;
the step 52 includes:
step 52-1, defining a current road condition level, where the current road condition level r=k1×w1+k2×w2+k3×w3, where W1 represents a first parameter of surrounding vehicles related to the host vehicle, W2 represents a second parameter of surrounding pedestrians related to the host vehicle, W3 represents a third parameter of surrounding traffic settings related to the host vehicle, and K1, K2, and K3 represent corresponding first, second, and third factors of the first, second, and third parameters, respectively;
52-2, detecting whether a vehicle is in front of the lane, if yes, setting the first factor K1 to 1 and entering the next step, otherwise, setting the first factor K1 to 0;
52-3, obtaining the distance between the vehicle and the front vehicle and the relative vehicle speed, and calculating a first collision time tc1;
step 52-4, determining a first parameter W1;
52-5, detecting whether a pedestrian exists in front of the vehicle, if yes, setting the second factor K2 to be 1 and entering the next step, otherwise, setting the second factor K2 to be 0;
52-6, obtaining the distance between the vehicle and the pedestrian and the relative vehicle speed, and calculating a second collision time tc2;
56-7, determining a second parameter W2;
52-8, detecting whether a traffic light exists in front of the host vehicle, if so, setting the third factor K3 to be 1 and entering the next step, otherwise, setting the third factor K3 to be 0;
52-9, obtaining the current speed of the vehicle and the distance between the current speed and the traffic light, and calculating the probability P (%) of running the red light;
52-10, determining a third parameter W3;
52-11, determining a current road condition level R, judging whether the R is larger than a road condition threshold R0, if yes, judging that the current road condition level belongs to a dangerous level, otherwise, judging that the current road condition level belongs to a safety level;
the first parameter w1=tr/tc 1, where tr is the reaction time;
the second parameter w2=tr/tc 2, where tr is the reaction time;
the third parameter w3=p/P0, where P0 represents a reference probability.
2. The multi-system multi-region display method according to claim 1, wherein the step 6 comprises:
step 601, if the operation of splitting the display area is detected, performing the operation according to a first preset rule;
step 602, if the operation of merging the display areas is detected, performing the operation according to a second preset rule;
step 603, if the operation of moving the display area is detected, the operation is performed according to a third preset rule.
3. The multi-system multi-region display method of claim 2, wherein the first preset rule is:
a1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
a2, calculating starting point coordinates and ending coordinates of each vertex of the two sub-areas after splitting according to the splitting direction;
a3, updating coordinates of each vertex of the selected area;
step A5, creating a new display area object;
and step A6, updating the linked list according to the new display area object, and returning to the step 3.
4. The multi-system multi-region display method of claim 2, wherein the second preset rule is:
step B1, acquiring a serial number of a selected display area, and acquiring each vertex coordinate of a corresponding display area;
step B2, calculating the coordinates of each vertex of a final display area formed by the selected display areas;
step B3, judging whether the final display area is rectangular, if so, entering the next step, otherwise prompting that the combination cannot be performed;
step B4, modifying the vertex coordinates of the selected first display area into the vertex coordinates of the final display area;
and B5, deleting other display areas except the first display area in the selected display areas from the linked list, updating the display area serial number, and returning to the step 3.
5. The multi-system multi-region display method of claim 2, wherein the third preset rule is:
step C1, acquiring coordinate values of an initial moving point, and judging a display area to which the initial moving point belongs;
step C2, obtaining vertical distances between the initial moving point and four sides of the display area to which the initial moving point belongs, and taking a projection point corresponding to the shorter one of the vertical distances as a datum point to be determined;
step C3, acquiring a moving direction, and taking a pending datum point which is the same as the moving direction as a final datum point;
step C4, generating a datum line orthogonal to the moving direction through the final datum point;
step C5, determining a display area to be adjusted, wherein the adjustment display area is an adjacent and connected display area overlapped with the datum line;
step C6, obtaining the movement amount of the display area;
and C7, determining the coordinates of the display area to be adjusted according to the moving direction and the moving amount.
6. The multi-system multi-region display method according to claim 5, wherein the step C7 comprises: if the moving direction is vertical, the ordinate increasing amount of each vertex of the display area to be adjusted on the same side of the moving direction is a moving amount, and the abscissa is kept unchanged; if the moving direction is horizontal, the abscissa of each vertex of the display area to be adjusted on the same side of the moving direction is the moving amount, and the ordinate is kept unchanged.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110478705.4A CN113504882B (en) | 2021-04-30 | 2021-04-30 | Multi-system multi-region display method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110478705.4A CN113504882B (en) | 2021-04-30 | 2021-04-30 | Multi-system multi-region display method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113504882A CN113504882A (en) | 2021-10-15 |
CN113504882B true CN113504882B (en) | 2024-02-06 |
Family
ID=78009184
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110478705.4A Active CN113504882B (en) | 2021-04-30 | 2021-04-30 | Multi-system multi-region display method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113504882B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115100897B (en) * | 2022-05-23 | 2023-11-17 | 惠州华阳通用电子有限公司 | Vehicle position determining method and device |
Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1922049A (en) * | 2004-02-27 | 2007-02-28 | 日本精机株式会社 | Vehicle information display device and vehicle information display method |
CN101309816A (en) * | 2005-09-20 | 2008-11-19 | 富士通天株式会社 | In-vehicle display apparatus |
CN101873308A (en) * | 2009-04-23 | 2010-10-27 | 威睿公司 | Method and system for identifying drawing primitives for selective transmission to a remote display |
CN102289823A (en) * | 2011-06-14 | 2011-12-21 | 汉王科技股份有限公司 | Method and device for obtaining area of graph on display device |
CN103235819A (en) * | 2013-04-27 | 2013-08-07 | 浪潮集团山东通用软件有限公司 | WEB interface multi-zone data display method |
CN205812236U (en) * | 2016-07-01 | 2016-12-14 | 徐州市凯信电子设备有限公司 | The system realize embedded color ultrasound CPU video acquisition, showing, store, play back |
CN106502560A (en) * | 2016-10-11 | 2017-03-15 | 北京小米移动软件有限公司 | Display control method and device |
CN107786735A (en) * | 2017-10-12 | 2018-03-09 | 深圳天珑无线科技有限公司 | Music display methods, mobile terminal and computer-readable recording medium |
CN108052662A (en) * | 2017-12-29 | 2018-05-18 | 上海器魂智能科技有限公司 | Web-based assembly layout method, apparatus, equipment and storage medium |
CN108215798A (en) * | 2017-12-29 | 2018-06-29 | 上海友衷科技有限公司 | A kind of car interface display method and system |
CN109298822A (en) * | 2018-09-04 | 2019-02-01 | 广州小鹏汽车科技有限公司 | The visual interactive system and method for vehicle-carrying display screen |
CN109636924A (en) * | 2018-12-28 | 2019-04-16 | 吉林大学 | Vehicle multi-mode formula augmented reality system based on real traffic information three-dimensional modeling |
CN110211541A (en) * | 2019-05-28 | 2019-09-06 | 南京大学 | A kind of multizone liquid crystal display device based on region control |
CN110308883A (en) * | 2019-05-24 | 2019-10-08 | 努比亚技术有限公司 | Method for splitting, wearable device and the computer readable storage medium of screen |
CN110689717A (en) * | 2018-07-05 | 2020-01-14 | 上海博泰悦臻网络技术服务有限公司 | Method for adjusting driving behavior and vehicle |
CN111554222A (en) * | 2019-02-12 | 2020-08-18 | 联阳半导体股份有限公司 | Time schedule controller, display device and operation method thereof |
CN111619476A (en) * | 2019-02-28 | 2020-09-04 | 上海欧菲智能车联科技有限公司 | Display method and device of streaming media rearview mirror and terminal equipment |
CN112188267A (en) * | 2020-09-24 | 2021-01-05 | 腾讯科技(深圳)有限公司 | Video playing method, device and equipment and computer storage medium |
CN112498274A (en) * | 2020-12-01 | 2021-03-16 | 东风汽车有限公司 | Driving video playing control method, storage medium and vehicle-mounted electronic equipment |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9690599B2 (en) * | 2009-07-09 | 2017-06-27 | Nokia Technologies Oy | Method and apparatus for determining an active input area |
-
2021
- 2021-04-30 CN CN202110478705.4A patent/CN113504882B/en active Active
Patent Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1922049A (en) * | 2004-02-27 | 2007-02-28 | 日本精机株式会社 | Vehicle information display device and vehicle information display method |
CN101309816A (en) * | 2005-09-20 | 2008-11-19 | 富士通天株式会社 | In-vehicle display apparatus |
CN101873308A (en) * | 2009-04-23 | 2010-10-27 | 威睿公司 | Method and system for identifying drawing primitives for selective transmission to a remote display |
CN102289823A (en) * | 2011-06-14 | 2011-12-21 | 汉王科技股份有限公司 | Method and device for obtaining area of graph on display device |
CN103235819A (en) * | 2013-04-27 | 2013-08-07 | 浪潮集团山东通用软件有限公司 | WEB interface multi-zone data display method |
CN205812236U (en) * | 2016-07-01 | 2016-12-14 | 徐州市凯信电子设备有限公司 | The system realize embedded color ultrasound CPU video acquisition, showing, store, play back |
CN106502560A (en) * | 2016-10-11 | 2017-03-15 | 北京小米移动软件有限公司 | Display control method and device |
CN107786735A (en) * | 2017-10-12 | 2018-03-09 | 深圳天珑无线科技有限公司 | Music display methods, mobile terminal and computer-readable recording medium |
CN108052662A (en) * | 2017-12-29 | 2018-05-18 | 上海器魂智能科技有限公司 | Web-based assembly layout method, apparatus, equipment and storage medium |
CN108215798A (en) * | 2017-12-29 | 2018-06-29 | 上海友衷科技有限公司 | A kind of car interface display method and system |
CN110689717A (en) * | 2018-07-05 | 2020-01-14 | 上海博泰悦臻网络技术服务有限公司 | Method for adjusting driving behavior and vehicle |
CN109298822A (en) * | 2018-09-04 | 2019-02-01 | 广州小鹏汽车科技有限公司 | The visual interactive system and method for vehicle-carrying display screen |
CN109636924A (en) * | 2018-12-28 | 2019-04-16 | 吉林大学 | Vehicle multi-mode formula augmented reality system based on real traffic information three-dimensional modeling |
CN111554222A (en) * | 2019-02-12 | 2020-08-18 | 联阳半导体股份有限公司 | Time schedule controller, display device and operation method thereof |
CN111619476A (en) * | 2019-02-28 | 2020-09-04 | 上海欧菲智能车联科技有限公司 | Display method and device of streaming media rearview mirror and terminal equipment |
CN110308883A (en) * | 2019-05-24 | 2019-10-08 | 努比亚技术有限公司 | Method for splitting, wearable device and the computer readable storage medium of screen |
CN110211541A (en) * | 2019-05-28 | 2019-09-06 | 南京大学 | A kind of multizone liquid crystal display device based on region control |
CN112188267A (en) * | 2020-09-24 | 2021-01-05 | 腾讯科技(深圳)有限公司 | Video playing method, device and equipment and computer storage medium |
CN112498274A (en) * | 2020-12-01 | 2021-03-16 | 东风汽车有限公司 | Driving video playing control method, storage medium and vehicle-mounted electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN113504882A (en) | 2021-10-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9417080B2 (en) | Movement trajectory generator | |
KR102332045B1 (en) | Method and apparatus for processing driving reference line, and vehicle | |
US20140172290A1 (en) | Navigation of on-road vehicle based on vertical elements | |
US20200125862A1 (en) | Method and apparatus for auto calibration | |
CN104115186A (en) | Three-dimensional object detection device | |
JP2007315956A (en) | Map creation method, guiding method and navigation device for parking lot | |
CN113504882B (en) | Multi-system multi-region display method | |
CN111942384B (en) | Vehicle low-speed automatic cruise method, client and vehicle low-speed automatic cruise system | |
JP6716480B2 (en) | Road network change detecting device, road network change detecting method, computer program, and recording medium recording computer program | |
CN115273525B (en) | Parking space mapping display method and system | |
CN113593301A (en) | Method for pre-judging vehicle clogging, vehicle, and computer-readable storage medium | |
CN111213194A (en) | Display control device, display control method, and display system | |
CN104115204A (en) | Three-dimensional object detection device | |
CN114926809A (en) | Passable area detection method and device, moving tool and storage medium | |
CN104115203A (en) | Three-dimensional object detection device | |
CN111881245B (en) | Method, device, equipment and storage medium for generating visibility dynamic map | |
CN111959511B (en) | Vehicle control method and device | |
CN114537447A (en) | Safe passing method and device, electronic equipment and storage medium | |
KR102087046B1 (en) | Method and apparatus for providing information of a blind spot based on a lane using local dynamic map in autonomous vehicle | |
CN113071515B (en) | Movable carrier control method, device, movable carrier and storage medium | |
JP2010262665A (en) | On-vehicle device and vehicle recognition method | |
CN116572837A (en) | Information display control method and device, electronic equipment and storage medium | |
US11938863B2 (en) | Peripheral image generation device and display control method | |
CN118107563A (en) | Parking control method and device for vehicle and storage medium | |
JP5353780B2 (en) | Display control apparatus, method and program |
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 |