WO2013071762A1 - 虚拟多屏实现方法及装置 - Google Patents

虚拟多屏实现方法及装置 Download PDF

Info

Publication number
WO2013071762A1
WO2013071762A1 PCT/CN2012/077946 CN2012077946W WO2013071762A1 WO 2013071762 A1 WO2013071762 A1 WO 2013071762A1 CN 2012077946 W CN2012077946 W CN 2012077946W WO 2013071762 A1 WO2013071762 A1 WO 2013071762A1
Authority
WO
WIPO (PCT)
Prior art keywords
virtual
screen
virtual screen
physical
information
Prior art date
Application number
PCT/CN2012/077946
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 中兴通讯股份有限公司
Publication of WO2013071762A1 publication Critical patent/WO2013071762A1/zh

Links

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/14Display of multiple viewports
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/04Changes in size, position or resolution of an image

Definitions

  • the present invention relates to multi-screen technology, and in particular, to a virtual multi-screen implementation method and apparatus. Background technique
  • the display screen size is getting larger and larger, the large screen can not only display more content, but also can be used by multiple users at the same time. How to make these users operate the interface of their own attention on one screen without Interference with other users is an urgent problem to be solved.
  • the content displayed in some areas of some display screens is relatively fixed. If these partial screens can be virtualized as a separate screen, the upper layer users only pay attention to a certain part of the screen, which has a certain improvement on the upper layer software development efficiency. Each virtual screen joint can achieve many application scenarios and more complex images.
  • the invention provides a virtual multi-screen implementation method, and the above method is:
  • the present invention further provides a virtual multi-screen implementation device, where the device includes a physical screen information acquisition module, a virtual screen generation module, and a virtual screen management module.
  • the physical screen information acquiring module is configured to acquire physical screen information of the system device;
  • the virtual screen generating module is configured to generate a virtual screen and display according to the physical screen information when receiving the virtual screen request of the user;
  • the virtual screen management module is configured to monitor a user's operation on the virtual screen and dynamically respond in real time.
  • the invention decomposes a large physical screen into a plurality of simple virtual screens, and the user only needs to pay attention to the content of the virtual screen that he wants to pay attention to.
  • the user can dynamically adjust the virtual screen according to the needs without being affected by other users. Interference, a better user experience.
  • the invention allows the system developer to pay attention only to the development of the physical screen, reducing the development difficulty and the amount of calculation.
  • FIG. 1 is a flow chart of a preferred embodiment of a virtual multi-screen implementation method of the present invention
  • FIG. 2 is a schematic block diagram of a preferred embodiment of the virtual multi-screen implementation apparatus of the present invention. detailed description
  • FIG. 1 it is a flowchart of a preferred embodiment of the virtual multi-screen implementation method of the present invention.
  • the embodiment specifically includes the following steps:
  • Step S001 Obtain physical screen information of the system device, where the physical screen information includes a screen width, a height, a pixel format, a color depth, a line spacing, a memory address, and the like;
  • This step can be completed when the system device is initialized, and the physical screen information is subsequently generated by the virtual device. The basis of the screen.
  • Step S002 Calculate the maximum number of virtual screens Nmax supported by the system device according to the physical screen information acquired in step S001 and the system image processing and response capability;
  • Step S003 Receive a virtual screen request of the user
  • the virtual screen request carries virtual screen information, including the position, size, resolution, pixel format and rotation angle of the virtual screen in the physical screen, wherein the position and size are mandatory, the resolution, the pixel format and the rotation angle are Option; Users can flexibly set the virtual screen according to the image processing capability of the system device. For example, if multiple users play mahjong on one physical screen, and each user faces the screen differently, each user can apply for a virtual screen.
  • Step S004 determining whether the number of existing virtual screens n is less than the maximum number of virtual screens Nmax, and if so, executing step S005; otherwise, executing step S008;
  • Step S005 determining, according to the location information in the virtual screen information carried by the virtual screen request, whether a virtual screen exists in the pre-generated virtual screen range, and if yes, executing step S007; otherwise, executing step S006;
  • the number of virtual screens supported by them is different. When the number of virtual screens reaches the maximum number of virtual screens supported by them, the virtual screen cannot be added.
  • the position of the virtual screen It is also related to the image processing capability of the system device. Therefore, it is necessary to limit the position of the virtual screen. For example, each virtual screen is adjacent to and distributes the entire screen.
  • the present invention limits the virtual screen by judging the virtual screen position. In addition, whether the virtual screen supports rotation angle, resolution or pixel format is also related to the image processing capability of the system device. When the system device does not support these functions, these functions cannot be implemented.
  • Step S006 Generate a virtual screen according to the virtual screen information carried by the virtual screen request, and display step S009;
  • Step S007 prompting the user to modify the location information of the virtual screen, and returning to step S003;
  • Step S008 prompting the user that no virtual screen resources are available, and returning to step S003;
  • Step S009 real-time monitoring the operation of the virtual screen by the user, the input event of the physical input device of the system device, the output event of each virtual screen, and dynamically responding;
  • the adjusted content includes the resolution, position, size, etc. of the virtual screen. For example, a virtual screen user feels that the current resolution is too high. Dynamic adjustment; A user feels that the position of the screen is not suitable, and the position of the screen can be dynamically adjusted at this time. Virtual device input and output can respond to current user input and output to the screen without being affected by other screen user operations.
  • the user can close the existing virtual screen and modify the existing virtual screen information as needed.
  • the corresponding virtual screen is dynamically adjusted.
  • the input event of the physical input device When the input event of the physical input device is detected, the input event is sent to the corresponding virtual device for response according to the type of the input event and the preset input event response policy; the specific steps include the following steps:
  • Step S91 determining the type of the input event, if it is a touch screen message, executing step S92; if it is a button message, executing step S93;
  • Step S92 determining, according to the location information of the input event and the location information of the existing virtual screen, the virtual screen that responds to the input event, and sending the input event to the virtual screen;
  • Step S93 according to the preset button and the response virtual screen A relation table that sends the above input events to the corresponding virtual screen.
  • the output event of the virtual screen is detected, the output event of the virtual screen is sent to the physical screen for scribing.
  • FIG. 2 it is a schematic block diagram of a preferred embodiment of the virtual multi-screen implementation device of the present invention.
  • the embodiment includes a physical screen information acquisition module 01, a virtual screen generation module 02, and a virtual screen management module 03.
  • the physical screen information obtaining module 01 is configured to acquire physical screen information of the system device, and further Calculating the maximum number of virtual screens Nmax supported by the system device according to the acquired physical screen information and system image processing and response capabilities;
  • the virtual screen generating module 02 is configured to: when receiving the virtual screen request of the user, determine whether the number of existing virtual screens n is smaller than the maximum number of virtual screens Nmax; and the number of existing virtual screens is less than the maximum
  • Nmax it is judged whether a virtual screen exists in the pre-generated virtual screen range, and when no virtual screen exists in the pre-generated virtual screen range, a virtual screen is generated and displayed, and the number of existing virtual screens is n.
  • the number of the maximum virtual screens Nmax is equal to the above, the user is prompted to have no virtual screen resources available; when the virtual screen exists in the pre-generated virtual screen range, the user is prompted to modify the location information of the virtual screen;
  • the virtual screen management module 03 is configured to monitor, in real time, the operation of the virtual screen by the user, the input event of the physical input device of the system device, and the output event of each virtual screen, and dynamically respond; specifically: monitoring the user to modify the existing virtual screen When the information is used, the corresponding virtual screen is dynamically adjusted; when the input event of the physical input device of the system device is monitored, the type of the input event is judged, and when the input event is a touch screen message, according to the location information of the input event and the existing virtual screen Position information, determining a virtual screen responsive to the input event, sending the input event to the virtual screen to respond; when the input event is a button message, sending the input event according to the preset button and response virtual screen relationship table Responding to the corresponding virtual screen; when monitoring the output event of the virtual screen, sending the output event of the virtual screen to the physical screen for scribing.
  • the user By decomposing a large physical screen into a plurality of simple virtual screens, the user only needs to pay attention to the content of the virtual screen that he wants to pay attention to. In addition, as long as the system device supports, the user can dynamically adjust the virtual screen according to the need without other User interference, a better user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本发明公开了一种虚拟多屏实现方法及装置,上述方法包括:获取系统设备的物理屏幕信息,收到用户的虚拟屏幕请求时,根据上述物理屏幕信息,生成虚拟屏幕并显示;实时监控用户对上述虚拟屏幕的操作并动态响应。本发明提高了用户体验并减少了系统开发人员的开发难度。

Description

虚拟多屏实现方法及装置 技术领域
本发明涉及多屏技术, 尤其涉及一种虚拟多屏实现方法及装置。 背景技术
随着电子技术的发展, 显示屏幕尺寸越来越大, 大屏幕不仅能够显示 更多的内容,也能够供多个用户同时操作使用 , 如何让这些用户在一个屏幕 上操作自己关注的界面而不受其他用户的干扰, 是亟待解决的问题。 另夕卜, 在有些显示屏某些区域内显示的内容比较固定, 如果能够将这些部分屏幕 虚拟为一个独立的屏幕, 上层用户只关注屏幕某一部分, 对上层软件开发 效率有一定的提升, 同时各个虚拟屏幕联合可以实现许多应用场景和比较 复杂的图像。 发明内容
本发明的目的是, 提供一种虚拟多屏实现方法及装置, 以提高用户体 验并降低系统开发难度。
本发明提供了一种虚拟多屏实现方法, 上述方法为:
获取系统设备的物理屏幕信息;
收到用户的虚拟屏幕请求时, 根据上述物理屏幕信息, 生成虚拟屏幕 并显示;
实时监控用户对上述虚拟屏幕的操作并动态响应。
本发明进一步提供了一种虚拟多屏实现装置, 上述装置包括物理屏幕 信息获取模块, 虚拟屏幕生成模块, 虚拟屏幕管理模块,
上述物理屏幕信息获取模块, 用于获取系统设备的物理屏幕信息; 上述虚拟屏幕生成模块, 用于在收到用户的虚拟屏幕请求时, 根据上 述物理屏幕信息, 生成虚拟屏幕并显示;
上述虚拟屏幕管理模块, 用于实时监控用户对上述虚拟屏幕的操作并 动态响应。
本发明将大的物理屏幕分解为较简单的多个虚拟屏幕, 用户只需关注 自己想关注的虚拟屏幕的内容, 另外, 只要系统设备支持, 用户可根据需 要动态调整虚拟屏幕而不受其他用户干扰, 有比较好的用户体验。 本发明 使得系统开发人员只需关注物理屏幕的开发工作, 减少了开发难度和计算 量。 附图说明
此处所说明的附图用来提供对本发明的进一步理解, 构成本发明的一 部分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发 明的不当限定。 在附图中:
图 1是本发明虚拟多屏实现方法优选实施例的流程图;
图 2是本发明虚拟多屏实现装置优选实施例的原理框图。 具体实施方式
为了使本发明所要解决的技术问题、 技术方案及有益效果更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅用以解释本发明, 并不用于限定本发明。
如图 1 所示, 是本发明虚拟多屏实现方法优选实施例的流程图, 本实 施例具体包括以下步驟:
步驟 S001: 获取系统设备的物理屏幕信息, 物理屏幕信息包括屏幕宽 度、 高度、 像素格式、 色深、 行距、 显存地址等;
本步驟可以在系统设备初始化时完成, 物理屏幕信息是后续生成虚拟 屏幕的依据。
步驟 S002:根据步驟 S001获取的物理屏幕信息及系统图像处理和响应 能力, 计算系统设备支持的最大虚拟屏幕个数 Nmax;
步驟 S003: 收到用户的虚拟屏幕请求;
虚拟屏幕请求中携带有虚拟屏幕信息, 包括虚拟屏幕在物理屏幕中的 位置、 大小、 分辨率、 像素格式及旋转角度, 其中, 位置和大小为必选项, 分辨率、 像素格式及旋转角度为可选项; 用户可根据系统设备的图像处理 能力, 灵活设置虚拟屏幕, 例如多个用户在一个物理屏幕上打麻将, 每个 用户面对屏幕的位置不相同, 则每个用户均可申请生成一个虚拟屏幕。
步驟 S004: 判断已有的虚拟屏幕个数 n是否小于最大虚拟屏幕个数 Nmax, 若是, 则执行步驟 S005; 否则, 执行步驟 S008;
步驟 S005:根据上述虚拟屏幕请求携带的虚拟屏幕信息中的位置信息, 判断预生成的虚拟屏幕范围内是否已存在虚拟屏幕, 若是, 则执行步驟 S007; 否则, 执行步驟 S006;
由于系统设备的图像处理能力不同, 其支持的虚拟屏幕个数也不相同, 当已有虚拟屏幕个数达到其支持的最大虚拟屏幕个数时, 则不能再继续增 加虚拟屏幕; 虚拟屏幕的位置也与系统设备的图像处理能力有关, 故需要 对虚拟屏幕的位置进行限制, 比如各虚拟屏幕紧邻且分布整个屏幕, 本发 明通过判断虚拟屏幕位置来对虚拟屏幕进行限制。 另外, 虚拟屏幕是否支 持旋转角度、 分辨率或像素格式等, 也与系统设备的图像处理能力有关, 当系统设备不支持这些功能时, 则这些功能不能实现。
步驟 S006: 根据上述虚拟屏幕请求携带的虚拟屏幕信息, 生成虚拟屏 幕并显示, 执行步驟 S009;
步驟 S007: 提示用户修改虚拟屏幕的位置信息, 返回步驟 S003;
步驟 S008: 提示用户无可用的虚拟屏幕资源, 返回步驟 S003; 步驟 S009: 实时监控用户对上述虚拟屏幕的操作以及系统设备的物理 输入设备的输入事件、 各虚拟屏幕的输出事件, 并动态响应;
支持虚拟屏幕设备动态增加、 删除和调整, 可满足用户灵活使用的目 的, 调整的内容包括虚拟屏幕的分辨率、 位置、 大小等, 例如某一虚拟屏 幕用户觉得当前分辨率太高, 此时可以动态调整; 某一用户觉得屏幕的位 置不太适合, 此时可以动态调整屏幕的位置。 虚拟设备输入输出可响应当 前用户的输入并输出到屏幕上, 而不受其他屏幕用户操作的影响。
虚拟屏幕生成后, 用户可根据需要关闭已有虚拟屏幕以及修改已有虚 拟屏幕信息。
当用户修改已有虚拟屏幕信息时, 则动态调整相应虚拟屏幕。
当监测到物理输入设备的输入事件时, 根据输入事件的类型及预设的 输入事件响应策略, 将上述输入事件发送给对应的虚拟设备进行响应; 具 体包括以下步驟:
步驟 S91 : 判断输入事件的类型, 若为触摸屏消息, 则执行步驟 S92; 若为按键消息, 则执行步驟 S93;
步驟 S92: 根据上述输入事件的位置信息及已有虚拟屏幕的位置信息, 确定响应上述输入事件的虚拟屏幕, 将上述输入事件发送给上述虚拟屏幕; 步驟 S93: 根据预设的按键与响应虚拟屏幕关系表,将上述输入事件发 送给相应的虚拟屏幕。
当监测到虚拟屏幕的输出事件时, 将虚拟屏幕的输出事件发送给物理 屏幕进行刷屏。
如图 2所示, 是本发明虚拟多屏实现装置优选实施例的原理框图, 本 实施例包括物理屏幕信息获取模块 01 , 虚拟屏幕生成模块 02, 虚拟屏幕管 理模块 03 ,
物理屏幕信息获取模块 01 , 用于获取系统设备的物理屏幕信息, 并根 据获取的物理屏幕信息及系统图像处理和响应能力, 计算系统设备支持的 最大虚拟屏幕个数 Nmax;
虚拟屏幕生成模块 02, 用于在收到用户的虚拟屏幕请求时, 判断已有 的虚拟屏幕个数 n是否小于上述最大虚拟屏幕个数 Nmax;并在已有的虚拟 屏幕个数 n小于上述最大虚拟屏幕个数 Nmax时, 判断预生成的虚拟屏幕 范围内是否已存在虚拟屏幕, 在预生成的虚拟屏幕范围内没有虚拟屏幕存 在时, 生成虚拟屏幕并显示, 在已有的虚拟屏幕个数 n等于上述最大虚拟 屏幕个数 Nmax 时, 提示用户无可用的虚拟屏幕资源; 在预生成的虚拟屏 幕范围内已存在虚拟屏幕时, 提示用户修改虚拟屏幕的位置信息;
虚拟屏幕管理模块 03 , 用于实时监控用户对上述虚拟屏幕的操作、 系 统设备的物理输入设备的输入事件及各虚拟屏幕的输出事件并动态响应; 具体为: 在监测到用户修改已有虚拟屏幕信息时, 动态调整相应的虚拟屏 幕; 在监测到系统设备的物理输入设备的输入事件时, 判断输入事件的类 型, 当输入事件为触摸屏消息时, 根据上述输入事件的位置信息及已有虚 拟屏幕的位置信息, 确定响应上述输入事件的虚拟屏幕, 将上述输入事件 发送给上述虚拟屏幕进行响应; 当输入事件为按键消息时, 根据预设的按 键与响应虚拟屏幕关系表, 将上述输入事件发送给相应的虚拟屏幕进行响 应; 在监测到虚拟屏幕的输出事件时, 将虚拟屏幕的输出事件发送给物理 屏幕进行刷屏。
上述说明示出并描述了本发明的优选实施例, 但如前所述, 应当理解 本发明并非局限于本文所披露的形式, 不应看作是对其他实施例的排除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想范围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员所进行的 改动和变化不脱离本发明的精神和范围, 则都应在本发明所附权利要求的 保护范围内。 工业实用性
本发明通过将大的物理屏幕分解为较简单的多个虚拟屏幕, 用户只需 关注自己想关注的虚拟屏幕的内容, 另外, 只要系统设备支持, 用户可根 据需要动态调整虚拟屏幕而不受其他用户干扰, 有比较好的用户体验。

Claims

权利要求书
1、 一种虚拟多屏实现方法, 所述方法包括:
获取系统设备的物理屏幕信息;
收到用户的虚拟屏幕请求时, 根据所述物理屏幕信息, 生成虚拟屏幕 并显示;
实时监控用户对所述虚拟屏幕的操作并动态响应。
2、 根据权利要求 1所述的方法, 其中,
所述物理屏幕信息包括屏幕宽度、 高度、 像素格式、 色深、 行距、 显 存地址;
所述虚拟屏幕请求携带有虚拟屏幕信息, 包括虚拟屏幕在物理屏幕中 的位置、 大小、 分辨率、 像素格式及旋转角度, 其中, 分辨率、 像素格式 及旋转角度为可选项。
3、 根据权利要求 1所述的方法, 其中, 所述操作包括关闭已有虚拟屏 幕以及修改已有虚拟屏幕信息;
当监测到用户修改已有虚拟屏幕信息时, 动态调整相应的虚拟屏幕。
4、 根据权利要求 1所述的方法, 其中, 所述方法在获取到系统设备的 物理屏幕信息后, 所述方法还包括:
根据所述物理屏幕信息及系统图像处理和响应能力, 计算所述系统设 备支持的最大虚拟屏幕个数。
5、 根据权利要求 4所述的方法, 其中, 所述根据物理屏幕信息, 生成 虚拟屏幕并显示为:
判断已有的虚拟屏幕个数是否小于所述最大虚拟屏幕个数, 若是, 则 根据所述虚拟屏幕请求携带的虚拟屏幕信息, 生成虚拟屏幕并显示; 否则, 提示用户无可用的虚拟屏幕资源。
6、 根据权利要求 5所述的方法, 其中, 所述方法在已有的虚拟屏幕个 数小于所述最大虚拟屏幕个数时, 所述方法还包括:
根据所述虚拟屏幕请求携带的虚拟屏幕信息中的位置信息, 判断预生 成的虚拟屏幕范围内是否已存在虚拟屏幕, 若是, 则提示用户修改虚拟屏 幕的位置信息; 否则, 根据所述虚拟屏幕信息, 生成虚拟屏幕并显示。
7、 根据权利要求 1至 6任一项所述的方法, 其中, 所述方法还包括: 实时监测所述系统设备的物理输入设备的输入事件及各虚拟屏幕的输 出事件, 并根据输入事件的类型及预设的输入事件响应策略, 将所述输入 事件发送给对应的虚拟设备进行响应; 或者将虚拟屏幕的输出事件发送给 物理屏幕进行刷屏。
8、 根据权利要求 7所述的方法, 其中, 所述根据输入事件的类型及预 设的策略, 将所述输入事件发送给对应的虚拟设备进行响应为:
判断输入事件的类型;
若所述输入事件为触摸屏消息, 则根据所述输入事件的位置信息及已 有虚拟屏幕的位置信息, 确定响应所述输入事件的虚拟屏幕, 将所述输入 事件发送给所述虚拟屏幕;
若所述输入事件为按键消息 , 则根据预设的按键与响应虚拟屏幕关系 表, 将所述输入事件发送给相应的虚拟屏幕。
9、 一种虚拟多屏实现装置, 所述装置包括物理屏幕信息获取模块, 虚 拟屏幕生成模块, 虚拟屏幕管理模块, 其中,
所述物理屏幕信息获取模块, 用于获取系统设备的物理屏幕信息; 所述虚拟屏幕生成模块, 用于在收到用户的虚拟屏幕请求时, 根据所 述物理屏幕信息, 生成虚拟屏幕并显示;
所述虚拟屏幕管理模块, 用于实时监控用户对所述虚拟屏幕的操作并 动态响应。
10、 根据权利要求 9所述的装置, 其中, 所述物理屏幕信息获取模块, 用于计算系统设备支持的最大虚拟屏幕 个数;
所述虚拟屏幕生成模块, 用于判断已有的虚拟屏幕个数是否小于所述 最大虚拟屏幕个数; 并在已有的虚拟屏幕个数小于所述最大虚拟屏幕个数 时, 判断预生成的虚拟屏幕范围内是否已存在虚拟屏幕, 在预生成的虚拟 屏幕范围内没有虚拟屏幕存在时, 生成虚拟屏幕并显示, 在已有的虚拟屏 幕个数等于所述最大虚拟屏幕个数时, 提示用户无可用的虚拟屏幕资源; 在预生成的虚拟屏幕范围内已存在虚拟屏幕时, 提示用户修改虚拟屏幕的 位置信息;
所述虚拟屏幕管理模块, 用于在监测到用户修改已有虚拟屏幕信息时, 动态调整相应的虚拟屏幕; 以及实时监测系统设备的物理输入设备的输入 事件及各虚拟屏幕的输出事件, 并根据输入事件的类型及预设的输入事件 响应策略, 将所述输入事件发送给对应的虚拟设备进行响应; 或者将虚拟 屏幕的输出事件发送给物理屏幕进行刷屏。
PCT/CN2012/077946 2011-11-15 2012-06-29 虚拟多屏实现方法及装置 WO2013071762A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110361840.7 2011-11-15
CN201110361840.7A CN102495711B (zh) 2011-11-15 2011-11-15 虚拟多屏实现方法及装置

