Holomat Tutorial Part 2
Added 2024-04-29 04:16:46 +0000 UTCHere is the next part of the Holomat tutorials, where we make sci-fi tech come to life.
Learn the calibration pipeline for the holomat and implement hand tracking with your projector!
Welcome to our exclusive Patreon series where you delve into camera calibration for robotics applications. Whether you're a hobbyist, a student, or a budding developer, this project is your gateway to understanding and implementing cutting-edge computer vision techniques.
Skip the tutorial and run the code: https://github.com/Concept-Bytes/Holomat
What You'll Learn:
CV2 camera calibration: Learn to orient your camera in 3d space in order to project images that are sized and oriented correctly.
Fundamentals of Computer Vision: Grasp the basics of processing and analyzing images with OpenCV, the leading library for computer vision applications.
Real-Time Video Processing: Learn how to handle video streams in real time. We'll cover everything from capturing video from a webcam to manipulating these live video feeds in Python.
Advanced Hand Tracking: Dive deep into MediaPipe, a state-of-the-art framework that enables developers to build complex vision applications easily. Understand how to detect and track human hand movements dynamically, identifying various landmarks on the hand.
Practical Coding Skills: Enhance your coding skills as you work through real-world problems, debugging, and optimizing your code to work efficiently.
Comments
omg that photo of me its like from nine billion yeras ago
THIAGOtroll PATO
2025-01-12 19:47:58 +0000 UTCthis
THIAGOtroll PATO
2025-01-12 19:47:35 +0000 UTCyh there is. go to his tiktok and the link in his bio. there is one called "get your own setup" or smth it will take you to amazon with links to the products.
Alexander Jones
2024-08-28 11:06:35 +0000 UTCNo Just follow part 3 code that is him actually making the holomat the other tutorials are just teaching important stuff about the holomat so you can make your own apps with it
Designer123
2024-08-12 06:13:12 +0000 UTCdid you find it? I cannot find it
Christian Welgs
2024-08-02 03:54:42 +0000 UTCyeah i need access to it to
Designer123
2024-07-21 12:36:14 +0000 UTCthis code is basically obselete, you should look at part 3 for an easier way to calibrate. or you can look at my github for an even easier version hehehe https://github.com/FARH4D/holomat-homography
Farhad
2024-06-26 19:07:27 +0000 UTCHello, why has the github calibration file been deleted, could you help me?
Etzel Andrade
2024-06-25 21:12:44 +0000 UTCIs the repository for pt2 and pt3 the same now for the holomat? The camera calibration is in the pt3 link but not the same set up as your original pt2 video. Am I missing something on how to find the full code for pt2.
Kane Music
2024-06-18 17:40:42 +0000 UTCI've been doing it on OSX, there is some differences but I could see the only issue being some minor dependencies/syntax differences. An easier plug and play may be a NUC running windows to better align with the tutorials. I have to nug through Homebrew and a lot of workarounds for UNIX, but got jarvos running with minimal issues. Granted I'm still working through holomat on my Mac but will try to switch it to either a nuc or or pi at some point. I'm total novice so take it with a grain of salt I suppose! Lol π₯΄
Jon Paul
2024-06-09 19:10:01 +0000 UTCCan i use a wifi projector?
Matteo
2024-06-09 05:04:34 +0000 UTCCan i put that program on a raspberry instead of using pc?
Matteo
2024-06-08 21:07:14 +0000 UTCIm looking for this too. I think this should be the 1st thing
Jainayro George
2024-06-08 20:58:43 +0000 UTCHi, is there a shoppinglist of everything you need to create this project, before starting to write the code????
Jainayro George
2024-06-08 20:57:09 +0000 UTCWhen you mean skip tutorial and run the code, is that code already done and can be set up plug and play style or do we need to do exactly what your doing in that python software? I belive I downloaded everything but trying to make sense of what o should do
Spyder Flag Check
2024-06-07 20:26:17 +0000 UTCif the camera had a higher framrate then yeah it should.
James Mercuri
2024-06-02 22:18:18 +0000 UTCawesome project exited to hear more
pp plus
2024-05-23 19:49:50 +0000 UTCWould a better camera for hand tracking make it run smoother?
pp plus
2024-05-23 19:49:23 +0000 UTCWhat kind of hardware do I need to run for this? Can you please list them out?
Russ M
2024-05-22 04:59:28 +0000 UTCMaybe I've missed it but is there a parts list anywhere? :)
Stoo
2024-05-20 19:32:40 +0000 UTCThank so much for sharing this project. I plan on building my system soon, just working on the parts list. Is there a type of camera you recommend? I was looking at gesture control, tracking cameras. Thoughts?
Oronde
2024-05-17 03:38:01 +0000 UTCIt says "No images found" when running calibration.py
Courtney Lomax
2024-05-12 06:42:59 +0000 UTCCan we use a camera like Kinect 360 and add more features? I guess Kinect 360 is not 1080P, but is it compatible with the system?
Halil Sevim
2024-05-10 22:52:57 +0000 UTCwhat camera and projector are you using?
nicola lorandi
2024-05-07 16:05:47 +0000 UTCyou have to change mp.hands.HAND_CONNECTIONS too mp_hands.HAND_CONNECTIONS)
Alexandru Solomon
2024-05-07 02:32:52 +0000 UTCHow can I solve this problem? Is the mediapipe version wrong or which one should I install? I'm using Python 3.11.7 INFO: Created TensorFlow Lite XNNPACK delegate for CPU. C:\Users\Jarvis\anaconda3\envs\Lib\site-packages\google\protobuf\symbol_database.py:55: UserWarning: SymbolDatabase.GetPrototype() is deprecated. Please use message_factory.GetMessageClass() instead. SymbolDatabase.GetPrototype() will be removed soon. warnings.warn('SymbolDatabase.GetPrototype() is deprecated. Please ' Traceback (most recent call last): File "c:\Users\Jarvis\Desktop\Projects\Holomat-main\run.py", line 43, in mp_drawing.draw_landmarks(warped_image, hand_landmarks, mp.hands.HAND_CONNECTIONS) ^^^^^^^^ AttributeError: module 'mediapipe' has no attribute 'hands'
Halil Sevim
2024-05-06 23:51:17 +0000 UTCI'm extatic, waiting on a short throw projector in the process being shipped then I can catch up with the lesson!
Jonathan Luna
2024-05-05 12:27:40 +0000 UTCWhatβs the brightness of your protector? For one off of Amazon and itβs very shitty hehe
Gil Henrique Penner
2024-05-02 01:35:34 +0000 UTCI think everyone just appreciates the work you put in. Thanks for all the hard work.
Deacon Frost
2024-04-29 13:28:31 +0000 UTCMine does too. π Hoping to build a simple application that should make calibration much easier
Kevin Coda
2024-04-29 13:16:01 +0000 UTCAwesome video! Not going to lie my head hurts after all that π Going to need multiple viewings
Deacon Frost
2024-04-29 05:57:28 +0000 UTC