stephenhowell / kinect2scratch

Kinect v2 to ScratchX.org (Version 3 of Kinect2Scratch)
https://stephenhowell.github.io/kinect2scratch/
MIT License
14 stars 5 forks source link

source code? #1

Open ojack opened 8 years ago

ojack commented 8 years ago

Hi Stephen, Is the code for the kinect1 to scratchX available anywhere? I am interested in creating a mac version that works with ScratchX and your example projects. (I found this project http://makerbox.net/kinect2Scratch4Mac/, but it seems out of date) Great work on this project!

stephenhowell commented 8 years ago

Thanks, Mac version unfortunately impossible without drivers for Kinect 2. Depth data available but no skeletal tracking. Kenta Hara ported version 1 for Mac but lack of drivers for Mac has stopped us releasing updated version.

Regards,

Stephen


From: Olivia Jackmailto:notifications@github.com Sent: ‎19/‎10/‎2016 02:06 To: stephenhowell/kinect2scratchmailto:kinect2scratch@noreply.github.com Subject: [stephenhowell/kinect2scratch] source code? (#1)

Hi Stephen, Is the code for the kinect1 to scratchX available anywhere? I am interested in creating a mac version that works with ScratchX and your example projects. (I found this project http://makerbox.net/kinect2Scratch4Mac/, but it seems out of date) Great work on this project!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/stephenhowell/kinect2scratch/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAhxOf4snG-3KxHPcldp95xnJgmezGtcks5q1W0MgaJpZM4KadF-.

ojack commented 8 years ago

Thanks for the response, I am interested in connecting the Kinect 1 rather than 2, which has OpenNI drivers in Mac.... Kenta Hara's version is for scratch 1.4, and I would like to use the Kinect 1 with Scratch X, similar to your version here http://stephenhowell.github.io/. Happy to develop the newer version.

stephenhowell commented 8 years ago

Hi,

Kinect 1 much easier but already done for Mac I would have thought(?), unfortunately the JS extension I have uses Kinect 2 functionality that Kinect 1 can't provide.

I could dig up my (Processing) Kinect 1 to ScratchX but you'll have to test on Mac yourself I'm afraid, I don't know anyone with a Mac!

Challenge with Open NI, someone told me it was no longer officially available? Haven't looked into it though, so not sure official story.

Regards,

Stephen


From: Olivia Jackmailto:notifications@github.com Sent: ‎19/‎10/‎2016 18:55 To: stephenhowell/kinect2scratchmailto:kinect2scratch@noreply.github.com Cc: Stephen Howellmailto:stephenhowell@outlook.com; Commentmailto:comment@noreply.github.com Subject: Re: [stephenhowell/kinect2scratch] source code? (#1)

Thanks for the response, I am interested in connecting the Kinect 1 rather than 2, which has OpenNI drivers in Mac.... Kenta Hara's version is for scratch 1.4, and I would like to use the Kinect 1 with Scratch X, similar to your version here http://stephenhowell.github.io/. Happy to develop the newer version.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/stephenhowell/kinect2scratch/issues/1#issuecomment-254890481, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAhxOQfF8WE20zEnnAt_FWsCb2Y0f0L6ks5q1ll0gaJpZM4KadF-.

ojack commented 8 years ago

Ok great, if possible it would be great to see the js extension source code for Kinect 1(totally fine if untested!).... I am leading a workshop for a group of mixed users (some mac, some pc) and am hoping to be able to teach using the same Scratch code for joint positions.

If there is a newer Mac version than the one linked above I would love to see it.

I don't know exactly what is up with Open NI but it is still available and works great for beginner purposes.