ndrplz / self-driving-car

Udacity Self-Driving Car Engineer Nanodegree projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webcam image processing

Peteza9119 opened this issue · comments

Hello,

I've been trying to implement your code with a webcam I have so I can use it to create an autonomous vehicle that would be able to travel between two white lines. The only issue I have is being able to capture frames from a live camera feed and have the coding process the images. I wouldn't think it would be much harder to do since you have implemented the use of images and video, but I haven't been able to figure out how to do this yet. Also, this will be done from a laptop so no Raspberry Pi will be involved. Any direction or input would be helpful.