Skip to content

Instantly share code, notes, and snippets.

@Tendrid
Created August 13, 2012 14:35
Show Gist options
  • Save Tendrid/3341263 to your computer and use it in GitHub Desktop.
Save Tendrid/3341263 to your computer and use it in GitHub Desktop.
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
libv4l2: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl S_FMT
libv4l2: error setting pixformat: Device or resource busy
libv4l1: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl VIDIOCSPICT
WARNING: SimpleCV can't seem to find a camera on your system, or the drivers do not work with SimpleCV.
2012-08-13 10:34 Main Logger WARNING SimpleCV can't seem to find a camera on your system, or the drivers do not work with SimpleCV.
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin fastener
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin circles
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin blobs
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin keypointTemplate
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin region
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin lines
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin face
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin motion
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin simpleTemplate
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin ocr
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin edgeWidth
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.inspection plugin barcodes
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.measurement plugin blob_length
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.measurement plugin blob_radius
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.measurement plugin blob_count
2012-08-13 10:34 SimpleSeer.models.base INFO Loading seer.plugins.watcher plugin smsalert
2012-08-13 10:34 SimpleSeer.models.base ERROR Failed to load seer.plugins.watcher plugin smsalert: No module named twilio.rest
/usr/local/lib/python2.7/dist-packages/Pyro4/core.py:155: UserWarning: HMAC_KEY not set, protocol data may not be secure
warnings.warn("HMAC_KEY not set, protocol data may not be secure")
2012-08-13 10:34 SimpleSeer.OLAPUtils INFO Starting statistics schedules
<State start>
<State run>
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/home/tendrid/git/SimpleSeer/SimpleSeer/states.py", line 218, in run
self._cur_state = self._cur_state.run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/states.py", line 278, in run
return self._run(self)
File "states.py", line 26, in run
frames = core.capture()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/states.py", line 117, in capture
cam.getFrame() for cam in self.cameras ]
File "/home/tendrid/git/SimpleSeer/SimpleSeer/camera.py", line 127, in getFrame
frame.image = self.getImage()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/camera.py", line 120, in getImage
img = self._scv_cam.getImage()
File "/home/tendrid/git/SimpleCV/SimpleCV/Camera.py", line 579, in getImage
if (not self.threaded):
AttributeError: Camera instance has no attribute 'threaded'
<Greenlet at 0x4b6a0d8: <bound method Core.run of <SimpleSeer.states.Core object at 0x4a5f3d0>>> failed with AttributeError
2012-08-13 10:34 SimpleSeer.OLAPUtils INFO Checking for OLAPs running every minute
2012-08-13 10:34 SimpleSeer.OLAPUtils INFO Checking for OLAPs running every hour
2012-08-13 10:34 SimpleSeer.OLAPUtils INFO Checking for OLAPs running every day
ERROR:
Traceback (most recent call last):
File "/usr/local/bin/simpleseer", line 7, in <module>
execfile(__file__)
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 48, in <module>
main()
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 45, in main
options.subcommand.run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 49, in run
super(CoreCommand, self).run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 37, in run
ns=True)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 804, in serveSimple
daemon=Daemon(host, port)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 766, in __init__
self.transportServer.init(self, host, port, unixsocket)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 115, in init
self.threadpool.fill()
File "/usr/local/lib/python2.7/dist-packages/Pyro4/threadpool.py", line 46, in fill
if not self.attemptSpawn():
File "/usr/local/lib/python2.7/dist-packages/Pyro4/threadpool.py", line 84, in attemptSpawn
worker.start()
File "/usr/lib/python2.7/threading.py", line 499, in start
self.__started.wait()
File "/usr/lib/python2.7/threading.py", line 403, in wait
self.__cond.wait(timeout)
File "/usr/lib/python2.7/threading.py", line 243, in wait
waiter.acquire()
File "/usr/lib/python2.7/dist-packages/gevent/coros.py", line 110, in acquire
result = get_hub().switch()
File "/usr/lib/python2.7/dist-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)
LinkedFailed: <Greenlet at 0x4b6a0d8: <bound method Core.run of <SimpleSeer.states.Core object at 0x4a5f3d0>>> failed with AttributeError
2012-08-13 10:34 Main Logger ERROR
Traceback (most recent call last):
File "/usr/local/bin/simpleseer", line 7, in <module>
execfile(__file__)
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 48, in <module>
main()
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 45, in main
options.subcommand.run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 49, in run
super(CoreCommand, self).run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 37, in run
ns=True)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 804, in serveSimple
daemon=Daemon(host, port)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 766, in __init__
self.transportServer.init(self, host, port, unixsocket)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 115, in init
self.threadpool.fill()
File "/usr/local/lib/python2.7/dist-packages/Pyro4/threadpool.py", line 46, in fill
if not self.attemptSpawn():
File "/usr/local/lib/python2.7/dist-packages/Pyro4/threadpool.py", line 84, in attemptSpawn
worker.start()
File "/usr/lib/python2.7/threading.py", line 499, in start
self.__started.wait()
File "/usr/lib/python2.7/threading.py", line 403, in wait
self.__cond.wait(timeout)
File "/usr/lib/python2.7/threading.py", line 243, in wait
waiter.acquire()
File "/usr/lib/python2.7/dist-packages/gevent/coros.py", line 110, in acquire
result = get_hub().switch()
File "/usr/lib/python2.7/dist-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)
LinkedFailed: <Greenlet at 0x4b6a0d8: <bound method Core.run of <SimpleSeer.states.Core object at 0x4a5f3d0>>> failed with AttributeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment