View Single Post
  #5  
Old 05-29-2009, 04:41 PM
vvortex3 vvortex3 is offline
Member
 
Join Date: May 2009
Posts: 3
Yes, I'm using the following code to connect to the webcam:

#Create Video Camera extension
video = viz.add('VideoCamera.dle')

#Connect to next available generic video capture device
cam = video.addWebcam()
Reply With Quote