Forum >Huskylens with Raspberry Pico
HUSKYLENSGeneral

Huskylens with Raspberry Pico

userHead polel129 2021-03-13 14:29:38 1987 Views1 Replies
Hi,

I just read the article about using Huskylens and Raspberry Pico (https://community.dfrobot.com/makelog-310469.html) for object classification, and I tried it but with no success.

I noticed that there's a new firmware included in the project files so I updated the firmware too.

When I run the main.py file I get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'huskylensPythonLibrary'
The library file (huskylensPythonLibrary.py) is in the same folder with the rest of the project file.

I also tried to copy the library into the main.py file, so it doesn't have to be imported, and I got the following error:
Traceback (most recent call last):
File "<stdin>", line 374, in <module>
File "<stdin>", line 132, in command_request
File "<stdin>", line 43, in writeToHuskyLens
OSError: 5
Can you please help?

Thanks

Eleni
2021-11-11 08:38:04 The library file needs to be saved on the Pico, *not* on the computer. userHeadPic info