Skip to content

FACEGOOD/UnityFgLiveLinkReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UnityFgLiveLinkReceiver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages