SethGibson / ofxRSSDKv2

openframeworks addon for RSSDK, Take 2 (For real this time)
14 stars 13 forks source link

Gaze Tracking possible? #4

Closed joshuajnoble closed 8 years ago

joshuajnoble commented 8 years ago

Hi there,

I'm trying to add Gaze Tracking into ofxRSSDKv2 on Windows 10 but I can't get anything to run without crashing mysteriously from deep within a DLL. Relevant thread https://software.intel.com/en-us/forums/realsense/topic/621869 Is there something in ofxRSSDKv2 (or OF) that precludes it from working with the Gaze Tracking module? Not really a bug, per se, more like a plea for help, any thoughts much appreciated.

SethGibson commented 8 years ago

Nothing I can think of off the top of my head, unless there are specific stream settings the Gaze Tracking module requires that I haven't implemented, and I certainly can't think of anything in OF that it would complain about. I'll send an email up to the SDK guys and see if they have any thoughts.

On Wed, Mar 23, 2016 at 3:06 PM, joshua noble notifications@github.com wrote:

Hi there,

I'm trying to add Gaze Tracking into ofxRSSDKv2 on Windows 10 but I can't get anything to run without crashing mysteriously from deep within a DLL. Relevant thread https://software.intel.com/en-us/forums/realsense/topic/621869 Is there something in ofxRSSDKv2 (or OF) that precludes it from working with the Gaze Tracking module? Not really a bug, per se, more like a plea for help, any thoughts much appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/SethGibson/ofxRSSDKv2/issues/4

joshuajnoble commented 8 years ago

Cool, well thanks for taking a look. My original code was a lot more in line with OF and The rest of the addon, the code there was stripped down for ease of paste/read. The culprit seems to be QueryFace() though, bafflingly the FF_Eye example runs fine and other than not using a PXCSession to initialize the SenseManager, I basically pasted in the example.

On Mar 23, 2016, at 15:40, Seth Gibson notifications@github.com wrote:

Nothing I can think of off the top of my head, unless there are specific stream settings the Gaze Tracking module requires that I haven't implemented, and I certainly can't think of anything in OF that it would complain about. I'll send an email up to the SDK guys and see if they have any thoughts.

On Wed, Mar 23, 2016 at 3:06 PM, joshua noble notifications@github.com wrote:

Hi there,

I'm trying to add Gaze Tracking into ofxRSSDKv2 on Windows 10 but I can't get anything to run without crashing mysteriously from deep within a DLL. Relevant thread https://software.intel.com/en-us/forums/realsense/topic/621869 Is there something in ofxRSSDKv2 (or OF) that precludes it from working with the Gaze Tracking module? Not really a bug, per se, more like a plea for help, any thoughts much appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/SethGibson/ofxRSSDKv2/issues/4

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub