Content for OpenCV

Project  BubblesRNG

BubblesRNG

“BubblesRNG: A True Random Number Generator Using Air Bubbles As An Unconventional Source Of Entropy. This is the project I submitted for the final year while reading for a B.Sc. in Computing and Information Systems with the University of …

Ball Balancing PID System

“This system holds a ball in balance on a plate. A webcam films the system and a python program analyzes the images to find the position of the ball. The python program calculates the tilting of the tray to prevent …

Personal Assistant Robot (Finds Objects and Follows You) Ft. Raspberry Pi + RoboClaw

“This robot has been a dream robot for me to build for a long time. Before diving into how to build this robot, let me give a quick overview of what this robot is capable of! You can ask the …

Stereo Vision and LiDAR Powered Donkey Car

“Donkey Car featuring the Ultra96 board, a Raspberry Pi, FPGA accelerated stereo vision, MIPI CSI-2 image acquisition, a LiDAR sensor and AI. In this project, I will document the build of a Donkey Car enhanced with an advanced vision …

Robot Arm Using Arduino Mega and ROS

“The idea is to create a robotic arm which can perform pick and place objects using object recognition. Story Robot Arm (5 DOF) Using Arduino Mega2560 and ROS Note: Knowledge of ROS basics, TF and URDF is must. The idea …

Octopod: Smart IoT Home Automation Project

“Octopod, a uniquely shaped full home automation system that allows you to monitor your home and keep security with AI and smart RFID locks. There are many IoT home automation projects out there, but trust me there is nothing like …

Ball Tracking 180 Camera

“Welcome to my first project! I’m excited to share what I’ve made and showing you the steps to build your own tracking camera. This project was made possible using the OpenCV library in conjunction with Python.”

Use Python, Zynq and OpenCV to Implement Computer Vision

“Use Python, OpenCV libraries and the PYNQ frame to implement the computer vision on Arty Z7-20 Xilinx Zynq SoC platform. In this example, users can understand how to use OpenCV to create a simple tracking example which tracks and identifies …

Real-Time Face Recognition: An End-To-End Project

“On my last tutorial exploring OpenCV, we learned AUTOMATIC VISION OBJECT TRACKING. Now we will use our PiCam to recognize faces in real-time, as you can see below: This project was done with this fantastic “Open Source Computer Vision Library …

Automatic Vision Object Tracking

“On my last tutorial, we explored how to control a Pan/Tilt Servo device in order to position a PiCam. Now we will use our device to help the camera to automatically tracking color objects as you can see below …