team-4480
05-02-2015, 11:33
Hi! We ran into a problem when trying to set up a USBCamera with RobotPy and Python. This code gives us an error: self.usb_camera=wpilib._impl.USBCamera()
wpilib._impl.CameraServer.setAutomaticCapture(self .usb_camera)
We get a module has no attribute to USBCamera and CameraServer error. I tried importing wpilib._impl but that didn't help anything. Thanks a bunch in advance!
wpilib._impl.CameraServer.setAutomaticCapture(self .usb_camera)
We get a module has no attribute to USBCamera and CameraServer error. I tried importing wpilib._impl but that didn't help anything. Thanks a bunch in advance!