-
node-ricoh-theta:使用 Node.js 控制 RICOH THETA 360 度相机下载
资源介绍
理光西塔 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