Open Baehn opened 1 month ago
correct Runtime information: python: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] platform: linux/x86_64/6.5.0-15-generic pypylon: 4.0.0 / 8.0.0.10
you need to install pylon and Supplementary package in addition. After installing the Supplementary package, try this
dc = pylon.DeviceInfo() dc.SetDeviceClass("BaslerGTC/Basler/GenTL_Producer_for_Basler_blaze_101_cameras") camera = pylon.InstantCamera(pylon.TlFactory.GetInstance().CreateFirstDevice(dc)) camera.Open()
Describe the issue:
i cannot use pypylon to connect to my blaze-101 cams, see below, connecting via harvester works.
Reproduce the code example:
Error message:
Is your camera operational in Basler pylon viewer on your platform
Yes
Hardware setup & camera model(s) used
Ubuntu 22.04.3 LTS blaze-101
Runtime information: