aja.embedded.rest.kipro.TimecodeListener = class TimecodeListener(threading.Thread) | ||
This listener creates a connection to a ki-pro unit and listens for timecode event updates. WARNING: Timecode events may not occur every frame. If you need a frame accurate timecode, consider using RS422 or setting timecode as a record trigger. quickstart: python$ >>> from aja.embedded.rest.kipro import * >>> l = TimecodeListener('http://YourKiPro') >>> l.start() >>> print l.getTimecode() | ||
Methods defined here:
Data and other attributes defined here:
Methods inherited from threading.Thread:
Data descriptors inherited from threading.Thread:
Data descriptors inherited from threading._Verbose:
|