depthjs icon indicating copy to clipboard operation
depthjs copied to clipboard

problems on ubuntu10.04

Open rechardchen opened this issue 14 years ago • 4 comments

I build the chrome extension under chrome-extention-mac on ubuntu, but when running in chromium-browser, i just find the plugin is not stable and sometimes can not start properly. have you tested the extension on linux?

btw, i tried to build the npapi plugin on mac with build-mac.sh, but failed...

rechardchen avatar Jun 30 '11 03:06 rechardchen

Have you tried the build-linux.sh script in chrome-extension-mac? The basic demo doesn't receive events on Linux yet (possibly because of issue #19), but the Kinect camera does initialize/tilt when I load the demo.

I'll see following the directions listed in issue #19 solves the problem. I'll try it out this weekend.

kench avatar Jul 01 '11 02:07 kench

yes, i just run the build-linux script under chrome-extension-mac/plugin; i tried the solution in issue #19 , but still it did not work :(

2011/7/1 kench < [email protected]>

Have you tried the build-linux.sh script in chrome-extension-mac? The basic demo doesn't receive events on Linux yet (possibly because of issue #19), but the Kinect camera does initialize/tilt when I load the demo.

I'll see following the directions listed in issue #19 solves the problem. I'll try it out this weekend.

Reply to this email directly or view it on GitHub: https://github.com/doug/depthjs/issues/20#issuecomment-1480357

/*---------------------------------- 陈虎 Rechardchen

----------------------------------*/

rechardchen avatar Jul 01 '11 07:07 rechardchen

A patch was submitted to help it run on linux.

What failed? It seems that we need to update some APIs for the changes in libfreenect. Hopefully my colleague can do that while I finish my dissertation.

Aaron

aaron zinman :: mit media lab :: web.media.mit.edu/~azinman (http://web.media.mit.edu/%7Eazinman) :: protocol.by/azinman (http://protocol.by/azinman) :: courteous.ly/mhuoL3 (http://courteous.ly/mhuoL3)

On Wednesday, June 29, 2011 at 11:50 PM, rechardchen wrote:

I build the chrome extension under chrome-extention-mac on ubuntu, but when running in chromium-browser, i just find the plugin is not stable and sometimes can not start properly. have you tested the extension on linux?

btw, i tried to build the npapi plugin on mac with build-mac.sh (http://build-mac.sh), but failed...

Reply to this email directly or view it on GitHub: https://github.com/doug/depthjs/issues/20

azinman avatar Jul 03 '11 21:07 azinman

A patch was submitted to help it run on linux.

I built the NPAPI plugin, but never modified manifest.json to load it. I "patched" it to make it work.

kench avatar Jul 03 '11 21:07 kench