Again Im really sorry for taking a long time for releasing this awaited tutorials with all working codes.
Since I dont have web space of my own, I rely on free file hostings, I have uploaded the required files with the mirrors::
Demo:
http://www.youtube.com/watch?v=-GxykrIB3yM
Tutorials PDF file:
http://www.megaupload.com/?d=6MDTU0CR
Full Project (Unity Package File):
http://www.4shared.com/zip/Wl-VFYjx/HandVu.html
OR
http://www.mediafire.com/?f55zs8gfzmf9clq
OR
http://www.megaupload.com/?d=F9OYMOSB
Download the PDF file, that contains links of files to be downloaded...
Since I dont have web space of my own, I rely on free file hostings, I have uploaded the required files with the mirrors::
Demo:
http://www.youtube.com/watch?v=-GxykrIB3yM
Tutorials PDF file:
http://www.megaupload.com/?d=6MDTU0CR
Full Project (Unity Package File):
http://www.4shared.com/zip/Wl-VFYjx/HandVu.html
OR
http://www.mediafire.com/?f55zs8gfzmf9clq
OR
http://www.megaupload.com/?d=F9OYMOSB
Download the PDF file, that contains links of files to be downloaded...
Hello Sriram,
ReplyDeleteI tried to your project
when i try running, I found my unity notresponding.
what causes it, what might I use the wrong port,
how to check ports that should be used.
are that need connected to webcam.
Thanks
Regards,
Hi mostly it could be because handVU is not running on that port. To check that use this command in dos: netstat -a
ReplyDeleteThat shows the list of ports open. See if handVU is running or not. Thanks!!
i need to activate webcam with unity3D.Can you help me please?Thanks
ReplyDeletePlease check some libraries like openCV, though the library is for C, there are many .NET wrappers of the library, so you can use one and write a script to access webcam and put the image dynamically as a texture in Unity, may be a texture for a surface!! Please try this and if you find any problems, post here, we will solve them!
ReplyDeletei find problems with Opencv.dll with Unity , i found a package un UnityAR version beta so the webcam ias the is runnig and as the image of webcam is a texture i convert it to png but the
ReplyDeleteimage is inversed?
Can u help me to solve this problem?
And i ask you if i can manipulate images with Unity3D to extract thier characteristics and to apply
filters like with OpenCV?
Thanks.
I dont know what kind of package you mean, but anyways, to invert the image back, try to rotate the surface in Unity by 360 degrees, that might solve the problem.
ReplyDeleteFor applying filters, please send me the code that you use inside Unity, i want to see what kind of code is used. So that we can use opencv functions in that. If its different, we will write our own code for opencv
Firstly,thanks.
ReplyDeleteThis is the link to download the UnityAR.
For OpenCV i need to convert the
image that i capture it from webcam and apply segmentation in this image?
Thanks
Hi, I am having trouble importing your package. I am getting an error on import that says " Prefabs is not a valid directory name." and it does not import most of the project.
ReplyDeleteWhen I looked at it closely I see that you have a space before the folder name ' Prefabs' in your package. I'm sure that's the problem because Unity3.5 can't have a space before the name of a folder. However, I can't fix it or import the files unless you fix it and re-post the package. Also I am using Unity 3.5 beta and maybe the old versions would import the files but 3.5 doesn't?
I love you're work and thanks for any help you can give me on this... Sriram you're awesome ;)
Oh!! Is it!! But i imported the package directly from Unity itself also, that folder is Unity generated folder only!! Anyways, thanks a lot for sharing this kind of bug. When i developed the app, it was in Unity 2.5 i guess. I will repack the code. But for time being, you can see the guide, the entire source code is given there, and the steps are also given there, you can resurrect the complete project from it!
ReplyDeleteHi, Sriram.
ReplyDeleteI liked your video demo on youtube. Could you please reupload your tutorial and project to another file server(megaupload is suspended now).
Thanks!
@Rustam: Hi, Im doing that only now, soon i will reupload everything
ReplyDelete@All: Please if someone downloaded this tutorial, could you email me back, im searching for this tutorial in my computer, if i dont get it back, i will make one more, thats not a problem, anyways, if someone already downloaded it, please send me back only the pdf file. Thanks a lot.
@KrisCode: Buddy, if you have downloaded the pdf, please send me
sriramdasty7@gmail.com
Thanks in advance!!
Hey Sriram,
ReplyDeleteGreat work with this tutorial bro! Any luck on getting this to run on unity 3.5 anyone. Especially with the integrated webcam support should be a less complicated bind than before right?
I still can't find your pdf Sriram. I looked everywhere on my system and I don't see it. If you tell me the exact name I'll get it for you. Sorry I just saw this and figured out what happened to your uploads...
ReplyDeleteHi!, can you change the Tutorials link for other site, because megaupload was closed xD!
ReplyDeletethank you.
How do you save the recorded videos in your computer? I mean, for posting it on youtube, you must have saved the recorded video on your laptop.. How did you do that?
ReplyDeleteAny screen recorder software, I used Camtasia
Deletethe pdf link is broken, where i can find it?? :)
ReplyDeletei need the pdf pls
ReplyDeleteHey Sriram,upload tutorial in another file hosting.R.I.P MegaUpload.
ReplyDeleteHey Sriram,upload Tutorials PDF file in another file hosting,MegaUpload website is closed!
ReplyDeleteHi, Sriram! I tryed to run this in my Unity, unity console writes:NullReferenceException: Object reference not set to an instance of an object
ReplyDeletevirtual_demo.Update () (at Assets/Scripts/virtual_demo.cs:20)
How to fix this?
Thank you for this tutorial but the pdf document is uploaded on megaupload, please upload and share it in another site. mediafire or 4shared. thank you in advance
ReplyDeleteHey Sriram! Can you please upload your tutorial again? Thanks!
ReplyDeleteHey Sriram! Great work! Could you please upload your tutorial again? Thanks!
ReplyDeleteHi , The link to tutorial file is empty.When I run handvu , I get below errors
ReplyDeleteSocketException: Connection refused
System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP, Boolean requireSocketPolicy)
System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP)
System.Net.Sockets.TcpClient.Connect (System.Net.IPEndPoint remote_end_point)
and
NullReferenceException: Object reference not set to an instance of an object
virtual_demo.Update () (at Assets/Scripts/virtual_demo.cs:21)