Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
total_control_app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Drechsler
total_control_app
Commits
bab4d704
Commit
bab4d704
authored
5 years ago
by
Martin Drechsler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
irrelevant
parent
5af0befe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
main.py
main.py
+2
-2
webcams.py
resources/webcams.py
+2
-2
No files found.
main.py
View file @
bab4d704
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
...
...
This diff is collapsed.
Click to expand it.
resources/webcams.py
View file @
bab4d704
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment