-
I'm having trouble trying to look up the available number of emotions that Nuitrack is able to detect. It seems like the current options are only happy, angry, surprised and neutral.
-
NUITRACK SDKの詳細についてはよく知らないのですが、onHandUpdate関数はtdv::nuitrack::Nuitrack::waitUpdate関数を実行したタイミングで呼ばれるのでしょうか、それとも別スレッドで呼び出してtdv::nuitrack::Nuitrack::waitUpdate関数では待機するだけなのでしょうか?
仮に別スレッドで呼び出される場合、同時に変数use…
-
Nuitrackのサンプルコードでは初期化に失敗した場合の例外処理をしていますが、onInitialize関数内で呼ばれているtdv::nuitrack::Nuitrack::init関数ではそういった処理をしていないため、RTC::RTC_ERRORを返すほうがいいと思います。
また、tdv::nuitrack::Nuitrack::init関数の引数で設定ファイルのパスを指定できますが、…
-
Hello
I try to run your GitHub project.
To do this, i think ,the nutrack node information is required.
I was wondering if I could find out what you wrote down on the TODO list
(training code,…
-
Hi I am trying to use your ROS node on Ubuntu 16.4, with ROS Kinetic, Nuitrack (downloaded recently), and the Intel realsense D435.
I've installed the body_tracker_msgs without an issue but it see…
-
# Proposed Change
Callback function that is hooked to each frame update. This function will take the skeleton data in each frame using a wrapper function. This will be created for a singular user to …
-
By using the rostopic information of /qt_nuitrack_app, I built a program that displays the TF of skeletons. As we know each skeleton has 25 joints, and the TFs of all joints are connected to the same …
-
Had some issues with building this today:
- needed to manually point at the `/usr/local/lib/nuitrack/` libs
- even after built I get the following error
```
Usage: nuitrack_console_sample [path/to…
-
without plugin
https://www.buildinsider.net/small/bookkinectv2/0703
unity + api, code only
https://blog.sky-net.pw/article/37
unity plugin assests comparison
http://www.kirurobo.com/2014/12/k…
-
I'm looking for a little more documentation on the qt_nuitrack_app/Faces message. Are there docs somewhere that explain what the different fields are? I can guess most of them, but the https://github.…