CN111061381A - Screen global input control system and method - Google Patents

Screen global input control system and method Download PDF

Info

Publication number
CN111061381A
CN111061381A CN201811204475.7A CN201811204475A CN111061381A CN 111061381 A CN111061381 A CN 111061381A CN 201811204475 A CN201811204475 A CN 201811204475A CN 111061381 A CN111061381 A CN 111061381A
Authority
CN
China
Prior art keywords
input
screen
mapping
coordinates
client
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.)
Pending
Application number
CN201811204475.7A
Other languages
Chinese (zh)
Inventor
谭登峰
其他发明人请求不公开姓名
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Renguang Electronic Technology Co ltd
Original Assignee
Nanjing Renguang Electronic Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Renguang Electronic Technology Co ltd filed Critical Nanjing Renguang Electronic Technology Co ltd
Priority to CN201811204475.7A priority Critical patent/CN111061381A/en
Publication of CN111061381A publication Critical patent/CN111061381A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital 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
    • G06F3/1446Digital 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 display composed of modules, e.g. video walls

Abstract

The invention provides a screen global input control system, which comprises: the system comprises at least two client sides, an acquisition side, an input device, a server and a splicing controller; the screen is used for displaying the content of the client in the content window according to the preset layout in the splicing controller; the input means comprises means for inputting input coordinates and means for inputting data; the acquisition end is used for acquiring input coordinates and input data input from the input device and sending the input coordinates and the input data to the server; and the server maps the received input coordinates and the coordinate range of the content window of the screen into a mapping screen with uniform resolution to form mapping input coordinates and a mapping content window coordinate range, so as to judge the client to which the content window of the input coordinates belongs and send the input coordinates and the input data to the corresponding client. By the invention, the overall and real-time control of all client contents can be realized by only one input device, and the control result is correspondingly displayed on the screen.

Description

Screen global input control system and method
Technical Field
The invention relates to the technical field of intelligent interaction, in particular to a screen global input control system and a screen global input control method.
Background
At present, large-sized screens are increasingly used in various fields. For example, in various application fields such as military command center traffic monitoring management, public security traffic police command, telecommunication network management, industrial production scheduling and the like, a large-size screen needs to be arranged for field command and the like.
The large-size screen is generally formed by splicing a plurality of sub-screens, and the content of a plurality of clients is displayed on each sub-screen according to a certain layout through a splicing controller, so that the display effect of the large-size screen is formed. For example, the large-sized screen may include 6 sub-screens, the number of the clients may be 3, signals of the client 1 may be displayed on the 1 st and 2 nd sub-screens, signals of the client 2 may be displayed on the 3 rd and 4 th sub-screens, signals of the client 3 may be displayed on the 5 th and 6 th sub-screens, and so on, through the layout of the splicing controller. The client may be a computer, a mobile terminal, etc.
Because the large-size screen has a large area, if a user wants to control the content displayed on the screen, the control by the close-distance touch mode may bring certain difficulty to the user, so that the user needs to perform input control by connecting a mouse or a keyboard, and the user can control the large-size screen remotely. However, in the prior art, a technology for mapping a mouse or a keyboard capable of controlling the whole large-size screen is not available, and a mouse needs to be configured at each client for operation, so that a user cannot use one mouse or keyboard to control the whole large-size screen, which causes great inconvenience to the user experience.
Disclosure of Invention
In view of the above, a first aspect of the present application provides a screen global input control system, which includes:
the system comprises at least two client sides, an acquisition side, an input device, a server and a splicing controller;
the screen is used for displaying the content of the client in a content window according to a preset layout in the splicing controller;
the input means comprises means for inputting input coordinates and means for inputting data;
the acquisition terminal is used for acquiring input coordinates and input data input from the input device and transmitting the input coordinates and the input data
A server;
the server receives the input coordinates and the coordinate range of the content window of the screen
And forming a mapping input coordinate and a mapping content window coordinate range in a mapping screen which is mapped to the uniform resolution, so as to judge the client to which the content window of the input coordinate belongs, and sending the input coordinate and the input data to the corresponding client.
According to some embodiments of the invention, the client is further configured to respond according to the input coordinates and the input data, and to display the content of the response on the screen.
According to some embodiments of the invention, the resolution of the mapping screen is (65535); the mapping screen is the screen.
According to some embodiments of the invention, the conversion formula of the mapping is: assuming that the resolution of the acquisition end screen is (a, b), the screen resolution is (p, q), the mapping screen resolution is (m, n), and the input coordinates are coordinate values (Xs, ys), the mapping input coordinates are Xs ═ Xs × m/a; ys n/b; at least one vertex coordinate of the content window is a coordinate value (Xr, yr), and then the vertex mapping coordinate of the at least one vertex position of the content window is Xr-m/p; yr is Yr n/q;
according to some embodiments of the invention, the range of coordinates of the mapped content window is determined according to the mapped coordinates of at least one vertex of the content window and the length and height dimensions of the content window; the at least one vertex includes an initial vertex in an upper left corner of the window.
According to some embodiments of the invention, the client further comprises a coordinate scaling unit for scaling the input coordinates to local coordinate values with a screen resolution of (65535 ); and the client is used for responding according to the local coordinate value and the control information.
According to some embodiments of the present invention, the device for inputting input coordinates is one of a mouse, a tablet, a joystick, a touchpad, or a combination thereof;
the device for inputting data is a keyboard;
the screen is a spliced screen and is composed of at least two sub-screens.
A second aspect of the present application provides a screen global input control method, where a screen is used to display contents of at least two clients in a content window, the method including:
step S101, collecting input coordinates and input data input by an input device, and sending the input coordinates and the input data to a server;
step S102, the server converts the received input coordinates into mapping input coordinates in a mapping screen with uniform resolution, and converts a content window coordinate range in the screen into a mapping content window coordinate range of the mapping screen;
and step S103, the server judges the client side to which the content window with the input coordinate belongs according to the mapping input coordinate and the mapping content window coordinate range, and sends the mapping input coordinate and the input data to the corresponding client side.
According to some embodiments of the invention, the method further comprises the step of:
the client is also used for responding according to the input coordinates and the input data and displaying the content of the response on the screen.
According to some embodiments of the invention, the method further comprises the step of:
step S104, the client side where the content to be controlled is located judges that the input coordinate is located in the local coordinate of the client side according to the input of the input device sent by the server;
and step S105, the client responds according to the local coordinates and the action information.
The embodiment of the invention provides a screen global input control system and a screen global input control method, which can realize global and real-time control on all client contents by using only one input device and correspondingly display a control result on a screen.
Drawings
FIG. 1 is a schematic diagram of a screen global input control according to an embodiment of the present invention;
FIG. 2 is a diagram of a client content window displayed on a screen according to one embodiment shown in FIG. 1;
FIG. 3 is a schematic representation of the coordinate ranges of the content window of FIG. 2 in accordance with the present invention;
FIG. 4 is a flow diagram of a screen global input control method according to the present invention;
fig. 5 is a schematic view of a manipulation interface according to another embodiment of the present invention.
Detailed Description
The technical means of the present invention will be described in further detail with reference to specific embodiments. It should be understood that the detailed description and specific examples, while indicating the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
FIG. 1 is a block diagram of a system according to an embodiment of the present invention. The system comprises a server 1, a splicing controller 2, n clients 31, 32 … … 3n, a screen 4, a collection terminal 5 and an input device 6. The number n of the clients may be 1 or 2 or more.
The screen 4 may be composed of one screen, or at least two sub-screens may be spliced together by the splicing controller 2 (or called video splicing controller or large screen splicing controller, etc.), and set according to size requirements. The sub-screens spliced together may be spatially adjacent to each other or may be spatially separated from each other, for example, may be separated by a certain distance. Here, the multi-screen splicing controller may also enable at least two sub-screens to respectively display different client contents, or the same client content, or may also enable at least two sub-screens to display different pictures, where the different pictures are spliced into a complete client content or picture.
The splicing controller 2 may be implemented by hardware, or may be implemented by software in the server 1, and since the splicing controller is widely known to those skilled in the art, the description thereof is omitted here.
The content in the client 31-3n should be modifiable and editable through an input device such as a mouse, for example, a cursor may be moved to a certain position in the content through the mouse, and then corresponding characters may be typed; alternatively, a certain file or folder may be double-clicked by a mouse to open the corresponding file or folder, etc.
The input device 6 may be a mouse, a tablet, a joystick, a touchpad, or other position input devices.
The capturing end 5 may be any type of computer, such as a desktop computer, a notebook computer, a tablet computer, etc., or any processing device capable of capturing an input position of the input device 6. The acquisition end 5 is connected with the input device 6 through a man-machine interface and is used for acquiring input coordinates of the input device 6.
For convenience of explaining the technical solution of the present invention, the following embodiments will be described by taking a mouse as an example of an input device. However, it will be understood by those skilled in the art that the technical solutions of the present invention include, but are not limited to, a mouse, and any alternative to the above-mentioned input device 6 should be included in the scope of the present invention.
In the embodiment shown in fig. 2, it is assumed that the control system of the present embodiment includes 4 clients 31, 32, 33, 34, and the displayed contents are a, b, c, d; wherein, the screen 4 may include 8 sub-screens 41, 42, 43, 44, 45, 46, 47, 48, and the content of each client is displayed in the content window of the sub-screen according to a predetermined layout in the splicing controller 2;
for example, the display window on the sub-screen 41 in the first row and the first column, the display window on the sub-screen 44 in the second row and the first column, are full of the content of the client 31, such as the two-dimensional map a of a certain region, the display window on the sub-screen 42 in the second row and the second column, the sub-screen 43 in the first row and the third column, the sub-screen 45 in the second row and the third column, and the sub-screen 46 in the second row and the third column, are 4 blocks of the content of the client 32, such as the three-dimensional map b of a certain region, the display window 47 on the sub-screen in the first row and the fourth column, such as the monitor picture b of the camera, the display window on the sub-screen 48 in the second row and the fourth column, such as the video picture d, and the like.
Those skilled in the art will appreciate that the number of clients and sub-screens and the layout of the content window can be set as desired, and are not limited to the above example.
The workflow of the control system according to the embodiment of the present invention is described in detail below with reference to the method flowchart of fig. 4.
Initially, when the user wants to manipulate the content d, the user uses the mouse 6 to input coordinates, such as a cursor position, and inputs manipulation instructions, such as moving, double-clicking, single-clicking, dragging, etc., at a corresponding position of the screen 4 where the content d is to be manipulated;
then, in step S101, the acquisition end 5 acquires input coordinates of the mouse, for example, (xs, ys), and a control instruction, and sends the input coordinates and the control instruction to the server 1;
then, in step S102, the server 1 converts the received mouse coordinates into mapped mouse coordinates, and converts the coordinate ranges of the respective content windows in the screen 4 into mapped coordinate ranges;
specifically, the server 1 converts the received mouse coordinates into mapped mouse coordinates, and may convert the acquired mouse coordinates (Xs, Ys) into a unified mapped mouse coordinate (Xs, Ys) of a mapped screen according to the resolution of the screen of the acquisition end 5. The mapping screen may be coordinates of any resolution screen, and the present invention may be implemented as long as the screen coordinates of the acquisition end 5 and the screen 4 are converted into coordinates of uniform screen resolution. It should be noted that in order to guarantee an effective screen resolution, the resolution of the mapping screen coordinates should be no less than the resolution of the maximum resolution screen of the acquisition end 5, screen 4.
For example, assume that the screen resolution length of the acquisition terminal 5 is (a × b) and the screen resolution is (m × n) mapped. The calculation formula may be Xs ═ m/a, Ys ═ Ys ×/b. For example, assuming that (a × b) is (1920 × 1080) and the mapping screen resolution is (65535), the mapping mouse coordinates (Xs, Ys) are: xs 65535/1920, Ys 65535/1080;
the conversion of the coordinate range of each content window in the screen 4 into the mapping coordinate range is realized by the following steps:
step S1021, the stitching controller 2 sends the screen resolution of the screen 4 to the server 1, e.g., (p, q), e.g., (3840 × 2160); the server 1 receives the screen resolution and calculates the length-height ratio of the screen resolution of the screen 4 to the mapping screen resolution (m, n), namely (p/m, q/n);
then, in step S1022, the server 1 obtains the coordinate range of the content window of each client, such as the length and the height of the content window and at least one vertex coordinate (for example, the initial vertex coordinate of the upper left corner) of the content window, according to the screen layout preset in the splicing controller 2;
for example, the screen layout preset in the splice controller 2 is such that the content d of the client 34 is displayed in the sub-screen 48, the coordinates of the top left vertex of the content window are (xa0, ya0), and the window length L is high H; the server 1 converts the coordinates of the top left vertex (Xa0, Ya0) into the content window mapping coordinates in the mapping screen resolution (p, q) according to the screen resolution ratio, that is, Xa0 ═ Xa0 × p/m, Ya0 ═ Ya0 × q/n;
then, in step S103, the server 1 determines, according to the mapping mouse coordinate and the coordinate range of the mapping content window, a client to which the content of the mouse coordinate belongs;
specifically, the server 1 determines which client the content operated by the user belongs to according to the mapping mouse coordinates (Xs, Ys), at least one vertex mapping coordinate value (Xa0, Ya0) of each content window in the screen layout and the length-height value H, L of the content window, and then sends the mouse coordinates to the corresponding client;
for example, if the mapping mouse position is located in the window of the content d, the server 1 determines, according to the initial vertex coordinate and the length value of the window of the content d, that the mapping mouse position is located at the position corresponding to the content d, and the content d belongs to the client 34, and then sends the mouse coordinate to the client 34, as shown in fig. 3;
then, in step 104, a client, such as the client 34, where the content is to be manipulated receives the mapping coordinates and the manipulation information of the mouse sent by the server 1, and the client converts the mapping coordinates of the mouse into local coordinates;
wherein, the step 104 specifically comprises the following steps:
and converting (65535) the mapping coordinates of the mouse into coordinates of a screen, so as to obtain the local coordinate position of the mouse at the client.
It will be understood by those skilled in the art that, since the screen is divided into 65535 × 65535 units uniformly by default in the mouse coordinate system of the windows system API function, based on the above principle, the present invention may preferably choose to set the resolution of the mapping screen to (65535), so that the server 1 only needs to convert the coordinates of the capturing end 5 and the screen 4 once, and does not need to convert the coordinates of the screen of the client.
Then, in step 105, the client responds to the corresponding location content according to the manipulation information, and then displays the corresponding content.
For example, a user clicks a certain content, such as a file, in a content window in the screen 4 through a mouse, the file is selected through the mouse at this time, and then the user double-clicks the file, so that the client where the file is located performs double-clicking on the file and displays the file in the screen 4;
the user can also drag a content window of the screen and other control actions by long pressing the left mouse button, and the client at which the dragged window is located executes the dragging action and displays the dragging action in the screen 4.
The control actions are similar to those of a common mouse and are not described again.
Example two
As shown in fig. 5, the input device 6 in the second embodiment of the present invention further includes a data input device, such as a keyboard (not shown). The keyboard is not different from a conventional keyboard, and the acquisition end 5 acquires input coordinates and control information of the position input device and key values of the keyboard at the same time and sends the input coordinates and the control information and the key values to the server 1;
the server 1 sends the input coordinates or the mapping coordinates to the client to which the content of the coordinates belongs according to the method described in the first embodiment, and also sends the keyboard value of the keyboard to the client, so that the client operates in the corresponding content according to the keyboard value.
For example, as shown in fig. 5, if a user wants to operate the editable map software in a content window by a mouse, for example, to type information to be labeled, such as "altitude", "distance", etc., the cursor of the mouse can be moved to the position of the map to be typed and a click action is performed; the client 34 responds according to the click action information, for example, a typing window is opened, and then a label name is typed in through a keyboard, at this time, the server 1 sends the key value of the keyboard collected by the collecting terminal 5 to the corresponding client 34, and then the client 34 responds according to the keyboard input.
For the control system provided in the embodiment of the present invention, each functional unit may be integrated in one processing chip, or each unit may exist alone physically, or two or more units are integrated in one module. The integrated module can be realized in a form of hardware, and can also be realized in a form of a functional module of software. The integrated unit, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium, such as a read-only memory, a magnetic or optical disk, or the like.
It should be noted that, for the screen global input control method according to the embodiment of the present invention, it can be understood by those skilled in the art that all or part of the process of the screen global input control method provided in the embodiment of the present invention can be completed by controlling the relevant hardware through a computer program, where the computer program can be stored in a computer readable medium, such as a memory of the screen input control device, and executed by at least one controller in the screen input control device, and the execution process can include the process of the above-mentioned screen global input control method. The storage medium may be a magnetic disk, an optical disk, a Read Only Memory (ROM), a Random Access Memory (RAM), or the like. In other words, the present invention also relates to a screen input control device, which may include a memory and a controller; the memory is used for storing executable program codes; the controller is used for reading the executable program codes stored in the memory so as to execute the screen global input control method.
According to some embodiments, there is provided a computer-readable storage medium, which may include instructions, which when executed on a computer, may cause the computer to perform the screen global input control method described above.
The working process of the screen global input control provided by the present embodiment can be understood by referring to the above embodiments, and is not described herein again.
The above embodiments are all preferred embodiments of the present invention, and therefore do not limit the scope of the present invention. Any equivalent structural and equivalent procedural changes made to the present disclosure without departing from the spirit and scope of the present disclosure are within the scope of the present disclosure as claimed.

