├── .gitattributes ├── Apk └── Rm.apk ├── Hololens └── Hololens.7z ├── Image ├── SQL.png ├── android.gif ├── android.jpg ├── hls.jpg ├── hls2.jpg ├── hls_install.jpg ├── hls_install.png2.jpg ├── hls_install.png3.jpg ├── hlsload.jpg ├── pc.jpg ├── pc_chat.jpg ├── remote.gif ├── sqlset.png └── text.gif ├── PC └── PC.7z ├── README.md ├── README_en.md ├── RemoteMark_Documentation_en.pdf ├── RemoteMark说明文档.pdf ├── Server └── Server.7z └── tools ├── account.dbf └── hfs.exe /.gitattributes: -------------------------------------------------------------------------------- 1 | Hololens/Hololens.7z filter=lfs diff=lfs merge=lfs -text 2 | -------------------------------------------------------------------------------- /Apk/Rm.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Apk/Rm.apk -------------------------------------------------------------------------------- /Hololens/Hololens.7z: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b6ecd74279fc1601832c5d9c7ba13154b386fa07b8ce26a45ae7c926e8fd5eb4 3 | size 196282217 4 | -------------------------------------------------------------------------------- /Image/SQL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/SQL.png -------------------------------------------------------------------------------- /Image/android.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/android.gif -------------------------------------------------------------------------------- /Image/android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/android.jpg -------------------------------------------------------------------------------- /Image/hls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hls.jpg -------------------------------------------------------------------------------- /Image/hls2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hls2.jpg -------------------------------------------------------------------------------- /Image/hls_install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hls_install.jpg -------------------------------------------------------------------------------- /Image/hls_install.png2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hls_install.png2.jpg -------------------------------------------------------------------------------- /Image/hls_install.png3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hls_install.png3.jpg -------------------------------------------------------------------------------- /Image/hlsload.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/hlsload.jpg -------------------------------------------------------------------------------- /Image/pc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/pc.jpg -------------------------------------------------------------------------------- /Image/pc_chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/pc_chat.jpg -------------------------------------------------------------------------------- /Image/remote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/remote.gif -------------------------------------------------------------------------------- /Image/sqlset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/sqlset.png -------------------------------------------------------------------------------- /Image/text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Image/text.gif -------------------------------------------------------------------------------- /PC/PC.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/PC/PC.7z -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hololens 远程视频通讯 2 | 3 | *中文*| [**English**](README_en.md) 4 | 5 | ## 介绍 6 | RemoteMark是一款支持Hololens与Android,PC视频通讯并支持空间标注的软件,功能类似微软的[Remote Assist](https://docs.microsoft.com/en-us/dynamics365/mixed-reality/remote-assist/ra-overview) 7 | #### Video: https://youtu.be/fa6ECxv6nKk 8 | #### PC与Hololens视频通讯截图 9 | #### Remote Assistant SDK :https://github.com/stonerey/RemoteAssistantSDK 10 | ![Image text](Image/pc.jpg) 11 | #### PC聊天截图 12 | ![Image text](Image/pc_chat.jpg) 13 | ##### Android与Hololens视频通讯截图 14 | ![Image text](Image/android.jpg) 15 | #### Hololens 视频通讯截图 16 | ![Image text](Image/hls.jpg) 17 | ![Image text](Image/hls2.jpg) 18 | ## 运行条件 19 | 20 | #### 1.运行服务器XRChatServer.exe,需要在本地电脑安装MySQL 8.0.18数据库或者更低版本,然后创建数据库:chatsql,密码:123456。port:3306。然后将tools文件夹下的account.dbf导入数据库中。数据表中UserAvatar填写你自己的用户头像地址。也可以使用[HFS File Server](https://www.rejetto.com/hfs/?f=intro)在本地设置头像地址。 21 | #### 2.如果出现Charater set utfmb3 错误,需安装mysql 8.0.18数据库版本或更低版本. 22 | 23 | ![Image text](Image/sqlset.png) 24 | ![Image text](Image/SQL.png) 25 | #### 2、先运行服务器然后再运行PC、Hololens客户端。 26 | #### 3、Hololens 的运行文件较大 需要安装 git lfs:https://git-lfs.github.com。或者手动单独下载 27 | ![Image text](Image/hlsload.jpg) 28 | ## 其他说明 29 | #### 1、如需正式版本请联系1053050442@qq.com 30 | -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- 1 | # Hololens RemoteMark 2 | 3 | [**中文**](README.md) | *English* 4 | 5 | ## Introduce 6 | RemoteMark is a software that supports Hololens, Android and PC video communication and supports space annotation [Remote Assist](https://docs.microsoft.com/en-us/dynamics365/mixed-reality/remote-assist/ra-overview) 7 | 8 | #### Video: https://youtu.be/fa6ECxv6nKk 9 | #### Screenshot of video communication between PC and Hololens 10 | ![Image text](Image/pc.jpg) 11 | #### PC Chat screenshot 12 | ![Image text](Image/pc_chat.jpg) 13 | #### Screenshot of Android and Hololens video communication 14 | ![Image text](Image/android.jpg) 15 | #### Hololens Video communication screenshot 16 | ![Image text](Image/hls.jpg) 17 | ![Image text](Image/hls2.jpg) 18 | ## Operating conditions 19 | 20 | #### 1. To run the server XRChatServer.exe, install the MySQL 8.0.18 database or earlier on the local computer and create the database chatsql with the password 123456. Port: 3306. Then import account.dbf from the tools folder into the database. UserAvatar Enter your own user avatar address in the data table. You can also use [HFS File Server] (https://www.rejetto.com/hfs/?f=intro) in the local head is set the address. 21 | 22 | #### 2. If the Charater set utfmb3 error occurs, install mysql 8.0.18 database version or earlier. 23 | 24 | 25 | ![Image text](Image/sqlset.png) 26 | ![Image text](Image/SQL.png) 27 | #### 2、Run the server first and then the PC and Hololens client. 28 | #### 3、Hololens.7z file is large ,requires installation git lfs:https://git-lfs.github.com Or download it manually 29 | ![Image text](Image/hlsload.jpg) 30 | ## Other instructions 31 | #### 1.If you need an official version, please contact 1053050442@qq.com 32 | -------------------------------------------------------------------------------- /RemoteMark_Documentation_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/RemoteMark_Documentation_en.pdf -------------------------------------------------------------------------------- /RemoteMark说明文档.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/RemoteMark说明文档.pdf -------------------------------------------------------------------------------- /Server/Server.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/Server/Server.7z -------------------------------------------------------------------------------- /tools/account.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/tools/account.dbf -------------------------------------------------------------------------------- /tools/hfs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stonerey/RemoteAssistant/b4ba76df22a399f7055cd45a4ffff191268b67fa/tools/hfs.exe --------------------------------------------------------------------------------