Esempio n. 1
0
 def process_IN_DELETE(self, event):
     _fire_video_device_change(False, event.pathname)
Esempio n. 2
0
 def process_IN_CREATE(self, event):
     _fire_video_device_change(True, event.pathname)
Esempio n. 3
0
def _device_change_callback(*args):
    log("device_change(%s)", args)
    from xpra.platform.webcam import _fire_video_device_change
    _fire_video_device_change()
Esempio n. 4
0
 def process_IN_DELETE(self, event):
     _fire_video_device_change(False, event.pathname)
Esempio n. 5
0
 def process_IN_CREATE(self, event):
     _fire_video_device_change(True, event.pathname)
Esempio n. 6
0
def _device_change_callback(*args):
    log("device_change(%s)", args)
    from xpra.platform.webcam import _fire_video_device_change
    _fire_video_device_change()