jordens / pydc1394

python libdc1394 wrapper
GNU Lesser General Public License v3.0
3 stars 9 forks source link

Unable to load the Camera #2

Closed kthouz closed 7 years ago

kthouz commented 7 years ago

pydc1394.Camera()

is throwing an error:

Exception AttributeError: "'Camera' object has no attribute '_running_lock'" in <bound method Camera.__del__ of <pydc1394.camera.Camera object at 0x108c73910>> ignored
Exception AttributeError: "'Camera' object has no attribute '_running_lock'" in <bound method Camera.__del__ of <pydc1394.camera.Camera object at 0x108c4f390>> ignored
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-14-66b546b1fbe3> in <module>()
----> 1 pydc.Camera()

TypeError: __init__() takes at least 3 arguments (1 given)

Any idea on how I should deal with this?

Thanks

kthouz commented 7 years ago

solved. Some pydc1394 modules were broken