1. 首页
  2. 考试认证
  3. 其它
  4. leapjs network 使用WebRTC发送LeapMotion数据p2p

leapjs network 使用WebRTC发送LeapMotion数据p2p

上传者: 2024-09-06 05:44:27上传 ZIP文件 408.82KB 热度 2次
LeapJS网络允许LeapJS帧数据通过WebRTC在对等点之间传输。远程帧和本地帧合并在一起渲染。有关请参阅index.html 。 controller . use ( 'networking' , { peer : new Peer ( { key : 'myapikey' } ) , // WebRTC is handled by the PeerJS library & service plotter : new LeapDataPlotter ( ) // Optional - graphed debugging outputs } ) ; controller . plugins . networking . connect ( 'my-session-id' ) ;上面的代码将导致两个新连接的对等体共享它们所有的帧数据
用户评论