lemankk / as3openni

Automatically exported from code.google.com/p/as3openni
0 stars 0 forks source link

as3openni 1.3.0 works #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Great work :)

i had downloaded and tried some of your sample in 
AS3OpenNI_Alpha_1.3.0_Examples.fxp using flash builder 4.0.1, its works 
properly with your AS3OpenNI_Alpha_1.3.0.swc. and also with opensouce 
wrapper(AS3OpenNI_Alpha_1.3.0.fxpl).

i am facing the following issue while running NISkeletons.mxml,

while working with single user, the skeleton is identified and the circle is 
moving accordingly in the screen. but when the user moves out of  focus from 
the kinect device, the USER LOST event not raised immediately. but it raised  
only after the next user identified. 

Can you please help me on resolving it and also guide me,to use the same 
wrapper in flash cs4 or flash c5.

Thanks in advance

regards
Mani

Original issue reported on code.google.com by mani.pon...@gmail.com on 10 Jun 2011 at 4:52

GoogleCodeExporter commented 8 years ago
Hey Mani-

Thanks for your comments. To use the project in Flash CS5, you can set it up 
similar you just have to make sure you run it as an Air application, and all of 
the same AS code should work. As for the user lost, I've noticed it myself that 
from time to time the C++ OpenNI framework has a latency on flagging user's 
lost. The timeout level on it is not configurable for some reason from what 
I've found so far.

AMB

Original comment by mosaic...@gmail.com on 14 Jun 2011 at 7:04

GoogleCodeExporter commented 8 years ago
Thanks for your response... i will try to implement the wrapper in CS5.

Regards
Mani

Original comment by mani.pon...@gmail.com on 16 Jun 2011 at 5:05