VMCFreeVMC

Receive motion data, or pass the finished pose on.

VMC is the protocol VTuber programs use to talk to each other. Hologramu does both: receivers and senders, any number of them at once.

Receivers

Take motion data from another program (VSeeFace, for instance) over a port.

  • Active
  • Port
  • Bone groups: head, torso, legs — each switchable

TODO: List the counterparts that have been tested.

Senders

Pass your avatar's finished pose on — to another program, or to another Hologramu instance.

  • Target address and port
  • Send model — only to a HologramuVMC receiver, over TCP on the same port number, and only into memory there
  • Send all costumes — costume changes come along live

Together with webcam tracking

TODO: Describe what wins when both run at once, and the role "only without tracking" plays for the procedural modes.

Eyes

The procedural eye control overrides any eye tracking, VMC included — see Eyes and blinking.