ev3dev-lang-python
ev3dev-lang-python copied to clipboard
Project EV3 with pixy2, line detection using vscode how to get the line information from the camera?
-
ev3dev version: PASTE THE OUTPUT OF
uname -rHERE -
ev3dev-lang-python version: INSERT ALL VERSIONS GIVEN BY
dpkg-query -l {python3,micropython}-ev3dev*HERE
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)