登录 注册
当前位置:主页 > 资源下载 > 10 > node-ricoh-theta:使用 Node.js 控制 RICOH THETA 360 度相机下载

node-ricoh-theta:使用 Node.js 控制 RICOH THETA 360 度相机下载

  • 更新:2024-09-21 09:30:44
  • 大小:11KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

理光西塔 npm RICOH THETA 的 Node.js 客户端 - 360 度相机 安装 % npm install ricoh-theta theta 命令 # global install % npm install ricoh-theta coffee-script -g % theta --help % theta --capture % theta --capture out.jpg % theta --list % theta --id [object_handle] --save out.jpg % theta --volume 0 用法 var fs = require ( 'fs' ) ; var Theta = require ( 'ricoh-theta' ) ; var theta = new Theta ( ) ; theta . conn