mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +01:00
improved capture switching and serial midi
This commit is contained in:
@@ -245,5 +245,10 @@ class Capture(object):
|
||||
def receive_state(self, unused_addr, args):
|
||||
pass
|
||||
|
||||
def close_capture(self):
|
||||
if self.device is not None:
|
||||
print('closing the old camera...')
|
||||
self.device.close()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user