コンテンツにスキップ
出品FACEGOOD FgLiveLinkReceiverのメディア1

説明

This plugin is used to receive data from Android FaceGood LiveDrive. All UDP data is with the protocol below.

# JSON

{

"FACEGOOD":{ #subjectName

  "FrameId": 1, #frame id , option

  "Properties":[

    {"Name": "A", "Value":0.0}, # item name and it's value

    {"Name": "B", "Value":0.0}

    ],

  "Joints":{

  "Names":["JA", "JB"],

  "ParentIdx":[0,0],

  "Transforms":[[0,0,0,0,0,0],[0,0,0,0,0,0]]

  }

  }

}

含まれる形式

タグ