GithubHelp home page GithubHelp logo

jnect's People

Contributors

a-bayha avatar eneufeld avatar faltermj avatar joneshelming avatar thechrisw avatar

Watchers

 avatar  avatar  avatar

jnect's Issues

Showing 2nd body in gef diagram

Up to now jnect could not handle a 2nd skeleton. These 2 patches are a first 
step towards actually being able to do so, at least the gef demo can now handle 
2 skeletons properly.
I am not sure if something like a replay feature is already implemented 
completely yet. But if so, with these new commits this might not work properly 
anymore - but I am not sure.
Please use Patch1 before Patch2.

Original issue reported on code.google.com by [email protected] on 6 Dec 2012 at 3:31

Attachments:

Support of Kinect-SDK 1.0 and higher

Add support for Kinect-SDK 1.0 and higher, as those  are not supported yet by 
the jnect .net bridge

Original issue reported on code.google.com by neufeld.eugen on 31 Mar 2012 at 10:58

Encountered the same error with milestone_0.2.2 and milestone_0.1.3

What steps will reproduce the problem?
1. Unzip eclipse 4.2.1 & milestone_0.2.2(or milestone_0.1.3)
2. "Install new software" through Eclipse
3. unzip the folder for milestone_0.2.2(or milestone_0.1.3)
4. Select folder milestone_0.2.2(or milestone_0.1.3), and [OK].
4. Select All( with org.jnect.api and org.jnect.demo), [Next], and [Finsh].
5. "Problem Occurred" , Error Detail:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, 
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: 
org.eclipse.update.feature,org.eclipse.draw2d,3.9.0.201212170307
No repository found containing: 
org.eclipse.update.feature,org.eclipse.gef,3.9.0.201212170307



What is the expected output? What do you see instead?
Software installed

What version of the product are you using? On what operating system?
- eclipse-java-juno-SR2-win32-x86_64.zip
- Windows 7 Professional, 64 bit Operating System
- Kinect SDK 1.6
- milestone 0.2.2 (and milestone 1.0.3)


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 Mar 2013 at 7:14

Move C# code

Currently the C# code is available here: 
http://code.google.com/p/unicase/source/browse/#svn%2Ftrunk%2Fother%2FKinectForE
clipseDotNetMutex 
It should be moved to here.

Original issue reported on code.google.com by neufeld.eugen on 2 May 2012 at 8:13

jnect ecore model non-conventional

The jnect ecore Body model does partially not follow the naming convention of 
ecore objects (some objects are written with capitals, some arent't). All of 
them should be without capital letter at the start.


Original issue reported on code.google.com by [email protected] on 27 Nov 2012 at 7:54

jnect without eclipse

Branch name:jnectJavaOnly

Purpose of code changes on this branch:
New branch for integrating code by Melynda Eden. The changes aim at using jnect 
without the eclipse rcp framework just on a java vm.



Original issue reported on code.google.com by [email protected] on 23 Sep 2012 at 1:15

Fresh installation won't work

What steps will reproduce the problem?
1. Unzip eclipse 4.2.1 & milestone_0.2.2
2. "Install new software" through Eclipse
3. Select unzipt folder for milestone_0.2.2
4. Select both org.jnect.api and org.jnect.demo

Error:
Cannot complete the install because one or more required items could not be 
found.
  Software being installed: Jnect Emfstore Demo Feature 0.2.2.201210190936 (org.jnect.emfstore.feature.feature.group 0.2.2.201210190936)
  Missing requirement: Jnect Emfstore Demo Feature 0.2.2.201210190936 (org.jnect.emfstore.feature.feature.group 0.2.2.201210190936) requires 'org.eclipse.emf.emfstore.client 0.0.0' but it could not be found

What is the expected output? What do you see instead?
Succsefully installed!

What version of the product are you using? On what operating system?
Windows 7
dot net 4
eclipse 4.2.1 (32bit)
kinect SDK 1.5
milestone 0.2.2


Original issue reported on code.google.com by [email protected] on 21 Feb 2013 at 8:05

Exception on start-up



I am pasting whole console pannel here so you can get more idea about my 
problem.
!ENTRY org.eclipse.ui 4 0 2012-12-24 10:57:58.349
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.e4.core.di.InjectionException: System.NullReferenceException: 
Object reference not set to an instance of an object.
at MicrosoftKinectWrapper.KinectHandler.setUpAndRun()
at MicrosoftKinectWrapper.__KinectHandler.setUpAndRun0(IntPtr __envp, 
JniLocalHandle __obj)
at 
org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:
229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at 
org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFact
ory.java:131)
at 
org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerS
erviceImpl.java:171)
at 
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(Ha
ndledContributionItem.java:814)
at 
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSe
lection(HandledContributionItem.java:707)
at 
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(Handl
edContributionItem.java:691)
at 
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(
HandledContributionItem.java:630)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRendering
Engine.java:1029)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEn
gine.java:923)
at 
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java
:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java
:124)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecli
pseAppLauncher.java:110)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

Version Details:
OS=windows 8 32 bit
Microsoft SDK
Kinect SDK v1.0
Kinect Runtime v1.5
Eclipse IDE 4.2.1
Microsoft SDK 4.5

Original issue reported on code.google.com by [email protected] on 27 Dec 2012 at 6:42

Unable to initliaze native components

I'm unable to get Jnect to work with my Kinect.

What steps will reproduce the problem?
1. attempt to start Kinect GEF Demo (problem lies in MicrosoftKinectWrapper)

What is the expected output? What do you see instead?
Expected output would be a working GEF Demo. 

Instead I get a stack trace:
!ENTRY org.eclipse.ui 4 0 2012-09-03 19:55:07.262
!MESSAGE System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and less than the size of the collection.
Parameter name: index
   at Microsoft.Kinect.ThreadSafeList`1.get_Item(Int32 index)
   at MicrosoftKinectWrapper.KinectHandler.setUpAndRun()
   at MicrosoftKinectWrapper.__KinectHandler.setUpAndRun0(IntPtr __envp, JniLocalHandle __obj)
!STACK 0
System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and less than the size of the collection.
Parameter name: index
   at Microsoft.Kinect.ThreadSafeList`1.get_Item(Int32 index)
   at MicrosoftKinectWrapper.KinectHandler.setUpAndRun()
   at MicrosoftKinectWrapper.__KinectHandler.setUpAndRun0(IntPtr __envp, JniLocalHandle __obj)
    at microsoftkinectwrapper.KinectHandler.setUpAndRun(Native Method)
    at org.jnect.core.impl.connection.jni.ProxySkeletonConnectionProcessor.init(ProxySkeletonConnectionProcessor.java:33)
    at org.jnect.core.impl.connection.jni.ProxyConnectionManager.openConnection(ProxyConnectionManager.java:37)
    at org.jnect.core.impl.KinectManagerImpl.startKinect(KinectManagerImpl.java:83)
    at org.jnect.demo.gef.handler.StartGefHandler.execute(StartGefHandler.java:26)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)

What version of the product are you using? On what operating system?
Windows 8 Trial (Enterprise Edition) (= .NET 4.5)
Kinect SDK 1.5.2
Eclipse 4.2
Java 6 & 7 both tested

thanks for any help!

Original issue reported on code.google.com by [email protected] on 3 Sep 2012 at 6:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.