View Single Post
  #1  
Old 07-09-2012, 09:20 PM
emily800326 emily800326 is offline
Member
 
Join Date: Jul 2012
Posts: 5
how to fix my vizard?

i use the camera to read my ar-code.
but the panel turn black , and i can't see my code.
can someone tell me what the problem.
(when i run another code,also have this problem.)

Quote:
import viz

viz.go()


ar=viz.add('artoolkit.dle')
camera=ar.addWebCamera()

m0=camera.addMatrixMarker(0,width=50)
modle1=viz.add('box.obj')

links=viz.link(m0,modle1)
modle1.setScale(0.05,0.05,0.05)
modle1.texture('')
Reply With Quote