Loading...
Logo
Processing Forum
Hello fellas,
I just started with augmented reality I'm working with the tutorial I found at: http://www.creativeapplications.net/processing/augmented-reality-with-processing-tutorial-processing/
Everything seems to work ok until the the sketch's window turns completely black, the weird thing is that I am still able to see the AR cubes and move them around but I can't see myself :(
Could this problen be related with my Web cam? or maybe my version of Windows? (Windows 7, 64-bit)
Thanks a lot for any clue or comment.

Replies(5)

Hi! maybe is the library GSVIDEO.
I dont use that library and it works very fine.
You have to see my tutorial (spanish) http://diariowm.wordpress.com/2010/04/13/tutorial-realidad-aumentada-processing/

Bye!
Thanks a lot emilio.vgs,
I see that you suggest to download the WinVDIG, do I have to install it as a library?
I will give a try
 
WinvVDIG is a program that you can use to fix it the trouble camera.
It use quicktime and work fine with windows 7 64 bits.

Hello Emilio,
I've installed everything already with no luck :(
is there anything specific to do in WinVDIG?
Also when I start WinVDIG the video image appears streched out is it normal?
Hey! I managed to solve the problem! It was not the GSVideo. I just changed the code from  
"background(0);"  to "background(cam);"
Thanks anyway and goodluck