overte-lubosz/interface/resources/controllers/osc.json
Anthony J. Thibault 9d6ce44131 Head is now computed in proper sensor space
Eye tracking now works.
2019-11-20 15:30:16 -08:00

71 lines
4.4 KiB
JSON

{
"name": "OSC to Standard",
"channels": [
{ "from": "OSC.Head", "to" : "Standard.Head" },
{ "from": "OSC.LeftEye", "to" : "Standard.LeftEye" },
{ "from": "OSC.RightEye", "to" : "Standard.RightEye" },
{ "from": "OSC.EyeBlink_L", "to": "Standard.EyeBlink_L" },
{ "from": "OSC.EyeBlink_R", "to": "Standard.EyeBlink_R" },
{ "from": "OSC.EyeSquint_L", "to": "Standard.EyeSquint_L" },
{ "from": "OSC.EyeSquint_R", "to": "Standard.EyeSquint_R" },
{ "from": "OSC.EyeDown_L", "to": "Standard.EyeDown_L" },
{ "from": "OSC.EyeDown_R", "to": "Standard.EyeDown_R" },
{ "from": "OSC.EyeIn_L", "to": "Standard.EyeIn_L" },
{ "from": "OSC.EyeIn_R", "to": "Standard.EyeIn_R" },
{ "from": "OSC.EyeOpen_L", "to": "Standard.EyeOpen_L" },
{ "from": "OSC.EyeOpen_R", "to": "Standard.EyeOpen_R" },
{ "from": "OSC.EyeOut_L", "to": "Standard.EyeOut_L" },
{ "from": "OSC.EyeOut_R", "to": "Standard.EyeOut_R" },
{ "from": "OSC.EyeUp_L", "to": "Standard.EyeUp_L" },
{ "from": "OSC.EyeUp_R", "to": "Standard.EyeUp_R" },
{ "from": "OSC.BrowsD_L", "to": "Standard.BrowsD_L" },
{ "from": "OSC.BrowsD_R", "to": "Standard.BrowsD_R" },
{ "from": "OSC.BrowsU_C", "to": "Standard.BrowsU_C" },
{ "from": "OSC.BrowsU_L", "to": "Standard.BrowsU_L" },
{ "from": "OSC.BrowsU_R", "to": "Standard.BrowsU_R" },
{ "from": "OSC.JawFwd", "to": "Standard.JawFwd" },
{ "from": "OSC.JawLeft", "to": "Standard.JawLeft" },
{ "from": "OSC.JawOpen", "to": "Standard.JawOpen" },
{ "from": "OSC.JawRight", "to": "Standard.JawRight" },
{ "from": "OSC.MouthLeft", "to": "Standard.MouthLeft" },
{ "from": "OSC.MouthRight", "to": "Standard.MouthRight" },
{ "from": "OSC.MouthFrown_L", "to": "Standard.MouthFrown_L" },
{ "from": "OSC.MouthFrown_R", "to": "Standard.MouthFrown_R" },
{ "from": "OSC.MouthSmile_L", "to": "Standard.MouthSmile_L" },
{ "from": "OSC.MouthSmile_R", "to": "Standard.MouthSmile_R" },
{ "from": "OSC.MouthDimple_L", "to": "Standard.MouthDimple_L" },
{ "from": "OSC.MouthDimple_R", "to": "Standard.MouthDimple_R" },
{ "from": "OSC.LipsStretch_L", "to": "Standard.LipsStretch_L" },
{ "from": "OSC.LipsStretch_R", "to": "Standard.LipsStretch_R" },
{ "from": "OSC.LipsUpperClose", "to": "Standard.LipsUpperClose" },
{ "from": "OSC.LipsLowerClose", "to": "Standard.LipsLowerClose" },
{ "from": "OSC.LipsFunnel", "to": "Standard.LipsFunnel" },
{ "from": "OSC.LipsPucker", "to": "Standard.LipsPucker" },
{ "from": "OSC.Puff", "to": "Standard.Puff" },
{ "from": "OSC.CheekSquint_L", "to": "Standard.CheekSquint_L" },
{ "from": "OSC.CheekSquint_R", "to": "Standard.CheekSquint_R" },
{ "from": "OSC.MouthClose", "to": "Standard.MouthClose" },
{ "from": "OSC.MouthUpperUp_L", "to": "Standard.MouthUpperUp_L" },
{ "from": "OSC.MouthUpperUp_R", "to": "Standard.MouthUpperUp_R" },
{ "from": "OSC.MouthLowerDown_L", "to": "Standard.MouthLowerDown_L" },
{ "from": "OSC.MouthLowerDown_R", "to": "Standard.MouthLowerDown_R" },
{ "from": "OSC.MouthPress_L", "to": "Standard.MouthPress_L" },
{ "from": "OSC.MouthPress_R", "to": "Standard.MouthPress_R" },
{ "from": "OSC.MouthShrugLower", "to": "Standard.MouthShrugLower" },
{ "from": "OSC.MouthShrugUpper", "to": "Standard.MouthShrugUpper" },
{ "from": "OSC.NoseSneer_L", "to": "Standard.NoseSneer_L" },
{ "from": "OSC.NoseSneer_R", "to": "Standard.NoseSneer_R" },
{ "from": "OSC.TongueOut", "to": "Standard.TongueOut" },
{ "from": "OSC.UserBlendshape0", "to": "Standard.UserBlendshape0" },
{ "from": "OSC.UserBlendshape1", "to": "Standard.UserBlendshape1" },
{ "from": "OSC.UserBlendshape2", "to": "Standard.UserBlendshape2" },
{ "from": "OSC.UserBlendshape3", "to": "Standard.UserBlendshape3" },
{ "from": "OSC.UserBlendshape4", "to": "Standard.UserBlendshape4" },
{ "from": "OSC.UserBlendshape5", "to": "Standard.UserBlendshape5" },
{ "from": "OSC.UserBlendshape6", "to": "Standard.UserBlendshape6" },
{ "from": "OSC.UserBlendshape7", "to": "Standard.UserBlendshape7" },
{ "from": "OSC.UserBlendshape8", "to": "Standard.UserBlendshape8" },
{ "from": "OSC.UserBlendshape9", "to": "Standard.UserBlendshape9" }
]
}