sabariMLIT18

Results 7 comments of sabariMLIT18

```python import os import xml.etree.ElementTree as ET import logging import cv2 import numpy as np import datetime import time from pypylon import pylon import serial import queue import traceback import...

Please find the complete log ``` 2022-06-25 16:30:58,227 - /home/insightzz_agx6/Insightzz/ALLIED_VISION/DATA_CAP_VIMBA_V6_USB - CRITICAL - Exception in VIMBA setup: 2022-06-25 16:30:58,264 - /home/insightzz_agx6/Insightzz/ALLIED_VISION/DATA_CAP_VIMBA_V6_USB - CRITICAL - Traceback (most recent call last): File...

Also I sometimes get a different error for the same code shown below: ``` 2022-06-29 18:22:11,296 - /home/insightzz_agx6/Insightzz/ALLIED_VISION/DATA_CAP_VIMBA_V7_USB - CRITICAL - Data Capture USB initilized 2022-06-29 18:22:13,642 - /home/insightzz_agx6/Insightzz/ALLIED_VISION/DATA_CAP_VIMBA_V7_USB -...

How do I do that? I am facing issue using the with context managers. Is there any way to know that the camera has been closed after leaving the with...

I changed my code from synchronous to asynchronous as shown below, as above error codes were related to opening and closing of the camera object. This code works fine for...

I have amended the code to below ensuring that camera features are not modified once grabbing starts but still I get timeout error. Also I am using 2 USB cameras...

Below is the new updated complete code ``` import time,os,cv2 from vimba import * import logging from logging import handlers import traceback import multiprocessing from DATA_CAP_BASLER_V7 import baslerCam vimba_cam_config="" TRIGGER_FL_LOC="/home/insightzz_agx6/Insightzz/ALLIED_VISION/SYSTEM/SYS_START/SYS_START.txt"...