WO2018210081A1 - Method and apparatus for updating augmented reality software, and terminal and storage medium - Google Patents

Method and apparatus for updating augmented reality software, and terminal and storage medium Download PDF

Info

Publication number
WO2018210081A1
WO2018210081A1 PCT/CN2018/083049 CN2018083049W WO2018210081A1 WO 2018210081 A1 WO2018210081 A1 WO 2018210081A1 CN 2018083049 W CN2018083049 W CN 2018083049W WO 2018210081 A1 WO2018210081 A1 WO 2018210081A1
Authority
WO
WIPO (PCT)
Prior art keywords
identifier
virtual information
correspondence
client terminal
new virtual
Prior art date
Application number
PCT/CN2018/083049
Other languages
French (fr)
Chinese (zh)
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 WO2018210081A1 publication Critical patent/WO2018210081A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present application belongs to the field of augmented reality, and in particular, to a method, device, terminal and computer readable storage medium for augmented reality software update.
  • Augmented Reality is a new technology that integrates real world information and virtual world information seamlessly.
  • the scanned picture is compared with the pre-stored picture. If the similarity with the pre-stored picture satisfies the requirement, the corresponding entity information is invoked, so that the user can reach the sensory experience beyond reality.
  • the commonly used update method generally sets a new application version according to the content that needs to be updated, and releases the new application version on the server, and the user downloads a new version of the application on the server for installation and use. Since the user needs to re-download the new version installation every time the update is performed, the operation is troublesome, which is not conducive to improving the convenience of the user.
  • the embodiments of the present application provide a method, an apparatus, a terminal, and a computer readable storage medium, which solve the problem that the installation of the new version file needs to be re-downloaded when the augmented reality software update is performed in the prior art, which is cumbersome to operate.
  • a first aspect of the embodiments of the present application provides a method for augmented reality software update, the method comprising:
  • the new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing feature by combining the correspondence between the sensing feature and the identifier.
  • an embodiment of the present application provides a method for augmented reality software update, where the method includes:
  • Sensing information is obtained by a sensor, and the sensing information is parsed to obtain a sensing feature
  • the virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  • a third aspect of an embodiment of the present application provides a server, the server comprising means for implementing the steps of the first aspect described above.
  • an embodiment of the present application provides a client terminal, where the client terminal includes a module for implementing the steps of the foregoing second aspect.
  • an embodiment of the present application provides a server, where the server includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, where the processor executes
  • the steps of the first aspect described above are implemented when the computer readable instructions are described.
  • an embodiment of the present application provides a client terminal, where the client terminal includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor The steps of the second aspect above are implemented when the computer readable instructions are executed.
  • the embodiment of the present application provides a computer readable storage medium storing computer readable instructions, the computer readable instructions being executed by a processor to implement the steps of the foregoing first aspect .
  • the embodiment of the present application provides a computer readable storage medium, where the computer readable storage medium stores computer readable instructions, and when the computer readable instructions are executed by a processor, implement the steps of the second aspect. .
  • the embodiment of the present application pre-stores the correspondence between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, and updates the virtual information in the server when receiving the update request of the augmented reality software. Transmitting the correspondence between the virtual information and the identifier, and transmitting the updated virtual information and the correspondence between the virtual information and the identifier to the client terminal, so that the client terminal completes the pair according to the received virtual information and the correspondence between the virtual information and the identifier.
  • the update of the client terminal, the client terminal can find new virtual information according to the correspondence between the identifier and the sensing feature. Since the client terminal does not need to download and install a new version, the virtual information of the augmented reality can be updated, which is beneficial to improve the convenience of the user.
  • FIG. 1 is a flowchart of an implementation of a server-based augmented reality software update method provided by an embodiment of the present application
  • FIG. 2 is a flowchart of an implementation of another method for updating a server-based augmented reality software provided by an embodiment of the present application
  • FIG. 3 is a schematic diagram of an implementation process of a method for updating a software based on augmented reality of a client terminal according to an embodiment of the present application;
  • FIG. 4 is a structural block diagram of a server end according to an embodiment of the present application.
  • FIG. 5 is a structural block diagram of a client terminal according to an embodiment of the present application.
  • a method for updating augmented reality software includes the following steps:
  • step S101 a correspondence relationship between the sensing feature and the identifier stored in advance, and a correspondence relationship between the identifier and the virtual information are stored in advance.
  • the sensing feature in the embodiment of the present application can be understood as the feature information included in the transmission information acquired by the sensor of the augmented reality device.
  • the sensor may be an image sensor, an acoustic sensor, a position sensor, an orientation sensor, or the like.
  • the image sensor may be used to acquire environmental information of the scene, including scanning a picture, etc., for example, when a different photo is taken by the image sensor, and the feature information in the photo is extracted, the correspondence between the feature information and the identifier is Corresponding relationship between the identifier and the virtual information, and finding virtual information corresponding to different photos, the virtual information may be a stereoscopic image, a video or a 3D model, or may also include audio or the like.
  • the location sensor can be used to obtain the current location of the client terminal, and according to the location of the client terminal, combined with other sensing features, for example, a corresponding relationship between the plurality of sensing features and the identifier can be established in combination with the captured image.
  • the same image corresponds to the identifier X at the location A and the identifier Y at the location B. According to the correspondence between the identifier and the virtual information, the same image plays different virtual information.
  • the identifier can be used to uniquely identify the sensing feature, thereby providing a simpler and more effective relationship for the sensing feature.
  • the identifier X1 may correspond to the sensing feature A1
  • the identifier X2 may correspond to the sensing feature A2.
  • the identifier may be the name of the virtual information or a serial number.
  • the virtual information is a video file playing a "small serenade" piano piece, and the "small serenade" can be used as an identifier of the virtual information.
  • the virtual information can also correspond to a unique serial number, the serial number as an identifier and correspond.
  • Corresponding relationship between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, are pre-stored in the server, and the corresponding relationship stored in the server, and the corresponding sensing feature in the corresponding relationship,
  • the virtual information has been previously stored in the client terminal by means of the APP installation program, or the corresponding sensing feature and virtual information in the corresponding relationship and the corresponding relationship are sent by the server to the client terminal by the method described in the embodiment of the present application. storage.
  • step S102 the update information of the augmented reality software is received, and the correspondence between the stored virtual information and the identifier is updated according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier.
  • the augmented reality software that is, the augmented reality software in the client terminal.
  • the augmented reality software in the client terminal may store the correspondence between the virtual information and the identifier, and the correspondence between the sensing feature and the identifier, and of course, the corresponding sensing feature and the virtual information may also be stored. After the client terminal finds the corresponding virtual information according to the sensing feature and the corresponding relationship, the client terminal can directly play the output in the client terminal. Improve user convenience.
  • the update information may be update information issued by the system maintenance administrator.
  • the virtual information is blamed, and the correspondence between the virtual information and the identifier is used.
  • the update information is used to update the virtual information stored in the server and the correspondence between the virtual information and the identifier.
  • the server When updating the stored virtual information and the correspondence between the virtual information and the identifier, the server includes: adding and/or modifying the virtual information stored in the server, and the correspondence between the virtual information and the identifier. For example, when the identifier corresponding to the virtual information does not exist in the server, the virtual information, the identifier, and the corresponding relationship are added to the server for storage. If the identifier corresponding to the virtual information exists in the server, the new virtual information is replaced with the original virtual information according to the correspondence between the originally stored virtual information and the identifier.
  • the server After receiving the update information uploaded by the administrator user, the server completes the update in the server by adding the virtual information and its corresponding relationship, or updating the virtual information, and sends the update information to the client terminal in step S103.
  • the client terminal is caused to directly update the stored correspondence according to the update information.
  • step S103 the new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the corresponding corresponding to the sensing feature.
  • New virtual information is sent to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the corresponding corresponding to the sensing feature.
  • the updated virtual information and the corresponding relationship between the updated virtual information and the identifier are sent to the online client terminal.
  • the client terminal receives the updated virtual information and the corresponding relationship between the updated virtual information and the identifier.
  • the embodiment of the present application pre-stores the correspondence between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, and updates the virtual information in the server when receiving the update request of the augmented reality software. Transmitting the correspondence between the virtual information and the identifier, and transmitting the updated virtual information and the correspondence between the virtual information and the identifier to the client terminal, so that the client terminal completes the pair according to the received virtual information and the correspondence between the virtual information and the identifier.
  • the update of the client terminal enables the client terminal to find corresponding virtual information according to the sensing feature. Since the client terminal does not need to download and install a new version, the virtual information of the augmented reality can be updated, which is beneficial to improve the convenience of the user.
  • FIG. 2 is a flowchart of an implementation of another server-based augmented reality software update method provided by the implementation of the present application, which is described in detail as follows:
  • step S201 a correspondence relationship between the sensing feature and the identifier stored in advance, and a correspondence relationship between the identifier and the virtual information are stored in advance.
  • step S202 the update information of the augmented reality software is received, and the corresponding relationship between the stored virtual information and the identifier is updated according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier.
  • step S203 the stored sensing features and the corresponding relationship between the sensing features and the identifiers are updated according to the new sensing features included in the update request and the correspondence between the new sensing features and the identifiers.
  • the content that needs to be updated may need to update the sensing feature in addition to the AR resource including the virtual information. For example, replacing the original sensing features with new sensing features, or adding new sensing features.
  • the sensing feature that needs to be updated is uploaded to the server by means of the system maintenance personnel uploading, and the corresponding characteristics of the sensing feature and the sensing feature and the identifier stored in the server are performed according to the received sensing feature.
  • Update includes:
  • the identifier corresponding to the uploaded sensing feature may be obtained to find out whether the identifier exists in the server. If not, the uploaded sensing feature corresponding to the tag character is replaced with the original sensing feature of the server.
  • the server stores updated sensing features, including image features, sound features, location features, and the like. After detecting that the sensing feature in the server is updated, the updated sensing feature is sent to the client terminal, and the updated sensing feature or the corresponding relationship between the sensing feature and the identifier is stored in the client terminal.
  • the step S203 may be implemented together with the step S202, or may be separately implemented. If the step S203 is implemented separately, only the sensing feature is updated.
  • step S204 the updated sensing feature and the correspondence between the sensing feature and the identifier, and the new virtual information and the correspondence between the new virtual information and the identifier are sent to the client terminal for storage.
  • step S202 After the update of the virtual information in the server is completed in step S202, the updated virtual information and its corresponding relationship are sent to the client terminal, so that the virtual information of the client terminal is consistent with the virtual information in the server.
  • step S203 after the updating of the sensing features in the server is completed in step S203, the updated sensing features and their corresponding relationships are sent to the client terminal, so that the sensing features of the client terminal are consistent with the sensing features in the server.
  • the updated virtual information and sensing characteristics can also be updated to the client terminal after the virtual information or the sensing feature is updated.
  • the new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier.
  • the steps of finding new virtual information corresponding to the sensing feature include:
  • A1 Send the correspondence between the new virtual information and the identifier to the client terminal for storage;
  • the corresponding relationship between the virtual information and the identifier is sent to the client terminal, so that when the client terminal obtains the corresponding tag character according to the sensing feature, the corresponding virtual information can be searched according to the identifier. If the virtual information is not found, the server receives the download request sent by the client terminal, and after the download is completed, or plays the corresponding virtual information. For example, while downloading, play video or 3D image information.
  • the user may consume more download resources and storage space, and download and store when the user uses the content.
  • new virtual information matching the user feature may be searched, and the newly searched virtual information is sent to the client terminal.
  • the matching relationship between the user feature and the virtual information may be determined according to the acquisition of the user features of other users and the playing condition of the virtual information.
  • the embodiment of the present application further provides a method for augmented reality software update based on a client terminal, which is described as follows:
  • step S301 sensor information is acquired by the sensor, and the sensor information is parsed to obtain a sensing feature.
  • the sensor of the client terminal may be an image sensor, a sound sensor, a position sensor, an orientation sensor, or the like.
  • the image sensor may be used to acquire environmental information of the scene, including scanning a picture, etc., for example, when a different photo is taken by the image sensor, and the feature information in the photo is extracted, the correspondence between the feature information and the identifier is Corresponding relationship between the identifier and the virtual information, and finding virtual information corresponding to different photos, the virtual information may be a stereoscopic image, a video or a 3D model, or may also include audio or the like.
  • the location sensor can be used to obtain the current location of the client terminal, and according to the location of the client terminal, combined with other sensing features, for example, a corresponding relationship between the plurality of sensing features and the identifier can be established in combination with the captured image.
  • the same image corresponds to the identifier X at the location A and the identifier Y at the location B. According to the correspondence between the identifier and the virtual information, the same image plays different virtual information.
  • the sensing feature can be compared according to a preset sensing feature library, and the sensing information acquired by the acquiring device is searched for whether there is a preset sensing feature, and if it exists, it is extracted.
  • a sensing information may include multiple sensing features. For example, in a sensor image, multiple image detail features in the image are included.
  • step S302 an identifier corresponding to the analyzed sensing feature is searched according to the correspondence between the pre-stored sensing feature and the identifier.
  • the client terminal analyzes the collected sensing information to obtain a sensing feature, and according to the sensing characteristics obtained by the analysis, the identifier corresponding to the sensing information can be searched.
  • the identifier may be the name of the virtual information or may have a unique serial number.
  • step S303 the virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  • the step of searching for and playing the virtual information corresponding to the identifier according to the received virtual information sent by the server and being sent to the local storage and the corresponding relationship between the virtual information and the identifier may be:
  • the client terminal may also pre-store the correspondence between the identifier and the sensing feature.
  • the download request of the sensing feature is sent to the server, and the new sensing feature and the corresponding relationship between the sensing feature and the identifier are downloaded.
  • the client terminal By downloading the updated virtual information from the server and the correspondence between the virtual information and the identifier, or may further include the correspondence between the identifier and the sensing feature, the client terminal does not need to install a new APP application, which is beneficial to improving the client terminal. For the convenience of software updates.
  • the embodiment of the present application further provides a server.
  • the server includes:
  • Corresponding relationship pre-stored unit 401 is configured to pre-store the correspondence between the sensing feature and the identifier, and pre-store the correspondence between the identifier and the virtual information;
  • the correspondence update unit 402 is configured to receive update information of the augmented reality software, and update the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier. ;
  • the first correspondence sending unit 403 is configured to send the new virtual information and the corresponding relationship between the new virtual information and the identifier to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the transmission. New virtual information corresponding to the sense feature.
  • the server further includes:
  • a request receiving unit configured to receive an update request of the augmented reality software, and update the stored sensing feature and the sensing feature according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier Correspondence relationship of identifiers;
  • the second correspondence sending unit is configured to send the updated sensing feature and the corresponding relationship between the sensing feature and the identifier to the client terminal for storage.
  • the first correspondence sending unit includes:
  • a virtual information sending subunit configured to send the new virtual information to the client terminal when receiving a download request of the new virtual information sent by the client terminal according to the corresponding relationship.
  • the server in FIG. 4 corresponds to the method for updating the augmented reality software in FIG. 1 and FIG. 2, and details are not described herein again.
  • the server can include a processor, a memory, and computer readable instructions stored in the memory and executable on the processor, such as computer readable instructions to perform the augmented reality software update method described above.
  • the processor executes the computer readable instructions, the steps in the embodiment of the augmented reality software updating method corresponding to FIG. 1 and FIG. 2 are implemented.
  • the processor executes the computer readable instructions, the functions of the modules/units in the device embodiment corresponding to FIG. 4 are implemented.
  • the computer readable instructions may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory and executed by the processor to complete the present Application.
  • the implementation of the present application also provides a client terminal.
  • the client terminal includes:
  • the parsing unit 501 is configured to acquire sensing information by using a sensor, and parse the sensing information to obtain a sensing feature.
  • the identifier searching unit 502 is configured to search for an identifier corresponding to the parsed sensing feature according to a preset correspondence between the sensing feature and the identifier;
  • the search and play unit 503 is configured to search for and play the virtual information corresponding to the identifier according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  • the client terminal shown in FIG. 5 corresponds to the method for updating the augmented reality software in FIG. 3, and details are not described herein.
  • the client terminal can include a processor, a memory, and computer readable instructions stored in the memory and executable on the processor, such as computer readable instructions to perform the augmented reality software update method described above.
  • the processor executes the computer readable instructions, the steps in the embodiment of the augmented reality software update method corresponding to FIG. 3 are implemented.
  • the processor executes the computer readable instructions, the functions of the modules/units in the device embodiment corresponding to FIG. 5 are implemented.
  • the computer readable instructions may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory and executed by the processor to complete the present Application.
  • each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned to different functional units as needed.
  • the module is completed by dividing the internal structure of the device into different functional units or modules to perform all or part of the functions described above.
  • Each functional unit and module in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be hardware.
  • Formal implementation can also be implemented in the form of software functional units.
  • the specific names of the respective functional units and modules are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application.
  • For the specific working process of the unit and the module in the foregoing system reference may be made to the corresponding process in the foregoing method embodiment, and details are not described herein again.
  • the disclosed apparatus and method may be implemented in other manners.
  • the system embodiment described above is merely illustrative.
  • the division of the module or unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be used. Combinations can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the medium includes a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor to perform all or part of the steps of the methods described in the various embodiments of the embodiments of the present application.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), and a random access memory (RAM, Random Access).
  • ROM read-only memory
  • RAM random access memory

Abstract

A method for updating augmented reality software, the method comprising: pre-storing a correlation between a sensing characteristic and an identifier, and pre-storing a correlation between the identifier and virtual information; receiving update information about augmented reality software, and updating the stored correlation between the virtual information and the identifier according to new virtual information comprised in the update information and a correlation between the new virtual information and the identifier; and sending the new virtual information and the correlation between the new virtual information and the identifier to a client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing characteristic in conjunction with the correlation between the sensing characteristic and the identifier. A client terminal can update virtual information about augmented reality software without the need for downloading and installing a new version, thereby facilitating improving a user's usage convenience.

Description

一种增强现实软件更新的方法、装置、终端及存储介质Method, device, terminal and storage medium for augmented reality software update
本申请要求于2017年5月19日提交中国专利局、申请号为CN201710360797.X、发明名称为“一种增强现实软件更新的方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese Patent Application filed on May 19, 2017, the Chinese Patent Office, Application No. CN201710360797.X, entitled "A Method and Apparatus for Augmented Reality Software Update", the entire contents of which are incorporated by reference. Combined in this application.
技术领域Technical field
本申请属于增强现实领域,尤其涉及一种增强现实软件更新的方法、装置、终端及计算机可读存储介质。The present application belongs to the field of augmented reality, and in particular, to a method, device, terminal and computer readable storage medium for augmented reality software update.
背景技术Background technique
增强现实技术(英文全称为Augmented Reality,英文简称为AR),是一种将真实世界信息和虚拟世界信息“无缝”集成的新技术,通过安装有AR软件的终端,扫描增强现实图片后,将扫描的图片与预存的图片进行比较,如果与预存的图片的相似度满足要求,则调用相应的实体信息,使用户达到超越现实的感官体验。但是,在用户使用过程中,为了提高使用体验的丰富性,通常需要对增强现实图片、实体信息进行更新。Augmented Reality (Augmented Reality in English, abbreviated as AR) is a new technology that integrates real world information and virtual world information seamlessly. After scanning augmented reality pictures through terminals equipped with AR software, The scanned picture is compared with the pre-stored picture. If the similarity with the pre-stored picture satisfies the requirement, the corresponding entity information is invoked, so that the user can reach the sensory experience beyond reality. However, in order to improve the richness of the user experience during the use of the user, it is usually necessary to update the augmented reality picture and the entity information.
目前常用的更新方法,一般是根据需要更新的内容设置新的应用程序版本,并将新的应用程序版本发布在服务器,用户在服务器上下载新版本的应用程序进行安装使用。由于用户在每次更新时都需要重新下载新的版本安装,操作较为麻烦,不利于提高用户使用的便利性。Currently, the commonly used update method generally sets a new application version according to the content that needs to be updated, and releases the new application version on the server, and the user downloads a new version of the application on the server for installation and use. Since the user needs to re-download the new version installation every time the update is performed, the operation is troublesome, which is not conducive to improving the convenience of the user.
技术问题technical problem
有鉴于此,本申请实施例提供了方法、装置、终端及计算机可读存储介质,以解决现有技术中在进行增强现实软件更新时,需要重新下载新版本文件安装,操作较为麻烦的问题。In view of this, the embodiments of the present application provide a method, an apparatus, a terminal, and a computer readable storage medium, which solve the problem that the installation of the new version file needs to be re-downloaded when the augmented reality software update is performed in the prior art, which is cumbersome to operate.
技术解决方案Technical solution
本申请实施例的第一方面提供了一种增强现实软件更新的方法,所述方法包括:A first aspect of the embodiments of the present application provides a method for augmented reality software update, the method comprising:
预先存储的传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;Corresponding relationship between the pre-stored sensing feature and the identifier, and pre-storing the correspondence between the identifier and the virtual information;
接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;Receiving update information of the augmented reality software, updating the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier;
将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。The new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing feature by combining the correspondence between the sensing feature and the identifier.
第二方面,本申请实施例提供了一种增强现实软件更新的方法,所述方法包括:In a second aspect, an embodiment of the present application provides a method for augmented reality software update, where the method includes:
通过传感器获取传感信息,解析所述传感信息获得传感特征;Sensing information is obtained by a sensor, and the sensing information is parsed to obtain a sensing feature;
根据预设的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;And searching for an identifier corresponding to the parsed sensing feature according to a preset correspondence between the sensing feature and the identifier;
根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
本申请实施例的第三方面提供了一种服务器,所述服务器包括用于实现上述第一方面的步骤的模块。A third aspect of an embodiment of the present application provides a server, the server comprising means for implementing the steps of the first aspect described above.
第四方面,本申请实施例提供了一种客户终端,所述客户终端包括用于实现上述第二方面的步骤的模块。In a fourth aspect, an embodiment of the present application provides a client terminal, where the client terminal includes a module for implementing the steps of the foregoing second aspect.
第五方面,本申请实施例提供了一种服务器,所述服务器包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述第一方面的步骤。In a fifth aspect, an embodiment of the present application provides a server, where the server includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, where the processor executes The steps of the first aspect described above are implemented when the computer readable instructions are described.
第六方面,本申请实施例提供了一种客户终端,所述客户终端包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述第二方面的步骤。In a sixth aspect, an embodiment of the present application provides a client terminal, where the client terminal includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor The steps of the second aspect above are implemented when the computer readable instructions are executed.
第七方面,本申请实施例提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述第一方面的步骤。In a seventh aspect, the embodiment of the present application provides a computer readable storage medium storing computer readable instructions, the computer readable instructions being executed by a processor to implement the steps of the foregoing first aspect .
第八方面,本申请实施例提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述第二方面的步骤。In an eighth aspect, the embodiment of the present application provides a computer readable storage medium, where the computer readable storage medium stores computer readable instructions, and when the computer readable instructions are executed by a processor, implement the steps of the second aspect. .
有益效果Beneficial effect
本申请实施例在服务器预先存储传感特征与标识符的对应关系,以及标识符与虚拟信息的对应关系,在接收到增强现实软件的更新请求时,在服务器中更新所述虚拟信息,以及所述虚拟信息与标识符的对应关系,将更新后的虚拟信息以及虚拟信息与标识符的对应关系发送至客户终端,使得客户终端根据接收的虚拟信息以及虚拟信息与标识符的对应关系,完成对客户终端的更新,客户终端可以根据标识符与传感特征的对应关系,查找到新的虚拟信息。由于客户终端不需要下载及安装新的版本即可对增强现实的虚拟信息进行更新,有利于提高用户使用的便利性。The embodiment of the present application pre-stores the correspondence between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, and updates the virtual information in the server when receiving the update request of the augmented reality software. Transmitting the correspondence between the virtual information and the identifier, and transmitting the updated virtual information and the correspondence between the virtual information and the identifier to the client terminal, so that the client terminal completes the pair according to the received virtual information and the correspondence between the virtual information and the identifier. The update of the client terminal, the client terminal can find new virtual information according to the correspondence between the identifier and the sensing feature. Since the client terminal does not need to download and install a new version, the virtual information of the augmented reality can be updated, which is beneficial to improve the convenience of the user.
附图说明DRAWINGS
图1是本申请实施例提供的基于服务器端的增强现实软件更新的方法的实现流程图;1 is a flowchart of an implementation of a server-based augmented reality software update method provided by an embodiment of the present application;
图2是本申请实施例提供的又一基于服务器端的增强现实的软件更新的方法的实现流程图;2 is a flowchart of an implementation of another method for updating a server-based augmented reality software provided by an embodiment of the present application;
图3是本申请实施例提供的基于客户终端的增强现实的软件更新的方法的实现流程示意图;3 is a schematic diagram of an implementation process of a method for updating a software based on augmented reality of a client terminal according to an embodiment of the present application;
图4是本申请实施例提供的服务器端的结构框图;4 is a structural block diagram of a server end according to an embodiment of the present application;
图5是本申请实施例提供的客户终端的结构框图。FIG. 5 is a structural block diagram of a client terminal according to an embodiment of the present application.
本发明的实施方式Embodiments of the invention
为了说明本申请所述的技术方案,下面通过具体实施例来进行说明。In order to explain the technical solutions described in the present application, the following description will be made by way of specific embodiments.
如图1所示,本申请实施例提供的一种增强现实软件更新的方法,包括如下步骤:As shown in FIG. 1 , a method for updating augmented reality software provided by an embodiment of the present application includes the following steps:
在步骤S101中,预先存储的传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系。In step S101, a correspondence relationship between the sensing feature and the identifier stored in advance, and a correspondence relationship between the identifier and the virtual information are stored in advance.
具体的,本申请实施例中所述传感特征,可以理解为通过增强现实设备的传感器所获取的传信息中所包含的特征信息。所述传感器可以为图像传感器、声音传感器、位置传感器、方位传感器等。所述图像传感器可以用于获取现场的环境信息,包括对图片进行扫描等,比如,通过图像传感器拍摄不同的照片,提取照片中的特征信息时,通过所述特征信息与标识符的对应关系以及标识符与虚拟信息的对应关系,查找到不同的照片所对应的虚拟信息,所述虚拟信息可以为立体的图像、视频或3D模型,或者还可以包括音频等。所述位置传感器可用于获取客户终端当前的位置,根据客户终端的位置,结合其它传感特征,比如可以结合拍摄的图像,建立多个传感特征与标识符的对应关系。比如同一图像在位置A处对应标识符X,在位置B处对应标识符Y,根据标识符与虚拟信息的对应关系,使得同一图像播放不同的虚拟信息。Specifically, the sensing feature in the embodiment of the present application can be understood as the feature information included in the transmission information acquired by the sensor of the augmented reality device. The sensor may be an image sensor, an acoustic sensor, a position sensor, an orientation sensor, or the like. The image sensor may be used to acquire environmental information of the scene, including scanning a picture, etc., for example, when a different photo is taken by the image sensor, and the feature information in the photo is extracted, the correspondence between the feature information and the identifier is Corresponding relationship between the identifier and the virtual information, and finding virtual information corresponding to different photos, the virtual information may be a stereoscopic image, a video or a 3D model, or may also include audio or the like. The location sensor can be used to obtain the current location of the client terminal, and according to the location of the client terminal, combined with other sensing features, for example, a corresponding relationship between the plurality of sensing features and the identifier can be established in combination with the captured image. For example, the same image corresponds to the identifier X at the location A and the identifier Y at the location B. According to the correspondence between the identifier and the virtual information, the same image plays different virtual information.
所述标识符,可以用于唯一标识传感特征,从而为传感特征提供更为简单有效的建立对应关系。比如,所述标识符X1可以与传感特征A1对应,标识符X2可以与传感特征A2对应。所述标识符可以为虚拟信息的名称,也可以序列号。比如,虚拟信息为弹奏“小夜曲”钢琴曲的视频文件,可以通过“小夜曲”作为该虚拟信息的标识符,当然,所述虚拟信息还可以对应唯一编号的序列号,序列号作为标识符与其对应。The identifier can be used to uniquely identify the sensing feature, thereby providing a simpler and more effective relationship for the sensing feature. For example, the identifier X1 may correspond to the sensing feature A1, and the identifier X2 may correspond to the sensing feature A2. The identifier may be the name of the virtual information or a serial number. For example, the virtual information is a video file playing a "small serenade" piano piece, and the "small serenade" can be used as an identifier of the virtual information. Of course, the virtual information can also correspond to a unique serial number, the serial number as an identifier and correspond.
所述传感特征与标识符的对应关系,以及标识符与虚拟信息的对应关系,预先存储在服务器中,并且,所述服务器中存储的上述对应关系,以及对应关系中相应的传感特征、虚拟信息,已预先通过APP安装程序的方式,在客户终端已经存储,或者通过本申请实施例所述方法,由服务器将对应关系以及对应关系中相应的传感特征、虚拟信息发送至客户终端中存储。Corresponding relationship between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, are pre-stored in the server, and the corresponding relationship stored in the server, and the corresponding sensing feature in the corresponding relationship, The virtual information has been previously stored in the client terminal by means of the APP installation program, or the corresponding sensing feature and virtual information in the corresponding relationship and the corresponding relationship are sent by the server to the client terminal by the method described in the embodiment of the present application. storage.
在步骤S102中,接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系。In step S102, the update information of the augmented reality software is received, and the correspondence between the stored virtual information and the identifier is updated according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier.
具体的,所述增强现实软件,即客户终端中的增强现实软件。客户终端中的增强现实软件,可以存储有虚拟信息与标识符的对应关系,以及传感特征与标识符的对应关系,当然还可以存储相应的传感特征和虚拟信息。客户终端根据传感特征,结合对应关系查找到对应的虚拟信息后,可以直接在客户终端中播放输出。提高用户使用的便利性。Specifically, the augmented reality software, that is, the augmented reality software in the client terminal. The augmented reality software in the client terminal may store the correspondence between the virtual information and the identifier, and the correspondence between the sensing feature and the identifier, and of course, the corresponding sensing feature and the virtual information may also be stored. After the client terminal finds the corresponding virtual information according to the sensing feature and the corresponding relationship, the client terminal can directly play the output in the client terminal. Improve user convenience.
所述更新信息,可以为系统维护管理员所发布的更新信息。在所述更新信息中以怨报德虚拟信息,以及虚拟信息与标识符的对应关系。将更新信息用于更新服务器中存储的虚拟信息以及虚拟信息与标识符的对应关系。The update information may be update information issued by the system maintenance administrator. In the update information, the virtual information is blamed, and the correspondence between the virtual information and the identifier is used. The update information is used to update the virtual information stored in the server and the correspondence between the virtual information and the identifier.
所述服务器在更新存储的虚拟信息以及虚拟信息与标识符的对应关系时,包括:增加和/或修改服务器中存储的虚拟信息,以及虚拟信息与标识符的对应关系。比如,当服务器中不存在所述虚拟信息对应的标识符,则将所述虚拟信息、标识符及其对应关系增加到服务器中存储。如果服务器中在存在所述虚拟信息对应的标识符,则根据原先存储的虚拟信息与标识符的对应关系,将新的虚拟信息替换原来的虚拟信息。When updating the stored virtual information and the correspondence between the virtual information and the identifier, the server includes: adding and/or modifying the virtual information stored in the server, and the correspondence between the virtual information and the identifier. For example, when the identifier corresponding to the virtual information does not exist in the server, the virtual information, the identifier, and the corresponding relationship are added to the server for storage. If the identifier corresponding to the virtual information exists in the server, the new virtual information is replaced with the original virtual information according to the correspondence between the originally stored virtual information and the identifier.
因此,服务器接收到管理员用户上传的更新信息后,通过增加虚拟信息及其对应关系,或者更新虚拟信息的方式,在服务器中完成更新,并在步骤S103中,将更新信息发送至客户终端,使得客户终端根据所述更新信息直接更新所存储的对应关系。Therefore, after receiving the update information uploaded by the administrator user, the server completes the update in the server by adding the virtual information and its corresponding relationship, or updating the virtual information, and sends the update information to the client terminal in step S103. The client terminal is caused to directly update the stored correspondence according to the update information.
在步骤S103中,将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。In step S103, the new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the corresponding corresponding to the sensing feature. New virtual information.
当服务器中的虚拟信息,以及虚拟信息与标识符的对应关系更新后,则向在线的客户终端发送更新后的虚拟信息,以及更新后的虚拟信息与标识符的对应关系。以使得客户终端接收到所述更新后的虚拟信息,以及更新后的虚拟信息与标识符的对应关系。After the virtual information in the server and the correspondence between the virtual information and the identifier are updated, the updated virtual information and the corresponding relationship between the updated virtual information and the identifier are sent to the online client terminal. The client terminal receives the updated virtual information and the corresponding relationship between the updated virtual information and the identifier.
本申请实施例在服务器预先存储传感特征与标识符的对应关系,以及标识符与虚拟信息的对应关系,在接收到增强现实软件的更新请求时,在服务器中更新所述虚拟信息,以及所述虚拟信息与标识符的对应关系,将更新后的虚拟信息以及虚拟信息与标识符的对应关系发送至客户终端,使得客户终端根据接收的虚拟信息以及虚拟信息与标识符的对应关系,完成对客户终端的更新,使客户终端可以根据传感特征查找到对应的虚拟信息。由于客户终端不需要下载及安装新的版本即可对增强现实的虚拟信息进行更新,有利于提高用户使用的便利性。The embodiment of the present application pre-stores the correspondence between the sensing feature and the identifier, and the correspondence between the identifier and the virtual information, and updates the virtual information in the server when receiving the update request of the augmented reality software. Transmitting the correspondence between the virtual information and the identifier, and transmitting the updated virtual information and the correspondence between the virtual information and the identifier to the client terminal, so that the client terminal completes the pair according to the received virtual information and the correspondence between the virtual information and the identifier. The update of the client terminal enables the client terminal to find corresponding virtual information according to the sensing feature. Since the client terminal does not need to download and install a new version, the virtual information of the augmented reality can be updated, which is beneficial to improve the convenience of the user.
图2为本申请实施便提供的又一基于服务器端的增强现实的软件更新的方法的实现流程图,详述如下:2 is a flowchart of an implementation of another server-based augmented reality software update method provided by the implementation of the present application, which is described in detail as follows:
在步骤S201中,预先存储的传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系。In step S201, a correspondence relationship between the sensing feature and the identifier stored in advance, and a correspondence relationship between the identifier and the virtual information are stored in advance.
在步骤S202中,接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系。In step S202, the update information of the augmented reality software is received, and the corresponding relationship between the stored virtual information and the identifier is updated according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier.
在步骤S203中,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系。In step S203, the stored sensing features and the corresponding relationship between the sensing features and the identifiers are updated according to the new sensing features included in the update request and the correspondence between the new sensing features and the identifiers.
具体的,在客户终端的应用程序软件中,所需要更新的内容除了包括虚拟信息的AR资源外,还可能需要更新传感特征。比如将原来的传感特征替换为新的传感特征,或者增加新的传感特征等。Specifically, in the application software of the client terminal, the content that needs to be updated may need to update the sensing feature in addition to the AR resource including the virtual information. For example, replacing the original sensing features with new sensing features, or adding new sensing features.
在本步骤中,通过系统维护人员上传的方式,将需要更新的传感特征上传至服务器,根据接收的传感特征,对服务器中存储的传感特征以及传感特征与标识符的对应关系进行更新。其中,更新的方式包括:In this step, the sensing feature that needs to be updated is uploaded to the server by means of the system maintenance personnel uploading, and the corresponding characteristics of the sensing feature and the sensing feature and the identifier stored in the server are performed according to the received sensing feature. Update. Among them, the update method includes:
A、将服务器中存储的传感特征及其对应关系进行替换。比如,可以获取上传的传感特征所对应的标识符,查找服务器中是否存在该标识符,如果存在,则将服务器中存在的之前的传感特征替换为新的传感特征。A. Replace the sensing features stored in the server and their corresponding relationships. For example, the identifier corresponding to the uploaded sensing feature can be obtained, and the identifier is found in the server. If it exists, the previous sensing feature existing in the server is replaced with a new sensing feature.
B、在服务器中增加传感特征及其对应关系。比如,可以获取上传的传感特征所对应的标识符,查找该标识符是否在服务器中存在,如果不存在,则将标签符所对应的上传的传感特征,替换服务器原来的传感特征。B. Add sensing characteristics and their corresponding relationships in the server. For example, the identifier corresponding to the uploaded sensing feature may be obtained to find out whether the identifier exists in the server. If not, the uploaded sensing feature corresponding to the tag character is replaced with the original sensing feature of the server.
服务器存储更新的传感特征,包括图像特征、声音特征、位置特征等。在检测到服务器中的传感特征有更新后,将更新的传感特征发送至客户终端,在客户终端中存储更新后的传感特征或传感特征与标识符的对应关系。The server stores updated sensing features, including image features, sound features, location features, and the like. After detecting that the sensing feature in the server is updated, the updated sensing feature is sent to the client terminal, and the updated sensing feature or the corresponding relationship between the sensing feature and the identifier is stored in the client terminal.
可以理解的是,在本申请实施例中,所述步骤S203可与步骤S202一起实施,也可以单独实施,如果步骤S203单独实施时,则仅仅对传感特征进行更新。It can be understood that, in the embodiment of the present application, the step S203 may be implemented together with the step S202, or may be separately implemented. If the step S203 is implemented separately, only the sensing feature is updated.
在步骤S204中,将更新后的传感特征以及传感特征与标识符的对应关系,以及新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储。In step S204, the updated sensing feature and the correspondence between the sensing feature and the identifier, and the new virtual information and the correspondence between the new virtual information and the identifier are sent to the client terminal for storage.
由步骤S202完成了服务器中的虚拟信息的更新后,将更新的虚拟信息及其对应关系发送至客户终端,使得客户终端的虚拟信息与服务器中的虚拟信息保持一致。After the update of the virtual information in the server is completed in step S202, the updated virtual information and its corresponding relationship are sent to the client terminal, so that the virtual information of the client terminal is consistent with the virtual information in the server.
或者由步骤S203完成了服务器中的传感特征的更新后,将更新后的传感特征及其对应关系发送至客户终端,使得客户终端的传感特征与服务器中的传感特征保持一致。Or, after the updating of the sensing features in the server is completed in step S203, the updated sensing features and their corresponding relationships are sent to the client terminal, so that the sensing features of the client terminal are consistent with the sensing features in the server.
当然,还可以在虚拟信息或者传感特征都更新后,将更新后的虚拟信息和传感特征更新至客户终端。Of course, the updated virtual information and sensing characteristics can also be updated to the client terminal after the virtual information or the sensing feature is updated.
另外,作为本申请优选的一种实施方式,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息的步骤包括:In addition, as a preferred implementation manner of the present application, the new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier. The steps of finding new virtual information corresponding to the sensing feature include:
A1、将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;A1. Send the correspondence between the new virtual information and the identifier to the client terminal for storage;
A2、在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。A2. When receiving a download request of the new virtual information sent by the client terminal according to the correspondence, sending the new virtual information to the client terminal, so that the client terminal combines the sensing feature and the identifier The corresponding relationship finds the new virtual information corresponding to the sensing feature.
将虚拟信息与标识符的对应关系发送至客户终端,使得客户终端根据传感特征解析得到对应的标签符时,可以根据标识符查找相应的虚拟信息。如果虚拟信息查找不到,则服务器接收客户终端发送的下载请求,在下载完毕后,或者在下载的同时即可播放对应的虚拟信息。比如一边下载一边播放视频或者3D图像信息。The corresponding relationship between the virtual information and the identifier is sent to the client terminal, so that when the client terminal obtains the corresponding tag character according to the sensing feature, the corresponding virtual information can be searched according to the identifier. If the virtual information is not found, the server receives the download request sent by the client terminal, and after the download is completed, or plays the corresponding virtual information. For example, while downloading, play video or 3D image information.
通过用户请求的方式,可以使得虚拟信息的内容较多时,占用用户较多的下载资源和存储空间,在用户使用的时候进行下载和存储。另外,还可以根据客户终端的用户特征,查找与所述用户特征相匹配的新的虚拟信息,将查找的新的虚拟信息发送至客户终端。所述用户特征与虚拟信息的匹配关系,可以根据其它用户的用户特征的获取以及虚拟信息的播放情况确定。By means of the user request, when the content of the virtual information is large, the user may consume more download resources and storage space, and download and store when the user uses the content. In addition, according to the user characteristics of the client terminal, new virtual information matching the user feature may be searched, and the newly searched virtual information is sent to the client terminal. The matching relationship between the user feature and the virtual information may be determined according to the acquisition of the user features of other users and the playing condition of the virtual information.
如图3所示,本申请实施例还提供了一种基于客户终端的增强现实软件更新的方法,描述如下:As shown in FIG. 3, the embodiment of the present application further provides a method for augmented reality software update based on a client terminal, which is described as follows:
在步骤S301中,通过传感器获取传感信息,解析所述传感信息获得传感特征。In step S301, sensor information is acquired by the sensor, and the sensor information is parsed to obtain a sensing feature.
具体的,所述客户终端的传感器,可以为图像传感器、声音传感器、位置传感器、方位传感器等。所述图像传感器可以用于获取现场的环境信息,包括对图片进行扫描等,比如,通过图像传感器拍摄不同的照片,提取照片中的特征信息时,通过所述特征信息与标识符的对应关系以及标识符与虚拟信息的对应关系,查找到不同的照片所对应的虚拟信息,所述虚拟信息可以为立体的图像、视频或3D模型,或者还可以包括音频等。所述位置传感器可用于获取客户终端当前的位置,根据客户终端的位置,结合其它传感特征,比如可以结合拍摄的图像,建立多个传感特征与标识符的对应关系。比如同一图像在位置A处对应标识符X,在位置B处对应标识符Y,根据标识符与虚拟信息的对应关系,使得同一图像播放不同的虚拟信息。Specifically, the sensor of the client terminal may be an image sensor, a sound sensor, a position sensor, an orientation sensor, or the like. The image sensor may be used to acquire environmental information of the scene, including scanning a picture, etc., for example, when a different photo is taken by the image sensor, and the feature information in the photo is extracted, the correspondence between the feature information and the identifier is Corresponding relationship between the identifier and the virtual information, and finding virtual information corresponding to different photos, the virtual information may be a stereoscopic image, a video or a 3D model, or may also include audio or the like. The location sensor can be used to obtain the current location of the client terminal, and according to the location of the client terminal, combined with other sensing features, for example, a corresponding relationship between the plurality of sensing features and the identifier can be established in combination with the captured image. For example, the same image corresponds to the identifier X at the location A and the identifier Y at the location B. According to the correspondence between the identifier and the virtual information, the same image plays different virtual information.
所述传感特征的解析,可以根据预设的传感特征库进行比较,从获取器获取的传感信息中查找是否存在预设的传感特征,如果存在,则将其提取。一个传感信息中可能包括多个传感特征。比如,在一幅传感图像中,包括图像中的多个图像细节特征等。The sensing feature can be compared according to a preset sensing feature library, and the sensing information acquired by the acquiring device is searched for whether there is a preset sensing feature, and if it exists, it is extracted. A sensing information may include multiple sensing features. For example, in a sensor image, multiple image detail features in the image are included.
在步骤S302中,根据预存的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符。In step S302, an identifier corresponding to the analyzed sensing feature is searched according to the correspondence between the pre-stored sensing feature and the identifier.
客户终端对采集的传感信息进行解析,可得到传感特征,根据解析得到的传感特征,可以查找传感信息所对应的标识符。The client terminal analyzes the collected sensing information to obtain a sensing feature, and according to the sensing characteristics obtained by the analysis, the identifier corresponding to the sensing information can be searched.
所述标识符可以为虚拟信息的名称,也可以具有唯一性的序列号。The identifier may be the name of the virtual information or may have a unique serial number.
在步骤S303中,根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。In step S303, the virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
其中,所述根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息的步骤具体可以为:The step of searching for and playing the virtual information corresponding to the identifier according to the received virtual information sent by the server and being sent to the local storage and the corresponding relationship between the virtual information and the identifier may be:
1)、如果在在本地存储的虚拟信息以及虚拟信息与标识符的对应关系中查找不到所述标识符对应的虚拟信息,则向服务器发送新的虚拟信息的下载请求;1), if the virtual information corresponding to the identifier is not found in the virtual information stored locally and the correspondence between the virtual information and the identifier, the download request of the new virtual information is sent to the server;
接收并播放所述服务器返回的新的虚拟信息。Receive and play new virtual information returned by the server.
2)、通过定时向服务器发送更新请求,得到更新的虚拟信息及其对应关系,或者还可以包括传感特征及其对应关系。2). Sending an update request to the server periodically to obtain updated virtual information and its corresponding relationship, or may further include sensing features and their corresponding relationships.
3)、客户终端还可以预先存储标识符与传感特征的对应关系。在解析得到的传感特征不能查找到对应的标识符时,则向服务器发送传感特征的下载请求,下载新的传感特征以及传感特征与标识符的对应关系。3) The client terminal may also pre-store the correspondence between the identifier and the sensing feature. When the parsed sensor feature cannot find the corresponding identifier, the download request of the sensing feature is sent to the server, and the new sensing feature and the corresponding relationship between the sensing feature and the identifier are downloaded.
通过从服务器下载更新的虚拟信息以及虚拟信息与标识符的对应关系,或者还可以包括标识符与传感特征的对应关系,可以使得客户终端不需要安装新的APP应用程序,有利于提高客户终端对于软件更新的便利性。By downloading the updated virtual information from the server and the correspondence between the virtual information and the identifier, or may further include the correspondence between the identifier and the sensing feature, the client terminal does not need to install a new APP application, which is beneficial to improving the client terminal. For the convenience of software updates.
另外,本申请实施例还提供了一种服务器,如图4所示,所述服务器包括:In addition, the embodiment of the present application further provides a server. As shown in FIG. 4, the server includes:
对应关系预存单元401,用于预先存储的传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;Corresponding relationship pre-stored unit 401 is configured to pre-store the correspondence between the sensing feature and the identifier, and pre-store the correspondence between the identifier and the virtual information;
对应关系更新单元402,用于接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;The correspondence update unit 402 is configured to receive update information of the augmented reality software, and update the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier. ;
第一对应关系发送单元403,用于将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。The first correspondence sending unit 403 is configured to send the new virtual information and the corresponding relationship between the new virtual information and the identifier to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the transmission. New virtual information corresponding to the sense feature.
优选的,所述服务器还包括:Preferably, the server further includes:
请求接收单元,用于接收增强现实软件的更新请求,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系;a request receiving unit, configured to receive an update request of the augmented reality software, and update the stored sensing feature and the sensing feature according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier Correspondence relationship of identifiers;
第二对应关系发送单元,用于将更新后的传感特征以及传感特征与标识符的对应关系发送至客户终端存储。The second correspondence sending unit is configured to send the updated sensing feature and the corresponding relationship between the sensing feature and the identifier to the client terminal for storage.
优选的,所述第一对应关系发送单元包括:Preferably, the first correspondence sending unit includes:
发送存储子单元,用于将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting a storage subunit, configured to send the correspondence between the new virtual information and the identifier to the client terminal for storage;
虚拟信息发送子单元,用于在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端。And a virtual information sending subunit, configured to send the new virtual information to the client terminal when receiving a download request of the new virtual information sent by the client terminal according to the corresponding relationship.
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It should be understood that the size of the sequence of the steps in the above embodiments does not mean that the order of execution is performed. The order of execution of each process should be determined by its function and internal logic, and should not be construed as limiting the implementation process of the embodiments of the present application.
图4所述服务器与图1、图2所述增强现实软件更新的方法对应,在此不作重复赘述。The server in FIG. 4 corresponds to the method for updating the augmented reality software in FIG. 1 and FIG. 2, and details are not described herein again.
所述服务器可包括:处理器、存储器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,例如执行上述的增强现实软件更新方法的计算机可读指令。所述处理器执行所述计算机可读指令时实现上述图1、图2所对应的增强现实软件更新方法实施例中的步骤。或者,所述处理器执行所述计算机可读指令时实现上述图4所对应的装置实施例中各模块/单元的功能。示例性的,所述计算机可读指令可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器中,并由所述处理器执行,以完成本申请。The server can include a processor, a memory, and computer readable instructions stored in the memory and executable on the processor, such as computer readable instructions to perform the augmented reality software update method described above. When the processor executes the computer readable instructions, the steps in the embodiment of the augmented reality software updating method corresponding to FIG. 1 and FIG. 2 are implemented. Alternatively, when the processor executes the computer readable instructions, the functions of the modules/units in the device embodiment corresponding to FIG. 4 are implemented. Illustratively, the computer readable instructions may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory and executed by the processor to complete the present Application.
另外,本申请实施还提供了种客户终端,如图5所示,所述客户终端包括:In addition, the implementation of the present application also provides a client terminal. As shown in FIG. 5, the client terminal includes:
解析单元501,用于通过传感器获取传感信息,解析所述传感信息获得传感特征;The parsing unit 501 is configured to acquire sensing information by using a sensor, and parse the sensing information to obtain a sensing feature.
标识符查找单元502,用于根据预设的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;The identifier searching unit 502 is configured to search for an identifier corresponding to the parsed sensing feature according to a preset correspondence between the sensing feature and the identifier;
查找播放单元503,用于根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The search and play unit 503 is configured to search for and play the virtual information corresponding to the identifier according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
图5所述客户终端与图3所述增强现实软件更新的方法对应,在此不作重复赘述。The client terminal shown in FIG. 5 corresponds to the method for updating the augmented reality software in FIG. 3, and details are not described herein.
所述客户终端可包括:处理器、存储器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,例如执行上述的增强现实软件更新方法的计算机可读指令。所述处理器执行所述计算机可读指令时实现上述图3所对应的增强现实软件更新方法实施例中的步骤。或者,所述处理器执行所述计算机可读指令时实现上述图5所对应的装置实施例中各模块/单元的功能。示例性的,所述计算机可读指令可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器中,并由所述处理器执行,以完成本申请。The client terminal can include a processor, a memory, and computer readable instructions stored in the memory and executable on the processor, such as computer readable instructions to perform the augmented reality software update method described above. When the processor executes the computer readable instructions, the steps in the embodiment of the augmented reality software update method corresponding to FIG. 3 are implemented. Alternatively, when the processor executes the computer readable instructions, the functions of the modules/units in the device embodiment corresponding to FIG. 5 are implemented. Illustratively, the computer readable instructions may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory and executed by the processor to complete the present Application.
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。实施例中的各功能单元、模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元、模块的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述系统中单元、模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。It will be apparent to those skilled in the art that, for convenience and brevity of description, only the division of each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned to different functional units as needed. The module is completed by dividing the internal structure of the device into different functional units or modules to perform all or part of the functions described above. Each functional unit and module in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be hardware. Formal implementation can also be implemented in the form of software functional units. In addition, the specific names of the respective functional units and modules are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application. For the specific working process of the unit and the module in the foregoing system, reference may be made to the corresponding process in the foregoing method embodiment, and details are not described herein again.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware or a combination of computer software and electronic hardware. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods to implement the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present application.
在本申请所提供的实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的系统实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。In the embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the system embodiment described above is merely illustrative. For example, the division of the module or unit is only a logical function division. In actual implementation, there may be another division manner, for example, multiple units or components may be used. Combinations can be integrated into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读存储介质中。基于这样的理解,本申请实施例的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本申请实施例各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the embodiments of the present application may contribute to the prior art or all or part of the technical solution may be embodied in the form of a software product stored in a storage. The medium includes a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor to perform all or part of the steps of the methods described in the various embodiments of the embodiments of the present application. The foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), and a random access memory (RAM, Random Access). A variety of media that can store program code, such as a memory, a disk, or an optical disk.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to explain the technical solutions of the present application, and are not limited thereto; although the present application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that they can still implement the foregoing embodiments. The technical solutions described in the examples are modified or equivalently replaced with some of the technical features; and the modifications or substitutions do not deviate from the spirit and scope of the technical solutions of the embodiments of the present application, and should be included in Within the scope of protection of this application.

Claims (20)

  1. 一种增强现实软件更新的方法,其特征在于,所述方法包括:A method for augmented reality software update, the method comprising:
    预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;Pre-storing the correspondence between the sensing feature and the identifier, and pre-storing the correspondence between the identifier and the virtual information;
    接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;Receiving update information of the augmented reality software, updating the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier;
    将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。The new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing feature by combining the correspondence between the sensing feature and the identifier.
  2. 根据权利要求1所述增强现实软件更新的方法,其特征在于,在所述预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系的步骤之后,所述方法还包括:The method of updating augmented reality software according to claim 1, wherein after the step of pre-storing the correspondence between the sensing feature and the identifier and the step of pre-storing the correspondence between the identifier and the virtual information, The method also includes:
    接收增强现实软件的更新请求,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系;Receiving an update request of the augmented reality software, updating the stored sensing feature and the corresponding relationship between the sensing feature and the identifier according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier;
    将更新后的传感特征以及传感特征与标识符的对应关系发送至客户终端存储。The updated sensing feature and the correspondence between the sensing feature and the identifier are sent to the client terminal for storage.
  3. 根据权利要求1或2所述增强现实软件更新的方法,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息的步骤包括:The method for updating augmented reality software according to claim 1 or 2, wherein the new virtual information and the correspondence between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines sensing The mapping between the feature and the identifier, the step of finding the new virtual information corresponding to the sensing feature includes:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。Receiving, when the download request of the new virtual information sent by the client terminal according to the correspondence relationship, the new virtual information is sent to the client terminal, so that the client terminal combines the correspondence between the sensing feature and the identifier Relationship, find new virtual information corresponding to the sensing feature.
  4. 根据权利要求2所述增强现实软件更新的方法,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储的步骤为:The method for updating augmented reality software according to claim 2, wherein the step of transmitting the new virtual information and the correspondence between the new virtual information and the identifier to the client terminal is:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    获取客户终端的用户特征,根据所述用户特征,查找与所述用户特征相匹配的新的虚拟信息,将查找的新的虚拟信息发送至客户终端存储。Obtaining a user feature of the client terminal, searching for new virtual information matching the user feature according to the user feature, and transmitting the searched new virtual information to the client terminal for storage.
  5. 一种增强现实软件更新的方法,其特征在于,所述方法包括:A method for augmented reality software update, the method comprising:
    通过传感器获取传感信息,解析所述传感信息获得传感特征;Sensing information is obtained by a sensor, and the sensing information is parsed to obtain a sensing feature;
    根据预存的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;And searching for an identifier corresponding to the parsed sensing feature according to the correspondence between the pre-stored sensing feature and the identifier;
    根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  6. 根据权利要求5所述方法,其特征在于,根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息的步骤为:The method according to claim 5, wherein the step of searching for and playing the virtual information corresponding to the identifier according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier for:
    如果在在本地存储的虚拟信息以及虚拟信息与标识符的对应关系中查找不到所述标识符对应的虚拟信息,则向服务器发送新的虚拟信息的下载请求;If the virtual information corresponding to the identifier is not found in the virtual information stored locally and the correspondence between the virtual information and the identifier, the download request of the new virtual information is sent to the server;
    接收并播放所述服务器返回的新的虚拟信息。Receive and play new virtual information returned by the server.
  7. 一种服务器,其特征在于,所述服务器包括:A server, wherein the server comprises:
    对应关系预存单元,用于预先存储的传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;a correspondence pre-stored unit, configured to pre-store a correspondence between the sensing feature and the identifier, and pre-store a correspondence between the identifier and the virtual information;
    对应关系更新单元,用于接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;a correspondence update unit, configured to receive update information of the augmented reality software, and update a correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier;
    第一对应关系发送单元,用于将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。a first correspondence sending unit, configured to send the new virtual information and the corresponding relationship between the new virtual information and the identifier to the client terminal for storage, so that the client terminal combines the corresponding relationship between the sensing feature and the identifier to find the sensing New virtual information corresponding to the feature.
  8. 根据权利要求7所述服务器,其特征在于,所述服务器还包括:The server according to claim 7, wherein the server further comprises:
    请求接收单元,用于接收增强现实软件的更新请求,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系;a request receiving unit, configured to receive an update request of the augmented reality software, and update the stored sensing feature and the sensing feature according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier Correspondence relationship of identifiers;
    第二对应关系发送单元,用于将更新后的传感特征以及传感特征与标识符的对应关系发送至客户终端存储。The second correspondence sending unit is configured to send the updated sensing feature and the corresponding relationship between the sensing feature and the identifier to the client terminal for storage.
  9. 根据权利要求7或8所述服务器,其特征在于,所述第一对应关系发送单元包括:The server according to claim 7 or 8, wherein the first correspondence sending unit comprises:
    发送存储子单元,用于将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting a storage subunit, configured to send the correspondence between the new virtual information and the identifier to the client terminal for storage;
    虚拟信息发送子单元,用于在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端。And a virtual information sending subunit, configured to send the new virtual information to the client terminal when receiving a download request of the new virtual information sent by the client terminal according to the corresponding relationship.
  10. 一种客户终端,其特征在于,所述客户终端包括:A client terminal, characterized in that the client terminal comprises:
    解析单元,用于通过传感器获取传感信息,解析所述传感信息获得传感特征;An analyzing unit, configured to acquire sensing information by using a sensor, and parse the sensing information to obtain a sensing feature;
    标识符查找单元,用于根据预设的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;An identifier searching unit, configured to search for an identifier corresponding to the parsed sensing feature according to a preset correspondence between the sensing feature and the identifier;
    查找播放单元,用于根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The search unit is configured to search for and play the virtual information corresponding to the identifier according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  11. 一种服务器,其特征在于,所述服务器包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:A server, comprising: a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer readable instructions Implement the following steps:
    预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;Pre-storing the correspondence between the sensing feature and the identifier, and pre-storing the correspondence between the identifier and the virtual information;
    接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;Receiving update information of the augmented reality software, updating the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier;
    将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。The new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing feature by combining the correspondence between the sensing feature and the identifier.
  12. 根据权利要求11所述的服务器,其特征在于,在所述预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系的步骤之后,还包括:The server according to claim 11, wherein after the step of pre-storing the correspondence between the sensing feature and the identifier, and pre-storing the correspondence between the identifier and the virtual information, the method further includes:
    接收增强现实软件的更新请求,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系;Receiving an update request of the augmented reality software, updating the stored sensing feature and the corresponding relationship between the sensing feature and the identifier according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier;
    将更新后的传感特征以及传感特征与标识符的对应关系发送至客户终端存储。The updated sensing feature and the correspondence between the sensing feature and the identifier are sent to the client terminal for storage.
  13. 根据权利要求11或12所述的服务器,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息的步骤包括:The server according to claim 11 or 12, wherein the new virtual information and the correspondence between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal combines the sensing feature with the identifier The corresponding relationship, the steps of finding new virtual information corresponding to the sensing feature include:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。Receiving, when the download request of the new virtual information sent by the client terminal according to the correspondence relationship, the new virtual information is sent to the client terminal, so that the client terminal combines the correspondence between the sensing feature and the identifier Relationship, find new virtual information corresponding to the sensing feature.
  14. 根据权利要求12所述服务器,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储的步骤包括:The server according to claim 12, wherein the step of transmitting the new virtual information and the correspondence between the new virtual information and the identifier to the client terminal comprises:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    获取客户终端的用户特征,根据所述用户特征,查找与所述用户特征相匹配的新的虚拟信息,将查找的新的虚拟信息发送至客户终端存储。Obtaining a user feature of the client terminal, searching for new virtual information matching the user feature according to the user feature, and transmitting the searched new virtual information to the client terminal for storage.
  15. 一种客户终端,其特征在于,所述客户终端包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:A client terminal, comprising: a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer readable The following steps are implemented when the instruction is executed:
    通过传感器获取传感信息,解析所述传感信息获得传感特征;Sensing information is obtained by a sensor, and the sensing information is parsed to obtain a sensing feature;
    根据预存的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;And searching for an identifier corresponding to the parsed sensing feature according to the correspondence between the pre-stored sensing feature and the identifier;
    根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
  16. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:A computer readable storage medium storing computer readable instructions, wherein the computer readable instructions, when executed by a processor, implement the following steps:
    预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系;Pre-storing the correspondence between the sensing feature and the identifier, and pre-storing the correspondence between the identifier and the virtual information;
    接收增强现实软件的更新信息,根据更新信息中包括的新的虚拟信息以及新的虚拟信息与标识符的对应关系,更新所存储的虚拟信息与标识符的对应关系;Receiving update information of the augmented reality software, updating the correspondence between the stored virtual information and the identifier according to the new virtual information included in the update information and the correspondence between the new virtual information and the identifier;
    将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。The new virtual information and the corresponding relationship between the new virtual information and the identifier are sent to the client terminal for storage, so that the client terminal finds the new virtual information corresponding to the sensing feature by combining the correspondence between the sensing feature and the identifier.
  17. 根据权利要求16所述的计算机可读存储介质,其特征在于,在所述预先存储传感特征与标识符的对应关系,以及预先存储所述标识符与虚拟信息的对应关系的步骤之后,所述方法还包括:The computer readable storage medium according to claim 16, wherein after the step of pre-storing the correspondence between the sensing feature and the identifier and pre-storing the correspondence between the identifier and the virtual information, The method also includes:
    接收增强现实软件的更新请求,根据更新请求中包括的新的传感特征以及新的传感特征与标识符的对应关系,更新所存储的传感特征以及传感特征与标识符的对应关系;Receiving an update request of the augmented reality software, updating the stored sensing feature and the corresponding relationship between the sensing feature and the identifier according to the new sensing feature included in the update request and the corresponding relationship between the new sensing feature and the identifier;
    将更新后的传感特征以及传感特征与标识符的对应关系发送至客户终端存储。The updated sensing feature and the correspondence between the sensing feature and the identifier are sent to the client terminal for storage.
  18. 根据权利要求16或17所述的计算机可读存储介质,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息的步骤包括:The computer readable storage medium according to claim 16 or 17, wherein the new virtual information and the correspondence between the new virtual information and the identifier are sent to the client terminal for storage so that the client terminal combines sensing The mapping between the feature and the identifier, the step of finding the new virtual information corresponding to the sensing feature includes:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    在接收到所述客户终端根据所述对应关系发送的新的虚拟信息的下载请求时,将所述新的虚拟信息发送至所述客户终端,以使得客户终端结合传感特征与标识符的对应关系,查找到传感特征所对应的新的虚拟信息。Receiving, when the download request of the new virtual information sent by the client terminal according to the correspondence relationship, the new virtual information is sent to the client terminal, so that the client terminal combines the correspondence between the sensing feature and the identifier Relationship, find new virtual information corresponding to the sensing feature.
  19. 根据权利要求17所述的计算机可读存储介质,其特征在于,所述将新的虚拟信息以及新的虚拟信息与标识符的对应关系发送至客户终端存储的步骤为:The computer readable storage medium according to claim 17, wherein the step of transmitting the new virtual information and the correspondence between the new virtual information and the identifier to the client terminal is:
    将所述新的虚拟信息与标识符的对应关系发送至客户终端存储;Transmitting the correspondence between the new virtual information and the identifier to the client terminal for storage;
    获取客户终端的用户特征,根据所述用户特征,查找与所述用户特征相匹配的新的虚拟信息,将查找的新的虚拟信息发送至客户终端存储。Obtaining a user feature of the client terminal, searching for new virtual information matching the user feature according to the user feature, and transmitting the searched new virtual information to the client terminal for storage.
  20. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:A computer readable storage medium storing computer readable instructions, wherein the computer readable instructions, when executed by a processor, implement the following steps:
    通过传感器获取传感信息,解析所述传感信息获得传感特征;Sensing information is obtained by a sensor, and the sensing information is parsed to obtain a sensing feature;
    根据预存的传感特征与标识符的对应关系,查找所解析的传感特征对应的标识符;And searching for an identifier corresponding to the parsed sensing feature according to the correspondence between the pre-stored sensing feature and the identifier;
    根据接收到的由服务器更新后发送至本地存储的虚拟信息以及虚拟信息与标识符的对应关系,查找并播放所述标识符对应的虚拟信息。The virtual information corresponding to the identifier is searched for and played according to the received virtual information sent by the server and sent to the local storage and the correspondence between the virtual information and the identifier.
PCT/CN2018/083049 2017-05-19 2018-04-13 Method and apparatus for updating augmented reality software, and terminal and storage medium WO2018210081A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710360797.XA CN107817983B (en) 2017-05-19 2017-05-19 Method and device for updating augmented reality software
CN201710360797.X 2017-05-19

Publications (1)

Publication Number Publication Date
WO2018210081A1 true WO2018210081A1 (en) 2018-11-22

Family

ID=61600799

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/083049 WO2018210081A1 (en) 2017-05-19 2018-04-13 Method and apparatus for updating augmented reality software, and terminal and storage medium

Country Status (2)

Country Link
CN (1) CN107817983B (en)
WO (1) WO2018210081A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107817983B (en) * 2017-05-19 2020-12-25 平安科技(深圳)有限公司 Method and device for updating augmented reality software
CN108961424B (en) * 2018-07-04 2023-04-18 百度在线网络技术(北京)有限公司 Virtual information processing method, device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591994A (en) * 2012-03-07 2012-07-18 我查查信息技术(上海)有限公司 Information acquisition method and device based on image acquisition device and mobile communication device
WO2012099377A2 (en) * 2011-01-17 2012-07-26 엘지전자 주식회사 Augmented reality (ar) target updating method, and terminal and server employing same
CN103389978A (en) * 2012-05-07 2013-11-13 联想(北京)有限公司 Method and system for acquiring information through augmented reality technologies
CN107817983A (en) * 2017-05-19 2018-03-20 平安科技(深圳)有限公司 A kind of method and device of augmented reality software upgrading

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012099377A2 (en) * 2011-01-17 2012-07-26 엘지전자 주식회사 Augmented reality (ar) target updating method, and terminal and server employing same
CN102591994A (en) * 2012-03-07 2012-07-18 我查查信息技术(上海)有限公司 Information acquisition method and device based on image acquisition device and mobile communication device
CN103389978A (en) * 2012-05-07 2013-11-13 联想(北京)有限公司 Method and system for acquiring information through augmented reality technologies
CN107817983A (en) * 2017-05-19 2018-03-20 平安科技(深圳)有限公司 A kind of method and device of augmented reality software upgrading

Also Published As

Publication number Publication date
CN107817983B (en) 2020-12-25
CN107817983A (en) 2018-03-20

Similar Documents

Publication Publication Date Title
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN106453572B (en) Method and system based on Cloud Server synchronous images
CN112791399B (en) Method, device, system, medium and electronic equipment for displaying cloud game picture
US20150324477A1 (en) Two-Dimensional Code Processing Method and Terminal
WO2017118250A1 (en) Facial beautification method, apparatus, and terminal device
CN111722885B (en) Program running method and device and electronic equipment
US20200341806A1 (en) Method and apparatus for functional improvements to moving picture experts group network based media processing
JP2015523018A (en) Enhancing captured data
US20170187800A1 (en) File synchronization method, electronic device
WO2018210081A1 (en) Method and apparatus for updating augmented reality software, and terminal and storage medium
WO2017000929A1 (en) Client-based media information delivery method and device
CN111290751B (en) Special effect generation method, device, system, equipment and storage medium
JPWO2008129600A1 (en) Content reproduction apparatus, content distribution apparatus, content distribution system, and metadata generation method
CN113542208A (en) Methods, apparatus and media for media processing and streaming
WO2016066056A1 (en) Image remote projection method, server and client
CN113486025B (en) Data storage method, data query method and device
CN113468346B (en) Resource processing method and device, electronic equipment and storage medium
WO2015196586A1 (en) Virtual desktop configuration and acquisition method and apparatus
US11675796B2 (en) Method and apparatus for metadata of function and function group search in moving picture experts group network based media processing
US20130097207A1 (en) Information processing device, information processing method and computer program
CN111835549B (en) Method, apparatus, computer device and medium for processing media content
WO2018000635A1 (en) Interface configuration method and device
CN105224573B (en) A kind of regular data configuration method and device, system
US11763493B2 (en) Method and apparatus for tree-based point cloud compression (PCC) media stream using moving picture experts group (MPEG)-dynamic adaptive streaming over HTTP (DASH)
JP2014178721A (en) Image collation system and image collation method

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11/03/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18801913

Country of ref document: EP

Kind code of ref document: A1