Claims (10)

1. A screen global input control system comprising:
the system comprises at least two client sides, an acquisition side, an input device, a server and a splicing controller;
the screen is used for displaying the content of the client in a content window according to a preset layout in the splicing controller;
the input means comprises means for inputting input coordinates and means for inputting data;
the acquisition end is used for acquiring input coordinates and input data input from the input device and sending the input coordinates and the input data to the server;
and the server maps the received input coordinates and the coordinate range of the content window of the screen into a mapping screen with uniform resolution to form mapping input coordinates and a mapping content window coordinate range, so as to judge the client to which the content window of the input coordinates belongs and send the input coordinates and the input data to the corresponding client.
2. The screen global input control system of claim 1, characterized in that:
the client is also used for responding according to the input coordinates and the input data and displaying the content of the response on the screen.
3. The screen global input control system of claim 1, characterized in that:
the resolution of the mapping screen is (65535); the mapping screen is the screen.
4. The screen global input control system of claim 1, characterized in that:
the conversion formula of the mapping is as follows: assuming that the resolution of the acquisition end screen is (a, b), the screen resolution is (p, q), the mapping screen resolution is (m, n), and the input coordinates are coordinate values (Xs, ys), the mapping input coordinates are Xs ═ Xs × m/a; ys n/b; at least one vertex coordinate of the content window is a coordinate value (Xr, yr), and then the vertex mapping coordinate of the at least one vertex position of the content window is Xr-m/p; yr is Yr n/q.
5. The screen global input control system of claim 4, wherein:
the coordinate range of the mapping content window is determined according to the mapping coordinates of at least one vertex of the content window and the length and the height of the content window; the at least one vertex includes an initial vertex in an upper left corner of the window.
6. The screen global input control system of claim 3 or 4, characterized in that:
the client further comprises a coordinate conversion unit for converting the input coordinates into local coordinate values with screen resolution of (65535 ); and the client is used for responding according to the local coordinate value and the control information.
7. The screen global input control system of claim 1, characterized in that:
the device for inputting the input coordinates is one or a combination of a mouse, a tablet, a game control rod and a touch pad;
the device for inputting data is a keyboard;
the screen is a spliced screen and is composed of at least two sub-screens.
8. A screen global input control method, the screen for displaying contents of at least two clients in a content window, the method comprising:
step S101, collecting input coordinates and input data input by an input device, and sending the input coordinates and the input data to a server;
step S102, the server converts the received input coordinates into mapping input coordinates in a mapping screen with uniform resolution, and converts a content window coordinate range in the screen into a mapping content window coordinate range of the mapping screen;
and step S103, the server judges the client side to which the content window with the input coordinate belongs according to the mapping input coordinate and the mapping content window coordinate range, and sends the mapping input coordinate and the input data to the corresponding client side.
9. The screen global input control method of claim 8, further comprising the steps of:
the client is also used for responding according to the input coordinates and the input data and displaying the content of the response on the screen.
10. The screen global input control method of claim 9, further comprising the steps of:
step S104, the client side where the content to be controlled is located judges that the input coordinate is located in the local coordinate of the client side according to the input of the input device sent by the server;
and step S105, the client responds according to the local coordinates and the action information.
CN201811204475.7A 2018-10-16 2018-10-16 Screen global input control system and method Pending CN111061381A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811204475.7A CN111061381A (en) 2018-10-16 2018-10-16 Screen global input control system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811204475.7A CN111061381A (en) 2018-10-16 2018-10-16 Screen global input control system and method

Publications (1)

Publication Number Publication Date
CN111061381A true CN111061381A (en) 2020-04-24

Family

ID=70296507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811204475.7A Pending CN111061381A (en) 2018-10-16 2018-10-16 Screen global input control system and method

Country Status (1)

Country Link
CN (1) CN111061381A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947815A (en) * 2021-04-27 2021-06-11 北京仁光科技有限公司 Multi-window interaction method and system, readable storage medium and electronic device
CN113010075A (en) * 2021-04-27 2021-06-22 北京仁光科技有限公司 Multi-signal source window interaction method and system, readable storage medium and electronic device
CN113407043A (en) * 2021-06-29 2021-09-17 杭州海康威视数字技术股份有限公司 Data processing method, device, equipment and system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947815A (en) * 2021-04-27 2021-06-11 北京仁光科技有限公司 Multi-window interaction method and system, readable storage medium and electronic device
CN113010075A (en) * 2021-04-27 2021-06-22 北京仁光科技有限公司 Multi-signal source window interaction method and system, readable storage medium and electronic device
CN113407043A (en) * 2021-06-29 2021-09-17 杭州海康威视数字技术股份有限公司 Data processing method, device, equipment and system
CN113407043B (en) * 2021-06-29 2023-09-05 杭州海康威视数字技术股份有限公司 Data processing method, device, equipment and system

Similar Documents

Publication Publication Date Title
US9268423B2 (en) Definition and use of node-based shapes, areas and windows on touch screen devices
US10579187B2 (en) Display control apparatus, display control method and display control program
US9360942B2 (en) Cursor driven interface for layer control
CN101192131B (en) Method for processing table top background, device and operation system table top interface system
JP5807686B2 (en) Image processing apparatus, image processing method, and program
KR20060052717A (en) Virtual desktop-meta-organization & control system
US20130307992A1 (en) Method for managing ir image data
CN111061381A (en) Screen global input control system and method
CN105339957B (en) Method and system for displaying different views of an entity
US20160378272A1 (en) Systems and methods for providing multi-focus to applications for collaboration
JP2014012040A (en) Input apparatus and information processing system
US20140145969A1 (en) System and method for graphic object management in a large-display area computing device
JP5981175B2 (en) Drawing display device and drawing display program
WO2018198703A1 (en) Display device
RU2768526C2 (en) Real handwriting presence for real-time collaboration
JPH04308895A (en) Method for video operation, video search, video process definition, remote operation monitoring, and device or system
CN100543659C (en) The navigator that is used for three-dimensional graphic user interface
CN111061416A (en) Screen global input control system and method
CN114760513A (en) Display device and cursor positioning method
WO2013145448A1 (en) Operation terminal, operation method, and program
CN116136733A (en) Multi-screen display method, display control device, equipment and multi-screen display system
CN115243082A (en) Display device and terminal control method
CN116954422A (en) Display equipment and image scaling method
JP6577731B2 (en) Terminal device, display control method, and program
CN117348786A (en) Object transmitting method, device, electronic equipment and readable storage medium

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