Guest User

Error messages

a guest
Sep 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. [WARNING] [VideoGrabber(input)] BaseData_getAttr_value unsupported native type=cvMat for data fullFrame ; returning string value
  2. [ERROR]   [PythonScript] 'str' object has no attribute 'getPtr'
  3. Python Stack:
  4.   File "test.py", line 55, in createScene
  5.     TemplateMatcher(rootNode,argv)
  6.   File "test.py", line 19, in __init__
  7.     self.createGraph(node)
  8.   File "test.py", line 32, in createGraph
  9.     image = SofaOR.mat_as_numpy(self.input.fullFrame)
  10.   File "/home/bruno/dev/SofaOR/SofaORCommon/python/SofaOR/__init__.py", line 9, in mat_as_numpy
  11.     ptrs, shape, typename = img.getPtr()
Add Comment
Please, Sign In to add comment