MIT Maker Portfolio by Krish Kapoor
AI-generated summary and notes. Check quotations, numbers, and important claims against the source video. Captions may contain errors.
Watch the source video on YouTube
Estimated reading time: 7 minutes for the text on this page.
Krish Kapoor presents his MIT Maker Portfolio, showcasing an innovative project that uses a Raspberry Pi and Python's OpenCV to track a ball in 3D space. The system predicts where a falling ball will land and moves a cup to catch it. Krish experimented with various methods to achieve accurate predictions, including calculating velocities from webcam data and utilizing a Kalman filter. His successful approach involves using coordinate geometry and the ball's apparent size to predict landing points.
Krish Kapoor's MIT Maker Portfolio takes center stage with 'Catch Poot', a project that marries technology and ingenuity. Using a Raspberry Pi alongside the OpenCV library, Krish created a machine capable of tracking a ball through its trajectory and catching it. This involved programming motors to move with precision, a testament to Krish's technical skills and creative problem-solving.
Initial challenges were encountered with the noisy data from basic webcam setups, sparking a journey into predictive algorithms. Krish experimented with velocity calculations and the application of a Kalman filter to manage these predictions. While insightful, these methods proved too slow for real-time application, forcing Krish to innovate further.
Through the clever utilization of coordinate geometry and the visual data from the webcam, Krish refined his approach. By assessing the ball's size to determine its path and landing point, he achieved an efficient and elegant solution to the problem. 'Catch Poot' not only showcases Krish Kapoor's technical acumen but also his resilience and creativity in tackling complex challenges.