ev3dev-lang-python icon indicating copy to clipboard operation
ev3dev-lang-python copied to clipboard

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

Open Louis17921 opened this issue 3 years ago • 1 comments

  • ev3dev version: PASTE THE OUTPUT OF uname -r HERE
  • ev3dev-lang-python version: INSERT ALL VERSIONS GIVEN BY dpkg-query -l {python3,micropython}-ev3dev* HERE

Louis17921 avatar Feb 28 '22 16:02 Louis17921

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)

Louis17921 avatar Feb 28 '22 16:02 Louis17921