Roborealm has an interesting tutorial on using machine vision for obstacle avoidance in ground-based vehicles. The tutorial shows a series of image processing steps which can be chained together to detect the “highest” point in an image, based on the ground color. Presumably, that highest point is
Hi I need the code for obstacle avoiding robot using a pi camera and raspberry pi. I’m a beginner so I’m unable to construct the code for my project. Please help
@Akshata You can find a lot of tutorials/sample codes to show you how to build your own obstacle avoidance robot Raspberry Pi based. Here is an example.
Hi. I need a code for obstacle avoiding using Machine Vision Camera.I’m a beginner so need some help to hit the ground with the code for my project.Please help
@Bojan: The best would be to create a new topic about your project here. Add as many details as you can, including what components (sensors, SBC [Single Board Computer]/computer hardware, power sources, etc.) and system you are using (OS, language, libraries, IDEs, etc. as relevant), things you’ve already tried and pictures (go to Full editor mode to see the attachments bar). If you want to discuss a specific sensor, you can create a topic here, too. As for computer vision in general, you will most likely end up using OpenCV, so have a read about it here. There are examples using this library for most platforms.