ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
422 stars 146 forks source link

Project EV3 with pixy2, line detection using vscode how to get the line information from the camera? #781

Open Louis17921 opened 2 years ago

Louis17921 commented 2 years ago
Louis17921 commented 2 years ago

Hello, I'm trying to reproduce the fonctionnement of a trajectory correction module in an autonomous car using Ev3 and pixy2 camera (so as to detect the line more easily) I'm coding on python3 using Vscode. I made research and found that using Smbus2 so as to communicate with the camera would be the good way to do it. But unfortunately, the module isn't working on my Vscode (it says it is not recognizing the module).Does someone get the same issue, or know how I could deal with that ? (I wanted to get the lines detection information from the camera)