Commit bab4d704 authored by Martin Drechsler's avatar Martin Drechsler

irrelevant

parent 5af0befe
from PyQt5 import QtGui, QtCore
#from drivers.andorzyla import AndorZyla
from drivers.dummyAndor import AndorZyla
from drivers.andorzyla import AndorZyla
#from drivers.dummyAndor import AndorZyla
from cameraGui import CameraGuiMainWindow
from zylaCameraWorker import CameraWorker
......
......@@ -7,8 +7,8 @@ This is a temporary script file.
import cv2
cap = cv2.VideoCapture(2)
cap1 = cv2.VideoCapture(3)
cap = cv2.VideoCapture(0)
cap1 = cv2.VideoCapture(1)
while(True):
# Capture frame-by-frame
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment