diff --git a/COM/COM_Robot.py b/COM/COM_Robot.py
index a1baca7..38c6411 100644
--- a/COM/COM_Robot.py
+++ b/COM/COM_Robot.py
@@ -1,4 +1,7 @@
import logging
+from turtle import Turtle
+
+from numpy.array_api import trunc
import Constant
from COM.COM_TCP import TCPClient
@@ -38,9 +41,9 @@ class RobotClient(TCPClient):
else:
return True
except Exception as e:
- log.log_message(logging.ERROR,str_tcp_robot_connect_fail)
- return False
-
+ log.log_message(logging.ERROR, str_tcp_robot_connect_fail)
+ raise
+
def send_Status(self):
@@ -58,10 +61,12 @@ class RobotClient(TCPClient):
response = self.client_socket.recv(1024).decode('utf-8')
response_message = json.loads(response)
if True:
- data_status = DATAReply()
- data_status.__dict__ = response_message
- data_address_array = data_status.queryData
try:
+ data_status = DATAReply()
+ # if response_message.keys().contains('cmdReply'):
+ # return
+ data_status.__dict__ = response_message # {'cmdReply': ['AddRCC', 'ok'], 'dsID': 'www.hc-system.com.HCRemoteCommand', 'reqType': 'AddRCC'}
+ data_address_array = data_status.queryData
self.status_model.curMode = int(data_address_array[0])
self.status_model.setPosition(*data_address_array[1:13])
self.status_model.curAlarm = int(data_address_array[13])
@@ -72,11 +77,16 @@ class RobotClient(TCPClient):
self.status_model.output_n = int(data_address_array[20])
self.status_model.curSpeed_n = int(data_address_array[21])
except:
+ if response_message.keys().__contains__('cmdReply'):
+ return
log.log_message(logging.ERROR,Constant.str_tcp_robot_data_error)
return True
+ except json.JSONDecodeError as e:
+ log.log_message(logging.WARNING,Constant.str_sys_json_error+response)
+ return True
except Exception as e:
- #log.log_message(logging.ERROR,f'{e}')
- return False
+ log.log_message(logging.ERROR,f'{e}')
+ raise
diff --git a/CU/Feeding.py b/CU/Feeding.py
index 2c4ea43..af53ebf 100644
--- a/CU/Feeding.py
+++ b/CU/Feeding.py
@@ -240,7 +240,7 @@ class Feeding :
io_instruction.point = IO_bit # {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"15","delay":"0"}]}
IO_command.dsID = 'HCRemoteCommand'
IO_command.instructions.append(io_instruction)
- self.robotClient.add_sendQuene(IO_command)
+ self.robotClient.add_sendQuene(IO_command.toString())
pass
def sendTargPosition(self,real_position,move_type:MoveType=MoveType.WORLD ,speed = Constant.speed):
diff --git a/Config/FeedLine.ini b/Config/FeedLine.ini
index 398b426..e4482d2 100644
--- a/Config/FeedLine.ini
+++ b/Config/FeedLine.ini
@@ -1,59 +1,66 @@
[FeedLine1]
name = 反应釜1
-safeposition_x = 534.907898
-safeposition_y = 5.525342
-safeposition_z = 737.267822
-safeposition_u = -2.196312
-safeposition_v = -4.094595
-safeposition_w = -5.294128
-brokenposition1_x = 357.269
-brokenposition1_y = 478.874
-brokenposition1_z = 209.979
-brokenposition1_u = -3.100
-brokenposition1_v = -3.198
-brokenposition1_w = 49.945
-brokenposition2_x = 357.269
-brokenposition2_y = 478.874
-brokenposition2_z = 209.979
-brokenposition2_u = -3.100
-brokenposition2_v = -3.198
-brokenposition2_w = 49.945
-shakeposition_x = 357.269
-shakeposition_y = 478.874
-shakeposition_z = 209.979
-shakeposition_u = -3.100
-shakeposition_v = -3.198
-shakeposition_w = 49.945
-dropBagposition_x = 357.269
-dropBagposition_y = 478.874
-dropBagposition_z = 209.979
-dropBagposition_u = -3.100
-dropBagposition_v = -3.198
-dropBagposition_w = 49.945
+safeposition_x = 715.778259
+safeposition_y = 5.285664
+safeposition_z = 843.42157
+safeposition_u = -171.674973
+safeposition_v = 86.072197
+safeposition_w = -171.633331
+brokenposition1_x = 715.778259
+brokenposition1_y = 5.285664
+brokenposition1_z = 843.42157
+brokenposition1_u = -171.674973
+brokenposition1_v = 86.072197
+brokenposition1_w = -171.633331
+brokenposition2_x = 715.778259
+brokenposition2_y = 5.285664
+brokenposition2_z = 843.42157
+brokenposition2_u = -171.674973
+brokenposition2_v = 86.072197
+brokenposition2_w = -171.633331
+shakeposition_x = 715.778259
+shakeposition_y = 5.285664
+shakeposition_z = 843.42157
+shakeposition_u = -171.674973
+shakeposition_v = 86.072197
+shakeposition_w = -171.633331
+dropbagposition_x = 715.778259
+dropbagposition_y = 5.285664
+dropbagposition_z = 843.42157
+dropbagposition_u = -171.674973
+dropbagposition_v = 86.072197
+dropbagposition_w = -171.633331
-
-dropDelay_time = 3
-shakeDelay_time = 6
[FeedLine2]
name = 反应釜2
-safeposition_x = 0.0
-safeposition_y = 0.0
-safeposition_z = 0.0
-safeposition_u = 0.0
-safeposition_v = 0.0
-safeposition_w = 0.0
-photoposition_x = 0.0
-photoposition_y = 0.0
-photoposition_z = 0.0
-photoposition_u = 0.0
-photoposition_v = 0.0
-photoposition_w = 0.0
-feedposition_x = 0.0
-feedposition_y = 0.0
-feedposition_z = 0.0
-feedposition_u = 0.0
-feedposition_v = 0.0
-feedposition_w = 0.0
-dropDelay_time = 3
-shakeDelay_time = 6
+safeposition_x = 715.778259
+safeposition_y = 5.285664
+safeposition_z = 843.42157
+safeposition_u = -171.674973
+safeposition_v = 86.072197
+safeposition_w = -171.633331
+brokenposition1_x = 715.778259
+brokenposition1_y = 5.285664
+brokenposition1_z = 843.42157
+brokenposition1_u = -171.674973
+brokenposition1_v = 86.072197
+brokenposition1_w = -171.633331
+brokenposition2_x = 0.0
+brokenposition2_y = 0.0
+brokenposition2_z = 0.0
+brokenposition2_u = 0.0
+brokenposition2_v = 0.0
+brokenposition2_w = 0.0
+shakeposition_x = 0.0
+shakeposition_y = 0.0
+shakeposition_z = 0.0
+shakeposition_u = 0.0
+shakeposition_v = 0.0
+shakeposition_w = 0.0
+dropbagposition_x = 0.0
+dropbagposition_y = 0.0
+dropbagposition_z = 0.0
+dropbagposition_u = 0.0
+dropbagposition_v = 0.0
+dropbagposition_w = 0.0
diff --git a/Constant.py b/Constant.py
index 07a9df7..07db583 100644
--- a/Constant.py
+++ b/Constant.py
@@ -6,7 +6,7 @@ position_accuracy = 0.05
manual_adjust_accuracy = 1
speed = 10
shake_speed = 20
-debug_speed=30
+debug_speed=10
feedLine_set_section = 'FeedLine'
feedLine_set_file = f'.{os.sep}Config{os.sep}feedLine.ini'
set_ini = 'Seting.ini'
@@ -46,6 +46,8 @@ str_feed_take_success = '抓料成功'
str_feed_take_fail = '抓料失败'
str_feed_feed_num = '剩余投料次数:'
str_feed_zip_bag = '移动到压缩袋位置'
+str_sys_start = '进入系统'
+str_sys_exit = '退出系统'
str_sys_switch_tool = '切换到工具坐标'
str_sys_start_tool = '切换到自动运行状态'
str_sys_clearAlarm = '清除报警'
@@ -58,10 +60,13 @@ str_sys_log_feedNum ='记录袋数失败'
str_sys_emergencyStop = '按下急停'
str_sys_set_error = '保存设置失败'
str_sys_log_IO_error = 'IO更新失败'
+str_sys_log_alarm_error = '发生报警:'
+str_sys_log_move_error = '请填写全部坐标'
str_tcp_robot_connect_fail = '连接失败'
str_tcp_robot_connect_success = '连接成功'
str_tcp_robot_data_error = '数据解析错误'
str_tcp_connect_no_reply = '无回复'
str_tcp_connect_error = 'tcp连接错误'
str_tcp_reconnect = '重连中'
+str_sys_json_error = 'json解析错误'
diff --git a/MainWin.ui b/MainWin.ui
index a336b65..9df919c 100644
--- a/MainWin.ui
+++ b/MainWin.ui
@@ -1317,7 +1317,7 @@ border:None;
QTabWidget::TabShape::Rounded
- 1
+ 0
Qt::TextElideMode::ElideNone
@@ -1356,7 +1356,11 @@ border:None;
0
-
-
+
+
+ color: rgb(255, 255, 255);
+
+
@@ -1423,6 +1427,21 @@ color: rgb(255, 0, 0);
QFrame::Shadow::Raised
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
-
@@ -1553,7 +1572,7 @@ font: 700 9pt "Microsoft YaHei UI";
-
-
+
0
@@ -1571,7 +1590,7 @@ font: 700 9pt "Microsoft YaHei UI";
- 0.0
+ 0
@@ -1591,7 +1610,7 @@ font: 700 9pt "Microsoft YaHei UI";
-
-
+
0
@@ -1629,7 +1648,7 @@ font: 700 9pt "Microsoft YaHei UI";
-
-
+
0
@@ -4365,7 +4384,7 @@ font: 10pt "楷体";
-
-
+
*{
background-color: #007AD9;
@@ -4966,6 +4985,9 @@ color:#ffffff
0
+
+ color: rgb(255, 255, 255);
+
-
diff --git a/MvSDKLog/CamCtrl_00.log b/MvSDKLog/CamCtrl_00.log
index 3f2b8a6..7276a61 100644
--- a/MvSDKLog/CamCtrl_00.log
+++ b/MvSDKLog/CamCtrl_00.log
@@ -5913,3 +5913,673 @@ Warning 2024-10-30 22:41:48:0483 DevID:Virtual USB3 Vision Source-Line:MvCamer
Warning 2024-10-30 22:41:48:0483 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(16272) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
Warning 2024-10-30 22:41:48:0483 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(16272) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
Warning 2024-10-30 22:41:48:0483 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(16272) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:41:42:0256 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21052) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:41:42:0414 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21052) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:41:42:0454 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21052) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:43:28:0748 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(19896) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:43:28:0752 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(19896) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:43:28:0753 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(19896) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:47:00:0679 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21552) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:47:00:0685 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21552) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:47:00:0688 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21552) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:48:42:0058 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21192) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:48:42:0065 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21192) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:48:42:0065 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21192) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:53:10:0332 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(2760) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:53:10:0338 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(2760) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:10:0340 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2760) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 11:53:41:0058 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15020) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 11:53:41:0060 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15020) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 11:53:41:0060 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15020) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:15:50:0984 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(3416) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:15:50:0988 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(3416) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:15:50:0989 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(3416) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:21:11:0620 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(16928) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:21:11:0629 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(16928) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:21:11:0629 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(16928) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:24:16:0267 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20188) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:24:16:0269 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20188) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:24:16:0269 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20188) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:25:13:0778 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15176) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:25:13:0788 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15176) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:25:13:0788 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15176) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:27:04:0239 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21392) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:27:04:0248 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21392) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:27:04:0250 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21392) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:30:04:0859 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20944) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:30:04:0868 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20944) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:04:0868 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20944) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:30:43:0387 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(12376) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:30:43:0391 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(12376) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:30:43:0391 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(12376) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:44:46:0537 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20276) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:44:46:0547 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20276) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:44:46:0548 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:46:16:0004 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(14600) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:46:16:0010 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(14600) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:46:16:0012 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(14600) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:47:26:0289 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15336) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:47:26:0297 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15336) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:47:26:0297 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15336) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 12:51:34:0146 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(12904) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 12:51:34:0150 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(12904) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 12:51:34:0150 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(12904) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:05:49:0442 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(13580) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:05:49:0455 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(13580) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:05:49:0463 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13580) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:06:39:0639 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(22588) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:06:39:0648 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(22588) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:06:39:0648 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22588) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:10:03:0364 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(5372) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:10:03:0563 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(5372) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:10:03:0611 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(5372) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:11:30:0348 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(17696) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:11:30:0356 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(17696) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:11:30:0359 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(17696) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:21:25:0243 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(13040) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:21:25:0254 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(13040) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:21:25:0255 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13040) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:23:51:0470 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(18364) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:23:51:0477 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(18364) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:23:51:0477 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18364) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:26:03:0754 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20836) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:26:03:0764 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20836) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:26:03:0767 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20836) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:28:29:0322 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(23468) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:28:29:0330 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(23468) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:28:29:0331 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23468) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:31:22:0164 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(5252) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:31:22:0168 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(5252) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:31:22:0170 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(5252) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:33:11:0855 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21304) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:33:11:0860 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21304) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:11:0860 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21304) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:33:48:0141 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20340) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:33:48:0147 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20340) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:33:48:0147 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20340) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:38:14:0394 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(17684) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:38:14:0398 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(17684) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:38:14:0401 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(17684) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:39:22:0744 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(7236) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:39:22:0752 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(7236) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:39:22:0755 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7236) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:48:50:0714 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(18092) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:48:50:0723 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(18092) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:48:50:0733 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18092) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:53:46:0566 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(10512) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:53:46:0578 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(10512) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:53:46:0579 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(10512) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:54:59:0433 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21104) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:54:59:0436 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21104) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:54:59:0440 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21104) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 13:56:52:0004 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(22788) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 13:56:52:0011 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(22788) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 13:56:52:0011 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22788) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:00:33:0336 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(13412) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:00:33:0343 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(13412) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:00:33:0346 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13412) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:02:37:0980 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21004) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:02:37:0988 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21004) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:02:37:0988 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21004) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:06:06:0071 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(22648) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:06:06:0077 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(22648) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:06:06:0080 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22648) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:10:20:0727 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20088) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:10:20:0735 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20088) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:10:20:0738 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20088) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:12:37:0934 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(18440) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:12:37:0941 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(18440) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:12:37:0945 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(18440) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:15:31:0553 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(3208) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:15:31:0562 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(3208) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:15:31:0562 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(3208) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:17:02:0956 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21196) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:17:02:0960 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21196) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:17:02:0964 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21196) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:19:19:0563 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(2500) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:19:19:0568 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(2500) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:19:19:0570 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2500) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:21:56:0416 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15980) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:21:56:0424 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15980) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:21:56:0424 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:25:57:0916 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(22796) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:25:57:0923 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(22796) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:25:57:0923 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:27:01:0331 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(20732) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:27:01:0337 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(20732) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:27:01:0337 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(20732) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:28:01:0995 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(19872) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:28:02:0004 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(19872) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:28:02:0004 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(19872) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:30:53:0224 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(22796) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:30:53:0236 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(22796) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:30:53:0236 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(22796) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:32:13:0742 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21220) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:32:13:0747 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21220) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:32:13:0749 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21220) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:34:04:0932 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(2864) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:34:04:0938 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(2864) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:34:04:0940 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(2864) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:35:01:0274 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15912) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:35:01:0280 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15912) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:35:01:0282 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15912) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:40:56:0739 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(16352) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:40:56:0742 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(16352) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:40:56:0742 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(16352) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:41:56:0337 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(13624) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:41:56:0338 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(13624) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:41:56:0338 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(13624) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:44:35:0720 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(7396) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:44:35:0727 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(7396) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:44:35:0727 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7396) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 14:51:15:0010 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21432) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 14:51:15:0020 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21432) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 14:51:15:0026 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21432) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:10:07:0830 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(15748) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:10:07:0841 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(15748) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:10:07:0842 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(15748) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:11:51:0096 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(23892) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:11:51:0103 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(23892) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:11:51:0103 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23892) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:15:52:0533 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(24080) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:15:52:0535 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(24080) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:15:52:0535 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(24080) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:20:02:0557 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(9492) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:20:02:0559 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(9492) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:20:02:0559 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(9492) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:23:32:0592 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(24276) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:23:32:0596 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(24276) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:23:32:0599 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(24276) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:26:17:0875 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(23532) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:26:17:0883 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(23532) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:26:17:0883 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23532) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:27:27:0763 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21320) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:27:27:0765 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21320) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:27:27:0765 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21320) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:31:24:0284 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(7328) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:31:24:0291 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(7328) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:24:0294 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(7328) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:31:55:0318 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(21808) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:31:55:0325 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(21808) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:31:55:0328 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(21808) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:37:35:0271 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(11240) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:37:35:0276 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(11240) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:37:35:0276 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(11240) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:38:33:0372 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(23980) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:38:33:0403 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(23980) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:38:33:0404 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23980) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:45:18:0649 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(23708) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:45:18:0659 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(23708) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:45:18:0659 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(23708) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Error 2024-11-02 15:48:50:0465 DevID: Source-Line:MvCameraControl.dll(OtherLoadLibrary.cpp-L0709) ProcessName:python.exe(9076) Description:[LoadSRAllFunctions]hSRModule is NULL, Ret[0x8000000c]
+Warning 2024-11-02 15:48:50:0468 DevID: Source-Line:MvCameraControl.dll(GenTLLoadLibraryEx.cpp-L0345) ProcessName:python.exe(9076) Description:[LoadCtiLibInter]MV_GCSetConfigIntValue is NULL, CTI path[D:\anaconda\envs\UICreater\lib\site-packages\MvProducerVIR.dll]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual GigE Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0992) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MODEL] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L0996) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_VERSION] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1000) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_MANUFACTURER] failed, Ret[0x80000001]
+Warning 2024-11-02 15:48:50:0468 DevID:Virtual USB3 Vision Source-Line:MvCameraControl.dll(GenTLManager.cpp-L1004) ProcessName:python.exe(9076) Description:[GetInterfaceInfos]TLGetInterfaceInfo[INTERFACE_INFO_USER_DEFINED_NAME] failed, Ret[0x80000001]
diff --git a/Seting.ini b/Seting.ini
index 1dd27cf..f0db038 100644
--- a/Seting.ini
+++ b/Seting.ini
@@ -15,12 +15,12 @@ j5_min = -150
j5_max = +150
j6_min = -150
j6_max = +150
-photo_x1 = 0
-photo_y1 = 0
-photo_z1 = 0
-photo_u1 = 0
-photo_v1 = 0
-photo_w1 = 0
+photo_x1 = 715.774231
+photo_y1 = 5.265622
+photo_z1 = 843.462831
+photo_u1 = -171.683319
+photo_v1 = 86.076096
+photo_w1 = -171.64325
photo_x2 = 0
photo_y2 = 0
photo_z2 = 0
@@ -39,21 +39,19 @@ photo_z4 = 0
photo_u4 = 0
photo_v4 = 0
photo_w4 = 0
-photo_x5 = 0
-photo_y5 = 0
-photo_z5 = 0
-photo_u5 = 0
-photo_v5 = 0
-photo_w5 = 0
+photo_x5 = 715.774231
+photo_y5 = 5.265622
+photo_z5 = 843.462835
+photo_u5 = -171.683319
+photo_v5 = 86.076096
+photo_w5 = -171.64325
linecount = 2
remain_linename = 0
remain_count = 0
-solenoid_valve1_addr=0
-solenoid_valve2_addr=0
-solenoid_valve3_addr=0
+solenoid_valve1_addr = 3
+solenoid_valve2_addr = 2
+solenoid_valve3_addr = 10
[Camera_Feed]
ipaddress = 127.0.0.1
-
-
diff --git a/Util/util_ini.py b/Util/util_ini.py
index f372b39..b042586 100644
--- a/Util/util_ini.py
+++ b/Util/util_ini.py
@@ -12,29 +12,30 @@ def writeFeedLine_to_ini(feedLine_dirt,file_path:str):
config.set(key,'SafePosition_u',str(value.safe_position.U))
config.set(key,'SafePosition_v',str(value.safe_position.V))
config.set(key,'SafePosition_w',str(value.safe_position.W))
- config.set(key,'PhotoPosition_x',str(value.photo_position.X))
- config.set(key,'PhotoPosition_y',str(value.photo_position.Y))
- config.set(key,'PhotoPosition_z',str(value.photo_position.Z))
- config.set(key,'PhotoPosition_u',str(value.photo_position.U))
- config.set(key,'PhotoPosition_v',str(value.photo_position.V))
- config.set(key, 'PhotoPosition_w', str(value.photo_position.W))
- config.set(key,'MidPosition_x',str(value.mid_position.X))
- config.set(key,'MidPosition_y',str(value.mid_position.Y))
- config.set(key,'MidPosition_z',str(value.mid_position.Z))
- config.set(key,'MidPosition_u',str(value.mid_position.U))
- config.set(key,'MidPosition_v',str(value.mid_position.V))
- config.set(key, 'BrokenPosition_w', str(value.broken_position.W))
- config.set(key, 'BrokenPosition_x', str(value.broken_position.X))
- config.set(key, 'BrokenPosition_y', str(value.broken_position.Y))
- config.set(key, 'BrokenPosition_z', str(value.broken_position.Z))
- config.set(key, 'BrokenPosition_u', str(value.broken_position.U))
- config.set(key, 'BrokenPosition_v', str(value.broken_position.V))
- config.set(key, 'BrokenPosition_w', str(value.broken_position.W))
- config.set(key,'FeedPosition_x',str(value.feed_position.X))
- config.set(key,'FeedPosition_y',str(value.feed_position.Y))
- config.set(key,'FeedPosition_z',str(value.feed_position.Z))
- config.set(key,'FeedPosition_u',str(value.feed_position.U))
- config.set(key,'FeedPosition_v',str(value.feed_position.V))
- config.set(key, 'FeedPosition_w', str(value.feed_position.W))
+ config.set(key, 'brokenposition1_x', str(value.broken1_position.X))
+ config.set(key, 'brokenposition1_y', str(value.broken1_position.Y))
+ config.set(key, 'brokenposition1_z', str(value.broken1_position.Z))
+ config.set(key, 'brokenposition1_u', str(value.broken1_position.U))
+ config.set(key, 'brokenposition1_v', str(value.broken1_position.V))
+ config.set(key, 'brokenposition1_w', str(value.broken1_position.W))
+ config.set(key, 'brokenposition2_x', str(value.broken2_position.X))
+ config.set(key, 'brokenposition2_y', str(value.broken2_position.Y))
+ config.set(key, 'brokenposition2_z', str(value.broken2_position.Z))
+ config.set(key, 'brokenposition2_u', str(value.broken2_position.U))
+ config.set(key, 'brokenposition2_v', str(value.broken2_position.V))
+ config.set(key, 'brokenposition2_w', str(value.broken2_position.W))
+ config.set(key,'ShakePosition_x',str(value.shake_position.X))
+ config.set(key,'ShakePosition_y',str(value.shake_position.Y))
+ config.set(key,'ShakePosition_z',str(value.shake_position.Z))
+ config.set(key,'ShakePosition_u',str(value.shake_position.U))
+ config.set(key,'ShakePosition_v',str(value.shake_position.V))
+ config.set(key,'ShakePosition_w',str(value.shake_position.W))
+ config.set(key,'DropBagPosition_x',str(value.drop_bag_position.X))
+ config.set(key,'DropBagPosition_y',str(value.drop_bag_position.Y))
+ config.set(key,'DropBagPosition_z',str(value.drop_bag_position.Z))
+ config.set(key,'DropBagPosition_u',str(value.drop_bag_position.U))
+ config.set(key,'DropBagPosition_v',str(value.drop_bag_position.V))
+ config.set(key,'DropBagPosition_w',str(value.drop_bag_position.W))
+
config.write(open(file_path,'w',encoding='utf-8'))
return True
diff --git a/Util/util_log.py b/Util/util_log.py
index 2959966..4de90f7 100644
--- a/Util/util_log.py
+++ b/Util/util_log.py
@@ -52,10 +52,9 @@ class Logger:
self.logger_textEdit_info.error(message)
self.logger_file_info.error(message)
self.logger_textEdit_warning.error(message)
- # if level == logging.WARNING:
- # self.logger_textEdit_info.warning(message)
- # self.logger_file_info.warning(message)
- # self.logger_textEdit_warning.warning(message)
+ if level == logging.WARNING:
+ self.logger_file_info.warning(message)
+
log = Logger()
\ No newline at end of file
diff --git a/main.py b/main.py
index 607233a..8b72368 100644
--- a/main.py
+++ b/main.py
@@ -13,6 +13,8 @@ from PySide6.QtWidgets import QApplication, QMainWindow, QPushButton, QLabel, QH
QTableWidgetItem, QWidget, QHBoxLayout, QAbstractItemView, QMessageBox, QSizePolicy
from datetime import datetime
+from click import clear
+
import Util.util_pic
from Util.util_ini import writeFeedLine_to_ini
import Constant
@@ -38,7 +40,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self):
super(MainWindow, self).__init__()
self.setupUi(self)
- self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
+ #self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
self.init_qss()
self.init_UI()
self.init_Run()
@@ -46,7 +48,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.init_FeedLine()
self.init_IOPanel()
self.start_Runing()
- # self.init_log()
+ self.init_log()
@@ -85,38 +87,73 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.dirt_io_points.setdefault('y30', self.widget_y30)
self.dirt_io_points.setdefault('y31', self.widget_y31)
self.dirt_io_points.setdefault('y32', self.widget_y32)
- self.widget_y1.animation.finished.connect(lambda _, index=0: self.send_IO_Point_OpenOrClose(index))
- self.widget_y2.animation.finished.connect(lambda _, index=1: self.send_IO_Point_OpenOrClose(index))
- self.widget_y3.animation.finished.connect(lambda _, index=2: self.send_IO_Point_OpenOrClose(index))
- self.widget_y4.animation.finished.connect(lambda _, index=3: self.send_IO_Point_OpenOrClose(index))
- self.widget_y5.animation.finished.connect(lambda _, index=4: self.send_IO_Point_OpenOrClose(index))
- self.widget_y6.animation.finished.connect(lambda _, index=5: self.send_IO_Point_OpenOrClose(index))
- self.widget_y7.animation.finished.connect(lambda _, index=6: self.send_IO_Point_OpenOrClose(index))
- self.widget_y8.animation.finished.connect(lambda _, index=7: self.send_IO_Point_OpenOrClose(index))
- self.widget_y9.animation.finished.connect(lambda _, index=8: self.send_IO_Point_OpenOrClose(index))
- self.widget_y10.animation.finished.connect(lambda _, index=9: self.send_IO_Point_OpenOrClose(index))
- self.widget_y11.animation.finished.connect(lambda _, index=10: self.send_IO_Point_OpenOrClose(index))
- self.widget_y12.animation.finished.connect(lambda _, index=11: self.send_IO_Point_OpenOrClose(index))
- self.widget_y13.animation.finished.connect(lambda _, index=12: self.send_IO_Point_OpenOrClose(index))
- self.widget_y14.animation.finished.connect(lambda _, index=13: self.send_IO_Point_OpenOrClose(index))
- self.widget_y15.animation.finished.connect(lambda _, index=14: self.send_IO_Point_OpenOrClose(index))
- self.widget_y16.animation.finished.connect(lambda _, index=15: self.send_IO_Point_OpenOrClose(index))
- self.widget_y17.animation.finished.connect(lambda _, index=16: self.send_IO_Point_OpenOrClose(index))
- self.widget_y18.animation.finished.connect(lambda _, index=17: self.send_IO_Point_OpenOrClose(index))
- self.widget_y19.animation.finished.connect(lambda _, index=18: self.send_IO_Point_OpenOrClose(index))
- self.widget_y20.animation.finished.connect(lambda _, index=19: self.send_IO_Point_OpenOrClose(index))
- self.widget_y21.animation.finished.connect(lambda _, index=21: self.send_IO_Point_OpenOrClose(index))
- self.widget_y22.animation.finished.connect(lambda _, index=22: self.send_IO_Point_OpenOrClose(index))
- self.widget_y23.animation.finished.connect(lambda _, index=23: self.send_IO_Point_OpenOrClose(index))
- self.widget_y24.animation.finished.connect(lambda _, index=24: self.send_IO_Point_OpenOrClose(index))
- self.widget_y25.animation.finished.connect(lambda _, index=25: self.send_IO_Point_OpenOrClose(index))
- self.widget_y26.animation.finished.connect(lambda _, index=26: self.send_IO_Point_OpenOrClose(index))
- self.widget_y27.animation.finished.connect(lambda _, index=27: self.send_IO_Point_OpenOrClose(index))
- self.widget_y28.animation.finished.connect(lambda _, index=28: self.send_IO_Point_OpenOrClose(index))
- self.widget_y29.animation.finished.connect(lambda _, index=29: self.send_IO_Point_OpenOrClose(index))
- self.widget_y30.animation.finished.connect(lambda _, index=30: self.send_IO_Point_OpenOrClose(index))
- self.widget_y31.animation.finished.connect(lambda _, index=31: self.send_IO_Point_OpenOrClose(index))
- self.widget_y32.animation.finished.connect(lambda _, index=32: self.send_IO_Point_OpenOrClose(index))
+
+ self.widget_y1.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y1.index=1
+ self.widget_y2.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y2.index=2
+ self.widget_y3.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y3.index=3
+ self.widget_y4.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y4.index=4
+ self.widget_y5.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y5.index=5
+ self.widget_y6.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y6.index=6
+ self.widget_y7.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y7.index=7
+ self.widget_y8.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y8.index=8
+ self.widget_y9.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y9.index=9
+ self.widget_y10.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y10.index=10
+ self.widget_y11.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y11.index=11
+ self.widget_y12.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y12.index=12
+ self.widget_y13.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y13.index=13
+ self.widget_y14.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y14.index=14
+ self.widget_y15.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y15.index=15
+ self.widget_y16.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y16.index=16
+ self.widget_y17.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y17.index=17
+ self.widget_y18.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y18.index=18
+ self.widget_y19.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y19.index=19
+ self.widget_y20.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y20.index=20
+ self.widget_y21.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y21.index=21
+ self.widget_y22.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y22.index=22
+ self.widget_y23.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y23.index=23
+ self.widget_y24.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y24.index=24
+ self.widget_y25.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y25.index=25
+ self.widget_y26.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y26.index=26
+ self.widget_y27.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y27.index=27
+ self.widget_y28.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y28.index=28
+ self.widget_y29.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y29.index=29
+ self.widget_y30.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y30.index=30
+ self.widget_y31.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y31.index=31
+ self.widget_y32.clicked.connect(self.send_IO_Point_OpenOrClose)
+ self.widget_y32.index=32
+
+
def init_qss(self):
@@ -175,6 +212,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def init_log(self):
log.init_log(self.textEdit_log_info, self.textEdit_log_error, Constant.log_file_path)
+ log.log_message(logging.INFO, Constant.str_sys_start)
def init_UI(self):
@@ -192,6 +230,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.lineEdit_j4.returnPressed.connect(self.send_position_returnPressed)
self.lineEdit_j5.returnPressed.connect(self.send_position_returnPressed)
self.lineEdit_j6.returnPressed.connect(self.send_position_returnPressed)
+ self.pushButton_sendMove.clicked.connect(self.send_position_returnPressed)
self.pushButton_j1_sub.clicked.connect(self.send_subOneAsix_button_click)
self.pushButton_j2_sub.clicked.connect(self.send_subOneAsix_button_click)
@@ -225,7 +264,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.pushButton_clearAlarm.clicked.connect(self.send_clear_alarm_command)
self.pushButton_emergency.clicked.connect(self.send_emergency_alarm_command)
self.pushButton_reset.clicked.connect(self.send_reset_button_click)
- self.pushButton_speed.setText(str(Constant.speed))
+
self.pushButton_saveSeting.clicked.connect(self.send_setSpeed_clicked)
@@ -605,12 +644,12 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def send_subOneAsix_button_click(self):
btn_str = self.sender().objectName()
Constant.manual_adjust_accuracy = float(self.lineEdit_manual_adjust_accuracy.text())
- x1 = self.horizontalSlider_J1.value()
- x2 = self.horizontalSlider_J2.value()
- x3 = self.horizontalSlider_J3.value()
- x4 = self.horizontalSlider_J4.value()
- x5 = self.horizontalSlider_J5.value()
- x6 = self.horizontalSlider_J6.value()
+ x1 = float(self.label_j1.text())
+ x2 = float(self.label_j2.text())
+ x3 = float(self.label_j3.text())
+ x4 = float(self.label_j4.text())
+ x5 = float(self.label_j5.text())
+ x6 = float(self.label_j6.text())
if 'j1' in btn_str:
x1 = x1 - Constant.manual_adjust_accuracy
elif 'j2' in btn_str:
@@ -632,12 +671,12 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def send_addOneAsix_button_click(self, btn):
btn_str = self.sender().objectName()
Constant.manual_adjust_accuracy = float(self.lineEdit_manual_adjust_accuracy.text())
- x1 = self.horizontalSlider_J1.value()
- x2 = self.horizontalSlider_J2.value()
- x3 = self.horizontalSlider_J3.value()
- x4 = self.horizontalSlider_J4.value()
- x5 = self.horizontalSlider_J5.value()
- x6 = self.horizontalSlider_J6.value()
+ x1 = float(self.label_j1.text())
+ x2 = float(self.label_j2.text())
+ x3 = float(self.label_j3.text())
+ x4 = float(self.label_j4.text())
+ x5 = float(self.label_j5.text())
+ x6 = float(self.label_j6.text())
if 'j1' in btn_str:
x1 = x1 + Constant.manual_adjust_accuracy
elif 'j2' in btn_str:
@@ -695,12 +734,15 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def send_position_returnPressed(self):
log.log_message(logging.INFO, Constant.str_sys_manualPosition)
- self.send_position_command(float(self.lineEdit_j1.text()),
- float(self.lineEdit_j2.text()),
- float(self.lineEdit_j3.text()),
- float(self.lineEdit_j4.text()),
- float(self.lineEdit_j5.text()),
- float(self.lineEdit_j6.text()))
+ try:
+ self.send_position_command(float(self.lineEdit_j1.text()),
+ float(self.lineEdit_j2.text()),
+ float(self.lineEdit_j3.text()),
+ float(self.lineEdit_j4.text()),
+ float(self.lineEdit_j5.text()),
+ float(self.lineEdit_j6.text()))
+ except Exception as e:
+ self.show_infomessage_box(Constant.str_sys_log_move_error)
def send_setSpeed_label_doubelClick(self):
pass
@@ -715,15 +757,17 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.robotClient.con_ios[0] = solenoid1_addr
self.robotClient.con_ios[1] = solenoid2_addr
self.robotClient.con_ios[2] = solenoid3_addr
+ self.configReader = configparser.ConfigParser()
self.configReader.read(Constant.set_ini)
- self.configReader.set('robot', 'solenoid_valve1_addr', str(solenoid1_addr))
- self.configReader.set('robot', 'solenoid_valve2_addr', str(solenoid2_addr))
- self.configReader.set('robot', 'solenoid_valve3_addr', str(solenoid3_addr))
+ self.configReader.set('Robot_Feed', 'solenoid_valve1_addr', str(solenoid1_addr))
+ self.configReader.set('Robot_Feed', 'solenoid_valve2_addr', str(solenoid2_addr))
+ self.configReader.set('Robot_Feed', 'solenoid_valve3_addr', str(solenoid3_addr))
+
self.configReader.write(open(Constant.set_ini, 'w', encoding='utf-8'))
except Exception as e:
log.log_message(logging.ERROR, Constant.str_sys_set_error+e)
pass
- self.pushButton_speed.setText(str(Constant.speed))
+ #self.pushButton_speed.setText(str(Constant.speed))
log.log_message(logging.INFO, Constant.str_sys_setSpeed + str(Constant.speed)+'|'+str(Constant.debug_speed))
pass
@@ -987,8 +1031,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
if toggle.is_on == bit:
continue
else:
- toggle.toggle()
- except:
+ toggle.change_status()
+ except Exception as e:
log.log_message(logging.ERROR, Constant.str_sys_log_IO_error)
pass
def updateUI_label_detection(self):
@@ -1016,6 +1060,12 @@ class MainWindow(QMainWindow, Ui_MainWindow):
except:
self.label_status_model.setText('未知模式')
self.label_status_remoteCmdLen.setText(str(self.robotClient.status_model.RemoteCmdLen))
+ if self.robotClient.status_model.curAlarm != 0:
+ log.log_message(logging.ERROR, Constant.str_sys_log_alarm_error+str(self.robotClient.status_model.curAlarm))
+ self.label_status_alarmcode.setText(str(self.robotClient.status_model.curAlarm))
+ self.label_status_toolIndex.setText(str(self.robotClient.status_model.toolCoord))
+ self.label_status_speed.setText(str(self.robotClient.status_model.curSpeed_n))
+
def updateUI_Position(self):
@@ -1032,6 +1082,12 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.label_j4.setText(str(self.status_address.axis_3))
self.label_j5.setText(str(self.status_address.axis_4))
self.label_j6.setText(str(self.status_address.axis_5))
+ self.horizontalSlider_J1.setValue(self.status_address.axis_0)
+ self.horizontalSlider_J2.setValue(self.status_address.axis_1)
+ self.horizontalSlider_J3.setValue(self.status_address.axis_2)
+ self.horizontalSlider_J4.setValue(self.status_address.axis_3)
+ self.horizontalSlider_J5.setValue(self.status_address.axis_4)
+ self.horizontalSlider_J6.setValue(self.status_address.axis_5)
def set_position_to_tabel(self, row_i, position_j, real_Position: Real_Position):
self.tableWidget_feedSeting.setItem(row_i, position_j * 6 + self.tableWidget_feedSeting_addtional_col_num,
@@ -1292,7 +1348,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.configReader.set('Robot_Feed', 'photo_u1', str(u1))
self.configReader.set('Robot_Feed', 'photo_v1', str(v1))
self.configReader.set('Robot_Feed', 'photo_w1', str(w1))
-
+ self.configReader.write(open(Constant.set_ini,'w',encoding='utf-8'))
log.log_message(logging.INFO, f'设置拍照点1:{x1},{y1},{z1}')
except:
self.show_infomessage_box("设置拍照点1失败")
@@ -1313,6 +1369,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.configReader.set('Robot_Feed', 'photo_u2', str(u2))
self.configReader.set('Robot_Feed', 'photo_v2', str(v2))
self.configReader.set('Robot_Feed', 'photo_w2', str(w2))
+ self.configReader.write(open(Constant.set_ini, 'w', encoding='utf-8'))
log.log_message(logging.INFO, f'设置拍照点2:{x2},{y2},{z2}')
except:
self.show_infomessage_box("设置拍照点2失败")
@@ -1334,6 +1391,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.configReader.set('Robot_Feed', 'photo_u3', str(u3))
self.configReader.set('Robot_Feed', 'photo_v3', str(v3))
self.configReader.set('Robot_Feed', 'photo_w3', str(w3))
+ self.configReader.write(open(Constant.set_ini, 'w', encoding='utf-8'))
log.log_message(logging.INFO, f'设置拍照点3:{x3},{y3},{z3}')
except:
self.show_infomessage_box("设置拍照点3失败")
@@ -1354,6 +1412,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.configReader.set('Robot_Feed', 'photo_u4', str(u4))
self.configReader.set('Robot_Feed', 'photo_v4', str(v4))
self.configReader.set('Robot_Feed', 'photo_w4', str(w4))
+ self.configReader.write(open(Constant.set_ini, 'w', encoding='utf-8'))
log.log_message(logging.INFO, f'设置拍照点4:{x4},{y4},{z4}')
except:
self.show_infomessage_box("设置拍照点4失败")
@@ -1374,6 +1433,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.configReader.set('Robot_Feed', 'photo_u5', str(u5))
self.configReader.set('Robot_Feed', 'photo_v5', str(v5))
self.configReader.set('Robot_Feed', 'photo_w5', str(w5))
+ self.configReader.write(open(Constant.set_ini, 'w', encoding='utf-8'))
log.log_message(logging.INFO, f'设置拍照点5:{x5},{y5},{z5}')
except:
self.show_infomessage_box("设置拍照点5失败")
@@ -1412,6 +1472,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.updateUI_Base_Set()
def send_exit_button_click(self):
+ self.closeEvent(None)
QApplication.quit()
sys.exit(app.exec())
@@ -1422,12 +1483,17 @@ class MainWindow(QMainWindow, Ui_MainWindow):
else:
self.frame_2.setSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed)
- def send_IO_Point_OpenOrClose(self,index):
- toggel = self.sender()
- if toggel.is_on:
- self.feeding.sendIOControl(index, 1)
+ def send_IO_Point_OpenOrClose(self,index,togger):
+ if togger:
+ self.feeding.sendIOControl(index-1, 1)
+ log.log_message(logging.INFO, f'打开IO{index}')
else:
- self.feeding.sendIOControl(index, 0)
+ self.feeding.sendIOControl(index-1, 0)
+ log.log_message(logging.INFO, f'关闭IO{index}')
+
+ def closeEvent(self, event):
+ self.detection.release()
+ log.log_message(logging.INFO, Constant.str_sys_exit)
if __name__ == "__main__":
app = QApplication(sys.argv)
diff --git a/toggleswitch.py b/toggleswitch.py
index bd115b1..bc43f3f 100644
--- a/toggleswitch.py
+++ b/toggleswitch.py
@@ -1,9 +1,10 @@
from PySide6.QtWidgets import QApplication, QWidget, QLabel
-from PySide6.QtCore import QPropertyAnimation, QRect, QSize
+from PySide6.QtCore import QPropertyAnimation, QRect, QSize, Signal
class ToggleSwitch(QWidget):
- def __init__(self, parent=None):
+ clicked = Signal(int,bool)
+ def __init__(self,parent=None):
super().__init__(parent)
self.setFixedSize(QSize(60, 30)) # 设置开关整体大小
@@ -29,50 +30,44 @@ class ToggleSwitch(QWidget):
# 点击事件
self.mousePressEvent = self.toggle # 绑定点击事件
+
+ def init(self,index):
+ self.index = index
+
def toggle(self, event):
# 切换开关状态
- self.is_on = not self.is_on
- # 更新背景颜色和动画位置
+
+ # # if self.is_on:
+ # # print("d")
+ self.clicked.emit(self.index,not self.is_on)
+ # # 更新背景颜色和动画位置
+ # if self.is_on:
+ # self.background.setStyleSheet("background-color: #4CAF50; border-radius: 15px;")
+ # self.animation.setStartValue(QRect(2, 2, 26, 26))
+ # self.animation.setEndValue(QRect(32, 2, 26, 26))
+ # else:
+ # self.background.setStyleSheet("background-color: #ccc; border-radius: 15px;")
+ # self.animation.setStartValue(QRect(32, 2, 26, 26))
+ # self.animation.setEndValue(QRect(2, 2, 26, 26))
+ #
+ # # 开始动画
+ # self.animation.start()
+ pass
+
+ def change_status(self):
+ self.is_on = not self.is_on
if self.is_on:
self.background.setStyleSheet("background-color: #4CAF50; border-radius: 15px;")
- self.animation.setStartValue(QRect(2, 2, 26, 26))
- self.animation.setEndValue(QRect(32, 2, 26, 26))
+ # self.animation.setStartValue(QRect(2, 2, 26, 26))
+ # self.animation.setEndValue(QRect(32, 2, 26, 26))
+ self.circle.move(32, 2) # 初始位置
else:
self.background.setStyleSheet("background-color: #ccc; border-radius: 15px;")
- self.animation.setStartValue(QRect(32, 2, 26, 26))
- self.animation.setEndValue(QRect(2, 2, 26, 26))
+ # self.animation.setStartValue(QRect(32, 2, 26, 26))
+ # self.animation.setEndValue(QRect(2, 2, 26, 26))
+ self.circle.move(2,2)
# 开始动画
- self.animation.start()
+ #self.animation.start()
-
-class MainWindow(QWidget):
- def __init__(self):
- super().__init__()
- self.setWindowTitle("Toggle Switch Example")
- self.setFixedSize(200, 100)
-
- # 创建滑动开关按钮
- self.toggle = ToggleSwitch(self)
- self.toggle.move(70, 35) # 将开关放置在窗口中间
-
- # 创建状态标签
- self.label = QLabel("Switch is OFF", self)
- self.label.move(70, 70)
-
- # 连接滑动开关的状态切换
- self.toggle.animation.finished.connect(self.update_label)
-
- def update_label(self):
- # 更新标签显示的开关状态
- if self.toggle.is_on:
- self.label.setText("Switch is ON")
- else:
- self.label.setText("Switch is OFF")
-
-
-app = QApplication([])
-window = MainWindow()
-window.show()
-app.exec()
diff --git a/ui_MainWin.py b/ui_MainWin.py
index 12cc98f..69bc026 100644
--- a/ui_MainWin.py
+++ b/ui_MainWin.py
@@ -806,6 +806,7 @@ class Ui_MainWindow(object):
self.horizontalLayout_13.setContentsMargins(0, 0, 0, 0)
self.textEdit_log_info = QTextEdit(self.tab)
self.textEdit_log_info.setObjectName(u"textEdit_log_info")
+ self.textEdit_log_info.setStyleSheet(u"color: rgb(255, 255, 255);")
self.horizontalLayout_13.addWidget(self.textEdit_log_info)
@@ -847,7 +848,9 @@ class Ui_MainWindow(object):
self.frame_25.setFrameShape(QFrame.Shape.StyledPanel)
self.frame_25.setFrameShadow(QFrame.Shadow.Raised)
self.gridLayout_3 = QGridLayout(self.frame_25)
+ self.gridLayout_3.setSpacing(0)
self.gridLayout_3.setObjectName(u"gridLayout_3")
+ self.gridLayout_3.setContentsMargins(0, 0, 0, 0)
self.label_53 = QLabel(self.frame_25)
self.label_53.setObjectName(u"label_53")
self.label_53.setStyleSheet(u"color:#fff;\n"
@@ -929,11 +932,11 @@ class Ui_MainWindow(object):
self.gridLayout_3.addWidget(self.label_13, 3, 0, 1, 1)
- self.pushButton_speed = QLabel(self.frame_25)
- self.pushButton_speed.setObjectName(u"pushButton_speed")
- sizePolicy2.setHeightForWidth(self.pushButton_speed.sizePolicy().hasHeightForWidth())
- self.pushButton_speed.setSizePolicy(sizePolicy2)
- self.pushButton_speed.setStyleSheet(u"QLabel {\n"
+ self.label_status_speed = QLabel(self.frame_25)
+ self.label_status_speed.setObjectName(u"label_status_speed")
+ sizePolicy2.setHeightForWidth(self.label_status_speed.sizePolicy().hasHeightForWidth())
+ self.label_status_speed.setSizePolicy(sizePolicy2)
+ self.label_status_speed.setStyleSheet(u"QLabel {\n"
" background-color: #A2EF4D; /* \u8bbe\u7f6e\u80cc\u666f\u989c\u8272 */\n"
" color: black; /* \u8bbe\u7f6e\u5b57\u4f53\u989c\u8272 */\n"
" border-radius: 8px; /* \u5706\u89d2\u534a\u5f84\u8bbe\u7f6e\u4e3a QLabel \u7684\u4e00\u534a\uff0c\u5f62\u6210\u5706\u5f62 */\n"
@@ -942,7 +945,7 @@ class Ui_MainWindow(object):
"}\n"
"")
- self.gridLayout_3.addWidget(self.pushButton_speed, 3, 1, 1, 1)
+ self.gridLayout_3.addWidget(self.label_status_speed, 3, 1, 1, 1)
self.label_11 = QLabel(self.frame_25)
self.label_11.setObjectName(u"label_11")
@@ -953,11 +956,11 @@ class Ui_MainWindow(object):
self.gridLayout_3.addWidget(self.label_11, 4, 0, 1, 1)
- self.label_status_model_2 = QLabel(self.frame_25)
- self.label_status_model_2.setObjectName(u"label_status_model_2")
- sizePolicy2.setHeightForWidth(self.label_status_model_2.sizePolicy().hasHeightForWidth())
- self.label_status_model_2.setSizePolicy(sizePolicy2)
- self.label_status_model_2.setStyleSheet(u"QLabel {\n"
+ self.label_status_toolIndex = QLabel(self.frame_25)
+ self.label_status_toolIndex.setObjectName(u"label_status_toolIndex")
+ sizePolicy2.setHeightForWidth(self.label_status_toolIndex.sizePolicy().hasHeightForWidth())
+ self.label_status_toolIndex.setSizePolicy(sizePolicy2)
+ self.label_status_toolIndex.setStyleSheet(u"QLabel {\n"
" background-color: #A2EF4D; /* \u8bbe\u7f6e\u80cc\u666f\u989c\u8272 */\n"
" color: black; /* \u8bbe\u7f6e\u5b57\u4f53\u989c\u8272 */\n"
" border-radius: 8px; /* \u5706\u89d2\u534a\u5f84\u8bbe\u7f6e\u4e3a QLabel \u7684\u4e00\u534a\uff0c\u5f62\u6210\u5706\u5f62 */\n"
@@ -966,7 +969,7 @@ class Ui_MainWindow(object):
"}\n"
"")
- self.gridLayout_3.addWidget(self.label_status_model_2, 4, 1, 1, 1)
+ self.gridLayout_3.addWidget(self.label_status_toolIndex, 4, 1, 1, 1)
self.label_12 = QLabel(self.frame_25)
self.label_12.setObjectName(u"label_12")
@@ -977,11 +980,11 @@ class Ui_MainWindow(object):
self.gridLayout_3.addWidget(self.label_12, 5, 0, 1, 1)
- self.label_status_model_3 = QLabel(self.frame_25)
- self.label_status_model_3.setObjectName(u"label_status_model_3")
- sizePolicy2.setHeightForWidth(self.label_status_model_3.sizePolicy().hasHeightForWidth())
- self.label_status_model_3.setSizePolicy(sizePolicy2)
- self.label_status_model_3.setStyleSheet(u"QLabel {\n"
+ self.label_status_alarmcode = QLabel(self.frame_25)
+ self.label_status_alarmcode.setObjectName(u"label_status_alarmcode")
+ sizePolicy2.setHeightForWidth(self.label_status_alarmcode.sizePolicy().hasHeightForWidth())
+ self.label_status_alarmcode.setSizePolicy(sizePolicy2)
+ self.label_status_alarmcode.setStyleSheet(u"QLabel {\n"
" background-color: #A2EF4D; /* \u8bbe\u7f6e\u80cc\u666f\u989c\u8272 */\n"
" color: black; /* \u8bbe\u7f6e\u5b57\u4f53\u989c\u8272 */\n"
" border-radius: 8px; /* \u5706\u89d2\u534a\u5f84\u8bbe\u7f6e\u4e3a QLabel \u7684\u4e00\u534a\uff0c\u5f62\u6210\u5706\u5f62 */\n"
@@ -990,7 +993,7 @@ class Ui_MainWindow(object):
"}\n"
"")
- self.gridLayout_3.addWidget(self.label_status_model_3, 5, 1, 1, 1)
+ self.gridLayout_3.addWidget(self.label_status_alarmcode, 5, 1, 1, 1)
self.verticalLayout_13.addWidget(self.frame_25)
@@ -2705,9 +2708,9 @@ class Ui_MainWindow(object):
self.gridLayout_7.addWidget(self.pushButton_j1_sub, 4, 1, 1, 1)
- self.pushButton_7 = QPushButton(self.frame_31)
- self.pushButton_7.setObjectName(u"pushButton_7")
- self.pushButton_7.setStyleSheet(u"*{\n"
+ self.pushButton_sendMove = QPushButton(self.frame_31)
+ self.pushButton_sendMove.setObjectName(u"pushButton_sendMove")
+ self.pushButton_sendMove.setStyleSheet(u"*{\n"
"background-color: #007AD9;\n"
"font: 12pt \"\u6977\u4f53\";\n"
"border:6px solid #55AAFF;\n"
@@ -2719,7 +2722,7 @@ class Ui_MainWindow(object):
"}\n"
"")
- self.gridLayout_7.addWidget(self.pushButton_7, 15, 0, 1, 8)
+ self.gridLayout_7.addWidget(self.pushButton_sendMove, 15, 0, 1, 8)
self.horizontalSlider_J2 = QSlider(self.frame_31)
self.horizontalSlider_J2.setObjectName(u"horizontalSlider_J2")
@@ -3125,6 +3128,7 @@ class Ui_MainWindow(object):
self.lineEdit_num.setObjectName(u"lineEdit_num")
sizePolicy1.setHeightForWidth(self.lineEdit_num.sizePolicy().hasHeightForWidth())
self.lineEdit_num.setSizePolicy(sizePolicy1)
+ self.lineEdit_num.setStyleSheet(u"color: rgb(255, 255, 255);")
self.gridLayout.addWidget(self.lineEdit_num, 2, 0, 1, 1)
@@ -3505,8 +3509,8 @@ class Ui_MainWindow(object):
self.retranslateUi(MainWindow)
- self.stackedWidget_view.setCurrentIndex(1)
- self.tabWidget.setCurrentIndex(1)
+ self.stackedWidget_view.setCurrentIndex(0)
+ self.tabWidget.setCurrentIndex(0)
self.stackedWidget_num.setCurrentIndex(0)
@@ -3549,11 +3553,11 @@ class Ui_MainWindow(object):
self.label_10.setText(QCoreApplication.translate("MainWindow", u"\u8fdc\u7a0b\u6307\u4ee4\u6570\u91cf\uff1a", None))
self.label_status_remoteCmdLen.setText(QCoreApplication.translate("MainWindow", u"0", None))
self.label_13.setText(QCoreApplication.translate("MainWindow", u"\u5f53\u524d\u901f\u5ea6\uff1a", None))
- self.pushButton_speed.setText(QCoreApplication.translate("MainWindow", u"0.0", None))
+ self.label_status_speed.setText(QCoreApplication.translate("MainWindow", u"0", None))
self.label_11.setText(QCoreApplication.translate("MainWindow", u"\u5f53\u524d\u5de5\u5177\u53f7\uff1a", None))
- self.label_status_model_2.setText(QCoreApplication.translate("MainWindow", u"1", None))
+ self.label_status_toolIndex.setText(QCoreApplication.translate("MainWindow", u"1", None))
self.label_12.setText(QCoreApplication.translate("MainWindow", u"\u62a5\u8b66\u4ee3\u7801\uff1a", None))
- self.label_status_model_3.setText(QCoreApplication.translate("MainWindow", u"200", None))
+ self.label_status_alarmcode.setText(QCoreApplication.translate("MainWindow", u"200", None))
self.label_5.setText(QCoreApplication.translate("MainWindow", u"Y1", None))
self.label_57.setText(QCoreApplication.translate("MainWindow", u"2", None))
self.label_58.setText(QCoreApplication.translate("MainWindow", u"3", None))
@@ -3654,7 +3658,7 @@ class Ui_MainWindow(object):
self.pushButton_j1_add.setText("")
self.label_j4_min.setText(QCoreApplication.translate("MainWindow", u"-150", None))
self.pushButton_j1_sub.setText("")
- self.pushButton_7.setText(QCoreApplication.translate("MainWindow", u"\u786e\u5b9a\u79fb\u52a8", None))
+ self.pushButton_sendMove.setText(QCoreApplication.translate("MainWindow", u"\u786e\u5b9a\u79fb\u52a8", None))
self.label_j1_max.setText(QCoreApplication.translate("MainWindow", u"+10", None))
self.label_j3.setText("")
self.pushButton_j5_sub.setText("")