pypylon:进程结束,退出代码1066598274(0xc06d07e)

2024-05-18 23:40:43 发布

您现在位置:Python中文网/ 问答频道 /正文

使用的脚本:

from pypylon import pylon

cam = pylon.InstantCamera(pylon.TlFactory.GetInstance().CreateFirstDevice())
cam.Open()
print(cam.GetDeviceInfo)
cam.Close()
[enter image description here][1]
print("done")

操作系统:Windows 10 64位

相机:Basler acA640

通过USB 3.0连接

运行上述脚本时出错:

Process finished with exit code -1066598274 (0xC06D007E)


Tags: fromimport脚本closeopenprintenterpylon

热门问题