Hi! We ran into a problem when trying to set up a USBCamera with RobotPy and Python. This code gives us an error:
Code:
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!