Hello everyone after trying SimpleCV with a AVT Pike Firewire camera (see here) I have been having trouble getting AVTCamera to work. Using the example on SimpleCV's page about using the AVT package I get a return error Class AVTCamera not found. I have reinstalled SimpleCV, and everything else seems to work. I am using the legacy drivers like was suggested by the wiki, but for some reason I cannot get this to work, has anyone else had luck with AVT in SimpleCV?
Edit: here is the error I am receiving:
from SimpleCV import *
cam = AVTCamera()
img = cam.getImage()
img.show()
Error:
NameError: name 'AVTCamera' is not defined