Raspberry Pi LESSON 51: Understanding and Working in the HSV Color Space

  Рет қаралды 5,042

Paul McWhorter

Paul McWhorter

Күн бұрын

Announcing the Most Awesome Raspberry Pi Lessons of All Times! This time we RUMBLE!
In this class series, we will be using the most excellent Sunfounder Ultimate Raspberry Pi kit, available here: (Affiliate Link)
amzn.to/3tSk9Mo
or for our UK friends, amzn.to/3I5d401
In this lesson I will show you how to track an object in openCV based on color. In order to do this, we must learn to understand and work in the HSV color space. I will show with simple step-by-step instructions
If you want to grab those cool little straight jumper wires I am using to keep my breadboard builds neat and clean you can snag a box of them here:
amzn.to/36NyfHq
If you guys are interested in the oscilloscope I am using, you can pick one up here (affiliate link):
amzn.to/3v13Mhl
You guys get your hardware ordered so you can follow along at home!
You will also need a Raspberry Pi. I suggest the Raspberry Pi 4. If you do not already have one, this is the most suitable gear I could find:
amzn.to/3pBMfKm
The Raspberry Pi's are sort of pricy right now, so you can look on ebay or elsewhere to see if there are any deals. You will need a SD card. If you do not already have one, this is a good one:
amzn.to/3KcXTn2
I like using a wireless keyboard and mouse to have fewer wires. You can certainly use your USB keyboard and mouse, but if you want a nice wireless one, this one works on the pi. We demonstrate this by using a button switch to control a LED.
amzn.to/36Rv9Sk
You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:
/ paulmcwhorter
[Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]
#roi
#opencv
#raspberrypi

Пікірлер
@arguedas02
@arguedas02 Жыл бұрын
Blessing Paul, another great lesson, it's getting complicated but The good news is you're the pilot...
@stephenlightkep1621
@stephenlightkep1621 Жыл бұрын
Thanks Paul. More clicking on my previous projects. You Rock!
@qzorn4440
@qzorn4440 Жыл бұрын
OpenCV keeps getting better every year. There are so many fantastic examples such as color fruit detection or if an apple is ready for harvesting. My notebook is getting filled up with so much cool knowledge. 😎 Thank you so much Paul.
@richhoneyford9789
@richhoneyford9789 Жыл бұрын
Hey Paul, Great video as usual. Your step by step approach makes the complex understandable. One addition would be helpful to me , ie. a reference for the commands you use. I use your videos as jumping off point but spend countless hours finding commands outside your scope. This is a recurring problem when using new libraries.
@scottwait3585
@scottwait3585 Жыл бұрын
Thanks Paul! Please keep it up.
@markbooco1719
@markbooco1719 Жыл бұрын
Very good lesson about HSV and RGB! CV2 is powerful, just takes using it to make it stick.
@tntragan
@tntragan Жыл бұрын
Thank you Paul. Definitely going in an interesting direction now. Looking forward to building this into a serious artificial intelligence machine.
@badger5821
@badger5821 Жыл бұрын
hello Paul I used to what your vids and now I am watching them again
@larryplatzek9017
@larryplatzek9017 Жыл бұрын
Paul where can I find an image to print like on 4:27 this video? have been duckduckgo searching.
@littlesilver3
@littlesilver3 Жыл бұрын
Hi Paul, after watching one of your Raspberry Pico videos where you emphasize the importance of math I thought that a good video series topic would be on math. What are your thoughts on that?
@paulmcwhorter
@paulmcwhorter Жыл бұрын
A good idea, but not really sure how to do it.
@mi.Dalton
@mi.Dalton Жыл бұрын
As someone who’s hired engineers before. Would you ever hire an employee for an engineer position who has no college degree but has technical proficiency?
@paulmcwhorter
@paulmcwhorter Жыл бұрын
Yes, if you can bring something in and show me what you can do, you will be considered for a job. Like do a cool project to show your skills.
@charlotteswift
@charlotteswift Жыл бұрын
Here is my video for the last lesson (50): kzbin.info/www/bejne/emSppYejadBmhZY
@PaulR387
@PaulR387 Жыл бұрын
Sadly after Arduino and your great lesson tutorials I never got anywhere with the Raspberry pi, it put me off when there was a tonne of code which I didn’t understand just to make an LED flash, all gone now, long live Arduino
@keithlohmeyer
@keithlohmeyer Жыл бұрын
Not a tonne... just have to bring in a couple libraries (modules) to handle things that Arduino has built in. It can be done in 7 lines of code with the rpi.GPIO module import rpi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setup(5,GPIO.OUT) while True: GPIO.output(5, not GPIO.input(5)) #toggle pin time.sleep(1) or 5 lines with the gpiozero module from gpiozero import LED from signal import pause red = LED(17) red.blink() pause()
@charlotteswift
@charlotteswift Жыл бұрын
@@keithlohmeyer @PaulR387 or in 2 lines using gpiozero 😁 from gpiozero import LED LED(20).blink()
Raspberry Pi LESSON 52: Understanding and Using Trackbars in OpenCV
27:27
1 -  Bubble class
6:45
Coding with Mr Casey
Рет қаралды 81
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 40 МЛН
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 20 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 9 МЛН
Why Most People FAIL to Learn Programming
8:04
Aaron Jack
Рет қаралды 1,9 МЛН
The Raspberry Pi Pico WAS Overrated! But that changed!
10:18
GreatScott!
Рет қаралды 619 М.
Raspberry Pi versus AWS // How to host your website on the RPi4
8:39
Pico W Episode 1: Setting Up the Raspberry Pi Pico W
12:48
Lori Pfahler
Рет қаралды 16 М.
Beginners Guide to I2C on the Raspberry Pi Pico (BNO055 IMU Example)
16:57
Learn Embedded Systems
Рет қаралды 78 М.
Raspberry Pi Pico W: Wireless Weather Station
17:13
ExplainingComputers
Рет қаралды 296 М.
How To Setup a HTTP Web Server With Raspberry Pi Pico W (using WiFi)
9:23
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 40 МЛН