mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +02:00
Throttle DDE face acquisition attempts in order to reduce CPU usage
This commit is contained in:
parent
9b469226f3
commit
a0c3c974a9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ static const QString DDE_PROGRAM_PATH = "/dde.app/Contents/MacOS/dde";
|
|||
static const QStringList DDE_ARGUMENTS = QStringList()
|
||||
<< "--udp=" + DDE_SERVER_ADDR.toString() + ":" + QString::number(DDE_SERVER_PORT)
|
||||
<< "--receiver=" + QString::number(DDE_CONTROL_PORT)
|
||||
<< "--facedet_interval=500" // ms
|
||||
<< "--headless";
|
||||
|
||||
static const int NUM_EXPRESSIONS = 46;
|
||||
|
|
Loading…
Reference in a new issue