129
edits
| No edit summary | No edit summary | ||
| Line 28: | Line 28: | ||
| int remoteport = 1065;  //Port number the Captury used to send messages | int remoteport = 1065;  //Port number the Captury used to send messages | ||
| </source> | </source> | ||
| [[Image:remotePort.png|thumb|left|256px|Port for the Captury  to send messages]] | |||
| <br style="clear:both"> | |||
| *Start oscP5, listening for incoming messages at local port. | *Start oscP5, listening for incoming messages at local port. | ||
| Line 42: | Line 44: | ||
| *Inform Processing the name of the skeleton and the bone in use.   | *Inform Processing the name of the skeleton and the bone in use.   | ||
| <source lang="Java" line start= "25"> | <source lang="Java" line start= "25"> | ||
| String skeleton1 = " | String skeleton1 = "LS";  //Skeleton name same with the Captury | ||
| String bone1 = "Root";  //The bone in use   | String bone1 = "Root";  //The bone in use   | ||
| </source> | </source> | ||
| 动捕系统截图圈出名称 | 动捕系统截图圈出名称 | ||
edits