Rudimentary interactivity for printing and other gui-based postprocessing

This commit is contained in:
Balthasar Reuter
2018-05-11 23:35:18 +02:00
parent 62b167ad83
commit 1acdb4b60a
5 changed files with 76 additions and 24 deletions

View File

@@ -141,7 +141,8 @@ class Photobooth:
self.recvAck()
except TeardownException:
return -1
self.teardown()
return 123
def setCameraActive(self):