View Single Post
  #2  
Old 01-25-2013, 11:51 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you don't want to render the camera image set the window argument to None:
Code:
camera = ar.addWebCamera(window=None)
Reply With Quote