Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 413 Bytes

File metadata and controls

22 lines (20 loc) · 413 Bytes

FaceGood

LiveLink Source for receiving JSON over sockets.

UDP Protocol

JSON format

{
"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]]
    }
    }
}