Laser tracking projection with Kinect and OpenCV
Uploader Comments (marcan42)
Top Comments
-
the song sounds Japanese(hard to hear), am i right, and if so, whats the name of it?
All Comments (121)
-
how did u mange to integrate kinect with opencv????
im also trying to do the same bu am stuck for a while now....
thanks in advance
-
WOW!
I am very intrested in knowing more.
Im a VJ and laserist and have begun working with projection mapping.
I need a system that can do outlines in buildings with laser.
-
1:30 for awesomeness
=
-
@11m4357r0 bad apple from touhou
-
awe dude soo cool! if you have a tutorial on how you did this it would be soo awesome
-
BAD APPLE!! I LIKE THIS~~~XD
-
Hello. Could you please share the code? I would like to apply this concept to a projector and auto-calibrate an image onto a flat surface at an angle
-
Sounds scary...
-
i have this pc also
-
Open source ftw.
Well, luckily microsoft have decided to actually support the PC kinect modding by making it officially compatible with the pc...So now even more people will be able to make mods for it! :D
casse93 8 months ago
@casse93 Actually, you can't use Microsoft's Kinect SDK with OpenLase and JACK as I do here because they specifically forbid you from using it together with copylefted open source software. Doing this with the Microsoft Kinect SDK would actually be illegal, while doing it with the OpenKinect libfreenect driver like I did here (or rather, its predecessor) is entirely legal.
Microsoft is trying to lock you in to their driver and delegitimize everything that came before it.
marcan42 8 months ago
So how is Kinect useful to this? For all I see you are using OpenCV for the tracking which means any webcam stream could be used. Or am I wrong?
Thoran666 1 year ago
@Thoran666 I am using OpenCV on the depth feed, not the RGB feed. The depth feed can distinguish objects independent of their contrast or color or even in total darkness. For example, using just the RGB feed, OpenCV would have a hard time differentiating between the white box and the white wall behind it, while it's trivial to pick them apart on the depth map.
marcan42 1 year ago 18