WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-14-2014, 12:05 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
Lightbulb Walk

I'm using the kinect and want to know if you can walk through a scene for example (piazza.osgb) with my motion detection.

There is some information about this...
Reply With Quote
  #2  
Old 08-15-2014, 02:10 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Yes, you can link the viewpoint to the kinect head sensor. If you're going to be using this for head tracking we recommend using a separate orientation sensor (e.g. inertial sensor) for smoother orientation updates.
Reply With Quote
  #3  
Old 08-15-2014, 03:26 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
Jeff.

no doubt, you are a genius.

Thank you.
Reply With Quote
  #4  
Old 08-15-2014, 04:55 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
If I use a model eg(piazza.osgb) the model position is in middle of my body, How I put the floor model put on my feet?
Reply With Quote
  #5  
Old 08-18-2014, 02:41 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It sounds like the head sensor height you're getting is too low. Can you post the code you're using?
Reply With Quote
  #6  
Old 08-18-2014, 04:39 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
I am use Kinect.
I can not see the hands, does the kinect not detect distances?

Quote:
import viz
import vizshape

viz.go()
lugar=viz.add('piazza.osgb')

vrpn = viz.addExtension('vrpn7.dle')

Cabeza = vrpn.addTracker( 'Tracker0@localhost',0)
l = viz.link(Cabeza,lugar)

HeadRigth=vrpn.addTracker( 'Tracker0@localhost',14 )
ManoDerecha=viz.add('hand_gloved_R.osgb',scale=[.5,.5,.5])
md=viz.link(HeadRigth,ManoDerecha)

HeadLeft=vrpn.addTracker( 'Tracker0@localhost',8 )
ManoIzquierda=viz.add('hand_gloved_L.osgb',scale=[.5,.5,.5])
mi=viz.link(HeadLeft,ManoIzquierda)

Last edited by roobert; 08-18-2014 at 04:45 PM.
Reply With Quote
  #7  
Old 08-19-2014, 07:07 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you test with the script at the bottom of the following article and move the viewpoint do you see all the tracker points in Vizard?

http://kb.worldviz.com/articles/1584
Reply With Quote
Reply

Tags
kinect, walk, walkto

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
random walk in piazza environment maya Vizard 7 01-15-2014 04:58 AM
custom avatar random walk krimble Vizard 2 03-20-2007 03:23 AM
executing a turn in the middle of a walkto action v-clizzin Vizard 1 09-18-2006 02:31 PM
Avatar walk betancourtb82 Vizard 5 03-21-2006 09:14 AM
Object.remove() Johannes Vizard 30 03-08-2006 10:13 AM


All times are GMT -7. The time now is 12:10 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC