01 2024 档案
摘要:def test_open_device(self): cam = pylon.InstantCamera() self.assertFalse(cam.IsOpen()) cam = self.create_first() cam.Open() self.assertTrue(cam.IsOpen
阅读全文
摘要:d4c4256a8f46173b675dd6a62d12f566ed3487f932bab6bb7058f06c124bcc27 anaconda.sh https://juejin.cn/post/7022146368269451300
阅读全文
摘要:conda 环境相关命令 创建环境 shell 复制代码 conda create -n env_name python=3.7 --clone another_env -n:name 表示新环境名称 python:使用python版本 --clone:从现有环境复制而来 删除环境 shell 复制
阅读全文
摘要:https://github.com/basler/pypylon/blob/master/samples/gige_ip_config.py # This sample demonstrates how to use the methods RestartIpConfiguration,# Bro
阅读全文
摘要:User Output Value# 相机的 User Output Value 功能允许您通过软件将一个或所有输出线路的状态设置为高电平 (1) 或低电平 (0)。 这对于控制外部事件或设备(例如光源)很有用。 该功能的使用# 设置一个 I/O 线路的输出状态# 要设置 I/O 线路的输出状态:
阅读全文