Package sparked :: Package hardware :: Module video :: Class V4LDeviceMonitor
[hide private]
[frames] | no frames]

Class V4LDeviceMonitor

source code

twisted.application.service.Service --+    
                                      |    
                    hal.HardwareMonitor --+
                                          |
                                         V4LDeviceMonitor

Video device monitor.

Instance Methods [hide private]
 
__init__(self) source code

Inherited from hal.HardwareMonitor: deviceAdded, deviceRemoved, startService, stopService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, privilegedStartService, setName, setServiceParent

Class Variables [hide private]
  subsystem = 'video4linux'
The HAL subsystem type to monitor.
  uniquePath = '/dev/v4l/by-id/'
If set, point to a directory where the symlinks to the unique devices will be made, e.g.

Inherited from twisted.application.service.Service: __implemented__, __provides__, name, parent, running

Instance Variables [hide private]

Inherited from hal.HardwareMonitor: deviceInfo, events