View Single Post
  #8  
Old 04-11-2011, 05:08 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You should be able to load a saved marker using the addMarker command with the name you gave it. Does that work for you?

Code:
#Create camera using first available webcam
camera = ar.addWebCamera()

#Create marker from pattern file
marker = camera.addMarker('myPattern',width=1000)
Reply With Quote