#1
|
|||
|
|||
How to disconnect the live characters?
Hi, I am doing some work on live characters. But I am stuck at how to disconnect the character server.
I used vizmocap.disconnect(), but it shows error. Does anyone know how to use the disconnect command. Thanks. Qiufeng |
#2
|
|||
|
|||
The vizmocap module does not have a disconnect method. You must call disconnect on the LiveCharacters object instead:
Code:
lc = vizmocap.LiveCharacter(...) . . . lc.disconnect() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Live Characters plugin | Frank Verberne | Vizard | 7 | 03-01-2012 02:23 AM |
Trouble using custom animations for Live Characters | IGoudt | Vizard | 0 | 09-24-2009 06:37 AM |
Linking problems with Live Character | Frank Verberne | Vizard | 5 | 06-04-2008 11:42 AM |
Live Characters Demo | wouters | Vizard | 3 | 05-06-2008 09:14 AM |
Displaying live video in Vizard? | Deltcho | Vizard | 2 | 01-04-2008 11:05 AM |