Skip to content

Commit 4d14179

Browse files
committed
Remove PYLON_CAMEMU test comment
Delete commented-out code that forced pypylon to create emulation virtual cameras (PYLON_CAMEMU), which was only intended for testing and should not be enabled for release. Also remove an extraneous blank line to tidy up the file.
1 parent 8c21c20 commit 4d14179

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dlclivegui/gui/main_window.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
import time
1010
from pathlib import Path
1111

12-
# NOTE @C-Achard: his could be added in settings eventually
13-
# Forces pypylon to create 2 emulation virtual cameras,
14-
# mostly for testing. This shold not be enabled for release.
15-
# os.environ["PYLON_CAMEMU"] = "2"
1612
import cv2
1713
import numpy as np
1814
from PySide6.QtCore import QRect, QSettings, Qt, QTimer, QUrl

0 commit comments

Comments
 (0)