Publications (1)

Publication Number Publication Date
WO2013071762A1 true WO2013071762A1 (zh) 2013-05-23

Family

ID=46187540

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/077946 WO2013071762A1 (zh) 2011-11-15 2012-06-29 虚拟多屏实现方法及装置

Country Status (2)

Country Link
CN (1) CN102495711B (zh)
WO (1) WO2013071762A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113676709A (zh) * 2020-05-14 2021-11-19 聚好看科技股份有限公司 智能投影设备及多屏显示方法

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102495711B (zh) * 2011-11-15 2017-05-17 中兴通讯股份有限公司 虚拟多屏实现方法及装置
CN104484094B (zh) * 2014-12-17 2017-08-11 上海隧道工程有限公司 基于多屏工作站的隧道监控多网页界面的实现方法
CN105894243A (zh) * 2016-03-29 2016-08-24 上海赞越软件服务中心 基于产品展示库的内部流程审批机制
CN106097016A (zh) * 2016-06-20 2016-11-09 上海赞越软件服务中心 基于产品展示库的产品导向机制
CN107688450A (zh) * 2017-09-12 2018-02-13 威创集团股份有限公司 一种拼接墙控制方法及装置
CN111176520B (zh) * 2019-11-13 2021-07-16 联想(北京)有限公司 一种调整方法及装置
CN111026488B (zh) * 2019-12-06 2023-04-07 Tcl移动通信科技(宁波)有限公司 通信数据保存方法、装置、终端设备和存储介质
CN112965771B (zh) * 2021-03-02 2024-02-23 北京深之度科技有限公司 一种虚拟屏幕构建方法、计算设备及存储介质
CN117130573B (zh) * 2023-10-26 2024-02-20 北京世冠金洋科技发展有限公司 一种多屏幕的控制方法、装置、设备和存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101763234A (zh) * 2009-12-29 2010-06-30 广东威创视讯科技股份有限公司 一种模拟各种屏幕分辨率的方法及其装置
CN102033697A (zh) * 2009-09-28 2011-04-27 索尼公司 终端设备、服务器设备、显示控制方法及程序
US20110197263A1 (en) * 2010-02-11 2011-08-11 Verizon Patent And Licensing, Inc. Systems and methods for providing a spatial-input-based multi-user shared display experience
CN102495711A (zh) * 2011-11-15 2012-06-13 中兴通讯股份有限公司 虚拟多屏实现方法及装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7844914B2 (en) * 2004-07-30 2010-11-30 Apple Inc. Activating virtual keys of a touch-screen virtual keyboard
CN102215265B (zh) * 2011-06-14 2013-12-18 杭州思福迪信息技术有限公司 实现远程虚拟桌面访问统一管理和监控的系统及方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033697A (zh) * 2009-09-28 2011-04-27 索尼公司 终端设备、服务器设备、显示控制方法及程序
CN101763234A (zh) * 2009-12-29 2010-06-30 广东威创视讯科技股份有限公司 一种模拟各种屏幕分辨率的方法及其装置
US20110197263A1 (en) * 2010-02-11 2011-08-11 Verizon Patent And Licensing, Inc. Systems and methods for providing a spatial-input-based multi-user shared display experience
CN102495711A (zh) * 2011-11-15 2012-06-13 中兴通讯股份有限公司 虚拟多屏实现方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113676709A (zh) * 2020-05-14 2021-11-19 聚好看科技股份有限公司 智能投影设备及多屏显示方法
CN113676709B (zh) * 2020-05-14 2023-10-27 聚好看科技股份有限公司 智能投影设备及多屏显示方法

Also Published As

Publication number Publication date
CN102495711A (zh) 2012-06-13
CN102495711B (zh) 2017-05-17

Similar Documents

Publication Publication Date Title
WO2013071762A1 (zh) 虚拟多屏实现方法及装置
WO2022062623A1 (zh) 远程控制方法、装置、设备、存储介质及系统
CN108733334A (zh) 画质参数调节方法、装置、终端及存储介质
WO2018120884A1 (zh) Pc端控制移动设备的方法及系统
US9801146B2 (en) Terminal and synchronization control method among terminals
US9766719B2 (en) Display control method for generating virtual keys to supplement physical keys
CN104903863B (zh) 用于虚拟环境的控制反转组件服务模型系统
WO2016150386A1 (zh) 界面处理方法、装置及系统
WO2015043197A1 (zh) 视频监控方法、监控服务器及监控系统
EP3021572A1 (en) Display apparatus and control method thereof
CN103530149A (zh) 一种游戏手柄模拟配置文件的配置方法及终端
US20230333803A1 (en) Enhanced Screen Sharing Method and System, and Electronic Device
JP2014115939A5 (zh)
JP2017084322A (ja) 情報システム、プログラム及び記録媒体
CN104090746B (zh) 一种基于安卓系统的应用管理方法及其装置
JP2017091154A (ja) 仮想基盤ホスト、仮想基盤ホストの制御方法、仮想基盤ホストのプログラムおよび通信システム
CN111866557B (zh) 大屏显示设备的配置方法、装置、存储介质以及电子设备
JP7037938B2 (ja) タッチメッセージの送信システムと方法
JP6618057B2 (ja) 情報処理装置、およびプログラム
JP2017033543A (ja) 画像処理装置、画像処理システム、及び画像処理方法
JP6546644B2 (ja) 制御デバイスを使用する、通信ネットワークを通じた電子デバイスの異なる動作状態の制御
WO2024021036A1 (zh) 模型控制方法、装置、设备、系统以及计算机存储介质
TW201435709A (zh) 在虛擬桌面系統中增設能顯示第三方提供之訂閱資訊的方法
JP5977164B2 (ja) 遠隔監視制御システム
TW201216133A (en) Wireless-touch display system and method thereof

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: 12849858

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: 12849858

Country of ref document: EP

Kind code of ref document: A1