![]() |
|
#1
|
|||
|
|||
You could get check the position of the marker in Vizard every frame and if the x value is greater than 0.3 you could start the action.
Code:
def checkPosition(): if tracker.getPosition()[0] > 0.3: #add some action here vizact.ontimer(0,checkPosition) |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Be a Marker for Camera Tracking | CRI | Vizard | 2 | 05-31-2010 01:09 PM |
AR Marker masking properties | CRI | Vizard | 0 | 03-26-2010 11:33 PM |
marker id plug-in | Vkathrynr | Precision Position Tracker (PPT) | 1 | 09-25-2009 03:31 PM |
Tracking with Marker ID plugin | mjabon | Precision Position Tracker (PPT) | 9 | 07-13-2009 11:36 AM |
Draw Vector in viewpoint lookat direction | Chrissy2009 | Vizard | 2 | 05-30-2009 12:50 AM |