资源简介
openvr for htc vive,主要用于HTC VR设备HTC vive Tracker的二次开发使用

代码片段和文件信息
import triad_openvr
import time
import sys
v = triad_openvr.triad_openvr()
v.print_discovered_objects()
if len(sys.argv) == 1:
interval = 1/250
elif len(sys.argv) == 2:
interval = 1/float(sys.argv[0])
else:
print(“Invalid number of arguments“)
interval = False
if interval:
while(True):
start = time.time()
txt = ““
for each in v.devices[“controller_1“].get_pose_euler():
txt += “%.4f“ % each
txt += “ “
print(“\r“ + txt end=““)
sleep_time = interval-(time.time()-start)
if sleep_time>0:
time.sleep(sleep_time)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-10 15:51 triad_openvr-master\
文件 643 2018-05-16 03:19 triad_openvr-master\README.md
目录 0 2018-09-10 15:51 triad_openvr-master\__pycache__\
文件 7189 2018-05-16 03:19 triad_openvr-master\__pycache__\triad_openvr.cpython-35.pyc
文件 622 2018-05-16 03:19 triad_openvr-master\controller_test.py
文件 3105 2018-05-16 03:19 triad_openvr-master\example_default.vrsettings
目录 0 2018-09-10 15:51 triad_openvr-master\images\
文件 64656 2018-05-16 03:19 triad_openvr-master\images\simple_xcoord_plot.png
文件 619 2018-05-16 03:19 triad_openvr-master\tracker_test.py
文件 7744 2018-05-16 03:19 triad_openvr-master\triad_openvr.py
文件 763 2018-05-16 03:19 triad_openvr-master\udp_emitter.py
文件 1664 2018-05-16 03:19 triad_openvr-master\udp_receiver.cs
- 上一篇:数字图像处理大津法阈值分割
- 下一篇:openvr for double
相关资源
- Driver Reviver 驱动管理工具 v4.0.1.60 官方
- HTC EVO 4G点金石无线充电改装教程
- L0phtCrack.v6.0.8.0.Administrator.Edition 破解
- HTC官方固件工具 v1.5.zip
- Leap Motion与HTC Vive配合使用笔记
- Vive-Telepoter
- INCT_ROOT_EVO3D.zip
- Vive Input Utility.unitypackage
- VIVETrackerChanger_1.0.zip
- 用unity开发HTC VIVE所用到的工具包Ste
- ViveInputUtility1.5.1b
- HTcondor搭建
- VRTK - SteamVR Unity Toolkit.unitypackageV2.2.
- unity 仿THE LAB HTC VR VIVE瞬移系统
- stm8+SHTC3.zip
- HelloVive.rar
- Unity3D 室内小场景搭建(抓取、抛扔物
- HTC A510e s-on to so-off
- htc s730 刷机包
- SteamVR离线安装包
- HTC_HD2刷机和Recovery教程+工具+驱动
- 土方计算工具 htcad 完美破解 非试用
- htcad破解版(cad土方量计算工具)
- twrp2.7.1.2.zip
- SteamVR1.2.2
- Vive开发之VR射箭UE4
- OSGopenVR工具
- HTC Vive Focus PlusVR一体机开发工具SDK
- 暴风魔镜VR 、HTC VR插件 及制作网址
- VRTK for HTC vive开发 3.3版本
评论
共有 条评论