This LEGO Machine DRAWS BETTER Than YOU (probably)

  Рет қаралды 16,862

Creative Mindstorms

Creative Mindstorms

2 жыл бұрын

This LEGO machine can draw everything, based off of a picture.
It can also be used to track hands and draw whatever you draw in the air.
------------------------------------------------------------------
SOME CREDITS:
The mindstorms is programmed using ev3-dc:
pypi.org/project/ev3-dc/
ev3-dc.readthedocs.io/en/late...
I learned a lot about handtracking from this site:
stackoverflow.com/questions/6...
I learned a lot about image conversion from this site:
/ opencv-edge-detection-...
Great video to learn python opencv:
• OpenCV Course - Full T...
------------------------------------------------------------------
Hello everybody!
I made a new robot, and this time I made an automatic Lego drawing robot!
This is probably my most complicated machine yet, so make sure to let me know what you think of it!
Do you have any ideas for what i can make?
Leave it down in the comment section!
------------------------------------------------------------------
Music:
Song: Double Time (Tumble)
Artist: Gareth Coker
Link: • Double Time (Tumble)
Song: Out of order
Artist: The Fly Guy Five
Link: • The Fly Guy Five - Out...
Song: Train of Liberation
Artist: Arc De Soleil
Link: • Arc De Soleil - Train ...
Song: Jubilation
Artist: Jules Gaia
Link: • Jubilation
Song: Spy
Artist: Spring Gang
Link: • spring gang - Spy (Roy...
Song: Did It Again
Artist: oomiee
Link: • oomiee - Did It Again ...
Song: Saltine
Artist: Tigerblood Jewel
Link: • Tigerblood Jewel - Sal...
Song: Things on My Mind
Artist: The New Fools
Link: • Things on My Mind

Пікірлер: 54
@puzzLEGO
@puzzLEGO 2 жыл бұрын
at 1:30, the reason technic frames have bumps is because a sideways technic beam is very slightly shorter than an upright one, and since the frame combines upright and sideways beams, they don't line up.
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Oohh I didn't know that! It would've been nice if they filled in the edges tho.
@AstonishingStudios
@AstonishingStudios 2 жыл бұрын
I liked how much of your personality came to light as you were drawing your face by pinching your fingers!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
As long as my personality is a positive thing, thank you!😆
@Brick_Science
@Brick_Science 2 жыл бұрын
AMAZING!!!
@CGR_CALEB1NH0
@CGR_CALEB1NH0 2 жыл бұрын
howdy
@EthanNguyen-rq1xi
@EthanNguyen-rq1xi Ай бұрын
Yoo it's Brick Science
@EverythingbrothersYT
@EverythingbrothersYT 2 жыл бұрын
Nice very high quality editing!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thanks! I actually went back and slowed the entire video down by adding in some frames between sentences, because believe it or not: I found it too fast, even for youtube!
@3DPrinterAcademy
@3DPrinterAcademy 2 жыл бұрын
This is so impressive! Great work!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thank you, Steven!
@keanorobotics9219
@keanorobotics9219 2 жыл бұрын
Amazing build, coding, and even more amazing editing. Keep up the good work
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thank you for your kind words!
@TurtleLegoProductions
@TurtleLegoProductions 2 жыл бұрын
Very nice job on this! I love the incorporation of a little extra coding to make it more interactive.
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thank you! And on top of that a 'battle' is more interesting than a test.
@Creative_Electronics
@Creative_Electronics Жыл бұрын
Echt insane!! Gewoon al supercool dat je in de lucht kunt tekenen?! Dat concept/idee heb ik nergens anders gezien (buiten een 3D Pen dan) ! Heel nice, het resultaat ziet er ook echt supergoed uit!!
@CreativeMindstorms
@CreativeMindstorms Жыл бұрын
Erg bedankt! Nou vraag ik me wel af of het lucht-teken-resultaat echt zo mooi is... ;)
@UltimateLegoMachines
@UltimateLegoMachines 2 жыл бұрын
Nice!! Great editing!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thanks!
@DrMindstorms
@DrMindstorms 2 жыл бұрын
You deserve so many more views and subscribers and stuff, you make the most amazing and complex machines!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
I appreciate it! They are welcome😄
@smorensmigginsB
@smorensmigginsB Жыл бұрын
agreed
@Legocoolstudios
@Legocoolstudios 2 жыл бұрын
Really awesome!!
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thank you! Cheers!
@thebrickfightingchannel
@thebrickfightingchannel 2 жыл бұрын
This is amazing. Keep up the awesome work
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thanks! I wasn't planning on stopping any time soon!
@BrickBarny
@BrickBarny 2 жыл бұрын
This looks amazing 👍
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thanks man! Congrats with your great succes the past two months!
@BrickBarny
@BrickBarny 2 жыл бұрын
@@CreativeMindstormsthanks 👍😁
@user-uu8ep1il5w
@user-uu8ep1il5w Ай бұрын
HOW DOES THIS VIDEO ONLY HAVE 380 LIKES its 381 now
@george19850915
@george19850915 2 жыл бұрын
The project is amazing. I really like to know how you draw by motor, how do you get the coordinate, are you transform the image to SVG file?
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Glad to hear you like it! I use OpenCV to convert the images to drawings. You can learn more about that process on this website: medium.com/sicara/opencv-edge-detection-tutorial-7c3303f10788. To get the coordinates, OpenCV has a function called "cv2.findContours". When you for example insert a Canny image (also generated using OpenCV), it generates coordinates for the contours. The digital drawing you see on screen is actually a drawing from those coordinates, using another function called "cv2.drawContours". You can find out more about this on the opencv website: docs.opencv.org/3.4/d4/d73/tutorial_py_contours_begin.html If you have any more questions, let me know!
@DrMindstorms
@DrMindstorms 2 жыл бұрын
This is so cool!! Can you make a vault like i did but more advanced, idk with an eye scanner or something?
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Thanks!! I noted it on my list with many ideas!
@DrMindstorms
@DrMindstorms 2 жыл бұрын
Thanks, looking forward to when it may come!
@smorensmigginsB
@smorensmigginsB Жыл бұрын
I LOVE your videos kept up. also what do you use to code your machines and how did you learn to code?
@CreativeMindstorms
@CreativeMindstorms Жыл бұрын
Thank you SO much! I code with python in Visual Studio Code. There is this library called ev3_dc that you can use to control your mindstorms. As for how I learned to code? I guess I watched one 'Hello world' tutorial and then just started. I just started with the 3D printer, which in hindsight might not have been the best choice, but it worked out allright. 😆 Basically everything I wanted to do, I just googled and somebody had always already done something similar or asked a question on stack overflow. You look at their code and learn from it. If you have any more questions, let me know and good luck!
@smorensmigginsB
@smorensmigginsB Жыл бұрын
@@CreativeMindstorms Thank you i will look into it.
@tojuforblame
@tojuforblame Жыл бұрын
So underated
@CreativeMindstorms
@CreativeMindstorms Жыл бұрын
Thank you Kadee! I'm still happy with all the nice comments I get!
@LEGO_CREATOR_IDEAS
@LEGO_CREATOR_IDEAS 10 ай бұрын
Hi creative mindstorms! Can you tell me your this programming language? I dont know it because im new at programming and im your new subscriber
@CreativeMindstorms
@CreativeMindstorms 10 ай бұрын
Oh wow thank you for your support! I use Python for all programming, using the ev3_dc library. I actually do recommend watching a tutorial that's a couple of hours long to begin with and go from there. I hope this helps!
@LEGO_CREATOR_IDEAS
@LEGO_CREATOR_IDEAS 10 ай бұрын
@@CreativeMindstorms Thank you!
@Thehotglueguy
@Thehotglueguy Жыл бұрын
dude, you make videos better than some youtubers with MILLIONS of subscribers!
@CreativeMindstorms
@CreativeMindstorms Жыл бұрын
Thank you! This is a HUGE compliment! Although I'm not sure whether that sais something about me or them 😂
@flarethetitanpea5358
@flarethetitanpea5358 8 ай бұрын
Mark Robert would be proud🎉.
@user-ep1cz6vk2b
@user-ep1cz6vk2b 6 ай бұрын
can you share the code please
@gielv_o8456
@gielv_o8456 2 жыл бұрын
wow
@arthurpareyn6271
@arthurpareyn6271 2 жыл бұрын
mooie robot (tekent ook beter dan mij) ;)
@arthurpareyn6271
@arthurpareyn6271 2 жыл бұрын
maak je ook video's waarin je Nederlands spreekt?
@CreativeMindstorms
@CreativeMindstorms 2 жыл бұрын
Dankjewel! Dan is het wel een heeel hoog niveau! Ik maakte eerste video's in het Nederlands, maar dat doe ik nu niet meer, omdat meer mensen Engels praten. Ik heb bij deze video wel Nederlandse ondertiteling toegevoegd.
@rensjuh
@rensjuh 2 жыл бұрын
Loike video
@Ilove.Luffy12345gear
@Ilove.Luffy12345gear 4 ай бұрын
Ben je Nederlands???
@CreativeMindstorms
@CreativeMindstorms 4 ай бұрын
Jazeker!
Magic LEGO chess board VS Dylan Haegens
10:06
Creative Mindstorms
Рет қаралды 33 М.
Engraving LEGO using LEGO...
8:20
Creative Mindstorms
Рет қаралды 17 М.
Хотите поиграть в такую?😄
00:16
МЯТНАЯ ФАНТА
Рет қаралды 2,2 МЛН
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 23 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 4,7 МЛН
15 LEGO CREATIONS THAT WILL BLOW YOUR MIND!
12:47
SpitBrix
Рет қаралды 2,5 МЛН
This Automatic Lego Turret Has AIMBOT
3:54
Creative Mindstorms
Рет қаралды 13 М.
ROCKET that LITERALLY BURNS WATER as FUEL
19:00
Integza
Рет қаралды 494 М.
I Built a Destructive LEGO BattleBot
4:33
Creative Mindstorms
Рет қаралды 28 М.
LEGO 3-axis Styrofoam Cutter
9:14
Akiyuki Brick Channel
Рет қаралды 301 М.
World’s BEST Lego self-driving car
10:58
Creative Mindstorms
Рет қаралды 133 М.
Can a LEGO CARD SHUFFLER Beat a HUMAN?
7:05
Creative Mindstorms
Рет қаралды 6 М.
Level 1 to 100 Impossible Puzzles
17:25
Hafu Go
Рет қаралды 45 М.
Lego Self Driving Car | Autonomous Lego vehicle
6:28
Creative Mindstorms
Рет қаралды 12 М.
Making an Infinite LEGO Domino Ring
8:02
JK Brickworks
Рет қаралды 10 МЛН
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 3,4 МЛН
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 22 МЛН
Игровой Комп с Авито за 4500р
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 2,2 МЛН
ГОСЗАКУПОЧНЫЙ ПК за 10 тысяч рублей
36:28
Ремонтяш
Рет қаралды 75 М.