- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I was trying to execute the JavaExample 29: Emotion with detection with SenseManager using Java API 3.1 version (on page 85 of sdkmanual), but it is not working. I don't see methods EnableMotion() & QueryEmotion() on the SenseManager object. Does this been changed to something else ? If so, what is the new way of calling ?
PXCMSenseManager senseManager = PXCMSenseManager.CreateInstance(); senseManager.EnableEmotion(); senseManager.Init(); while(senseManager.AcquireFrame(true).compareTo(pxcmStatus.PXCM_STATUS_NO_ERROR) >0) { PXCMEmotion emotion = senseManager.QueryEmotion(); senseManager.ReleaseFrame(); } senseManager.close();
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It has not implemented yet. Currently the Emotion module only support c++ and c#. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks David.
There are many more examples in sdkmanual of latest Gold version release are not working in Java. Do you have a comprehensive list of features which are supported / not-supported by language wise ?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page