Example #1
0
 def process_IN_DELETE(self, event):
     _fire_video_device_change(False, event.pathname)
Example #2
0
 def process_IN_CREATE(self, event):
     _fire_video_device_change(True, event.pathname)
Example #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()
Example #4
0
 def process_IN_DELETE(self, event):
     _fire_video_device_change(False, event.pathname)
Example #5
0
 def process_IN_CREATE(self, event):
     _fire_video_device_change(True, event.pathname)
Example #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()