Open rustvt opened 6 years ago
Hey, I have the same question as above.
I am trying to get the Emotion metrics into Touchdesigner via OSC
I know this was a long time ago.. But any help much appreciated :)
Dear rustvt and blairzaye, thanks for your comments. I am one of the authors and for some unknown reason, I never saw the first post from rustvt. Actually, we couldn't get the emotion detection to work on our devices, and as they didn't work, we didn't implement it in the OSC app. However, if they are functioning, it should be straightforward to incorporate this functionality, in the same fashion that other types of data can be sent through the network. In our experience, Emotiv Insights are very unreliable devices.
Best regards, Rodrigo
Also, the file that rustvt mentions belong to Emotiv's Development Kit library. As I explained before, this functionality didn't work for us, so we couldn't implement it.
Hey,
Thanks for your reply. I thing I may have also sent you an email :)
Anyway.. if you see from here, I have got the insight to detect and to connect and I am getting everything into Touchdesigner apart from these
DT_Excitement = 0x0008, //!< Excitement detection (deprecated) DT_Engagement = 0x0010, //!< Engagement detection (deprecated) DT_Relaxation = 0x0020, //!< Relaxation detection (deprecated) DT_Interest = 0x0040, //!< Interest detection (deprecated) DT_Stress = 0x0080, //!< Stress detection (deprecated) DT_Focus = 0x0100, //!< Focus detection (deprecated)
These emotion metrics were are the whole reason I move from a Muse and bought the Insight... Sorry.. I'm not much of a coder.. Would it be a matter of replacing the ledk.h? I have found some sdks, Ill give that a go :)
any thing else I could try?
Good day, Could you help us in our problem? For our task we need collect emotions to Max/MSP. At this pdf (http://www.nime.org/proceedings/2017/nime2017_paper0055.pdf) we found some info about this app and ability to get emotions (stress, focus,interest and so on) but at the last version of Insight2OSC it's not able. At source code we found some description about emotions, For example (ledk.h: DT_BlinkAndWink = 0x0001, //!< Blink and Wink detection DT_FacialExpression = 0x0002, //!< Other facial expression detection DT_EyeMovement = 0x0004, //!< Eye movement detection DT_Excitement = 0x0008, //!< Excitement detection (deprecated) DT_Engagement = 0x0010, //!< Engagement detection (deprecated) DT_Relaxation = 0x0020, //!< Relaxation detection (deprecated) DT_Interest = 0x0040, //!< Interest detection (deprecated) DT_Stress = 0x0080, //!< Stress detection (deprecated) DT_Focus = 0x0100, //!< Focus detection (deprecated) DT_MentalCommand = 0x0200, //!< Mental command detection)
Is it any possibility to set on this functionality? Thank you !