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