Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device not found #6

Open
arnelcabinti opened this issue Feb 14, 2017 · 1 comment
Open

Device not found #6

arnelcabinti opened this issue Feb 14, 2017 · 1 comment

Comments

@arnelcabinti
Copy link

arnelcabinti commented Feb 14, 2017

I got this error then when I ran python search_engine.py on my terminal.
I also plug-in my device. Can you help me to resolve this issue.Thanks for the response.

Traceback (most recent call last):
File "search_engine.py", line 12, in
nbio = NitgenBSP.Handler()
File "/usr/local/lib/python2.7/dist-packages/NitgenBSP/init.py", line 75, in init
self._handler, self.__image_width, self.__image_height = _bsp_core.open()
RuntimeError: device not found

@fiorix
Copy link
Owner

fiorix commented Feb 14, 2017

You could check on dmesg to look for messages related to USB devices. This error states that the Nitgen library cannot find your device, which leads me to believe your system might be missing a USB kernel module or something along those lines. Perhaps lsusb could help too.

Unfortunately I don't have any Nitgen devices to reproduce this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants