Source code for dualLinkOut

from abc import ABCMeta

#from pypixxlib._libdpx import DPxVideoScope




[docs]class DualLinkOut(object, metaclass=ABCMeta): """ Class Definition for the Dual Link Out for each Device. """ def exportVideoScopeToFile(self, file_pointer): #VIEWPixx video source analysis. #file_pointer (str): Where the file to analyze is located. # Commenting out the following line because I am unsure if it is safe to remove # everyone is telling me it needs to be commented out... -Tristan #DPxVideoScope(file_pointer) pass