please format code with </> button * homework policy * asking questions
Hello, could you lead me in the build of an eye tracker with a kinect 1414?
please format code with </> button * homework policy * asking questions
Hello, could you lead me in the build of an eye tracker with a kinect 1414?
Unfortunately the original kinect SDK (1.8) doesn’t support eye tracking
there are projects like webgazer that is open source and tracks face/eyes - you can integrate it to p5.js or to processing via websocket/nodejs GitHub - brownhci/WebGazer: WebGazer.js: Scalable Webcam EyeTracking Using User Interactions
Thank you @micuat
Wich tutorial would you recommend to lear how to implement a js library into processing?
In this case I mean launching browser and Processing separately and connecting through websocket to Processing instance or via node.js/electron+OSC… I don’t know if there’s any good tutorial on it but some others might know