Open Jackyrie2 opened 3 years ago
I'm running python3.5 on linux x86 remotely through ssh, the basler camera shows up in lsusb but cannot be found when calling camera.Attach(tl_factory.CreateFirstDevice())
camera.Attach(tl_factory.CreateFirstDevice())
have you installed the udev rules, as mentioned in the readme's last entry?
I'm running python3.5 on linux x86 remotely through ssh, the basler camera shows up in lsusb but cannot be found when calling
camera.Attach(tl_factory.CreateFirstDevice())