Set devices
 
 
 

To define motion capture devices

  1. Start the device server.
  2. For data-server devices, use the defineDataServer command to define the device in Maya.
  3. Enter the following command in Maya’s Script Editor:
    defineDataServer -device <deviceName> -server <serverName>;

    Where:

    For example, if you started the clock device but it did not appear in the Device Editor, you enter:

    defineDataServer -device clock -s mayaClockServer

To undefine a device

  1. Use the following syntax:
    defineDataServer -device <deviceName> -undefine;