def __str__(self):
     return "ErrorCode: %s: %s" % (repr(self.value), _nvcamera.getErrorString(self.value))
예제 #2
0
def getErrorString(*args):
    return _nvcamera.getErrorString(*args)
def getErrorString(*args):
  return _nvcamera.getErrorString(*args)
예제 #4
0
 def __str__(self):
     return "ErrorCode: %s: %s" % (repr(
         self.value), _nvcamera.getErrorString(self.value))