Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <type 'exceptions.NameError'>
  2. global name 'videoconvert' is not defined
  3. ("global name 'videoconvert' is not defined",)
  4. Traceback (most recent call last):
  5. File "/root/bsd/ichcbot.py", line 162, in start_cam
  6. self.cam = ICHCCam(self,stream,False)
  7. File "/root/bsd/ichccam.py", line 488, in __init__
  8. self.idle()
  9. File "/root/bsd/ichccam.py", line 657, in idle
  10. self.pipeline_idle()
  11. File "/root/bsd/ichccam.py", line 768, in pipeline_idle
  12. self.pipeline.add(videoconvert)
  13. NameError: global name 'videoconvert' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement