View Single Post
  #2  
Old 07-11-2012, 04:56 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you saying the graphics window is just black? Do you get any error message in Vizard? If not, perhaps the model is obscuring the view. Can you see the webcam output when you run the following?
Code:
import viz
viz.go()

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