View Single Post
  #3  
Old 03-10-2014, 02:12 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
1. The ARToolKit plug-in will run in all Vizard editions.

2. Use the ar.addCamera command and specify the camera texture:
Code:
cam = video.addWebcam(id=1) 
camera = ar.addCamera(texture=cam)
Reply With Quote