![]() |
#6
|
|||
|
|||
Can you start with a simple example and verify that you get the correct output?
Code:
import viz viz.go() #Add ARToolkit extension ar = viz.add('artoolkit.dle') #Create camera using first available webcam camera = ar.addWebCamera(window=None) #Create a matrix marker with the specified id marker = camera.addMatrixMarker(0,width=1000) #Add logo model logo = viz.add('logo.ive') #Link logo model to marker sensor viz.link(marker,logo) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
shadows in mirror | chris_user | Vizard | 0 | 02-17-2011 03:37 AM |
Use Projector from room.wrl | jassel41 | Vizard | 1 | 11-18-2010 02:38 PM |
multiple shadows using projector | theuberk | Vizard | 13 | 02-24-2009 02:56 AM |
3d projector | Vinicius Lima | Vizard | 21 | 03-05-2008 03:51 PM |
3D Projector | Vinicius Lima | Vizard | 1 | 08-20-2007 05:52 PM |