Introduction: Augmented Reality Using Unity3D, Vuforia, Zigfu and Kinect – Control Character With Your Body
For more Augmented Reality tutorials please visit here:
1. https://www.instructables.com/id/Augmented-Reality-using-AR-media-plugin/
2. https://www.instructables.com/id/Augmented-Reality-using-BuildAR/
3. https://www.instructables.com/id/Augmented-Reality-and-Kinect-Augmenting-Skull-and-/
4. https://www.instructables.com/id/Augmented-Reality-Tutorial-No-1-Marker-Based-Primi/
5. https://www.instructables.com/id/Augmented-Reality-using-Popcode/
6. https://www.instructables.com/id/Augmented-Reality-using-Unity3D-Vuforia-and-Arduin/
7. https://www.instructables.com/id/Augmented-Reality-Tutorial-No-16-Augmented-Reality/
8. https://www.instructables.com/id/Augmented-Reality-using-Unity3D-and-Vuforia-Real-3/
9. https://www.instructables.com/id/Augmented-Reality-Tutorial-Using-Unity3D-and-Vufor/
10. https://www.instructables.com/id/Augmented-Reality-Using-Unity3D-and-Vuforia-for-Vi/
11. https://www.instructables.com/id/Augmented-Reality-Using-Unity3D-and-Vuforia-for-Tr/
12. https://www.instructables.com/id/Augmented-Reality-Using-Unity3D-and-Vuforia-for-Mu/
13. https://www.instructables.com/id/Augmented-Reality-using-Unity3D-and-Vuforia-for-An/
14. https://www.instructables.com/id/Augmented-Reality-using-Unity3D-Vuforia-and-Leap-M/
15. https://www.instructables.com/id/Augmented-Reality-Using-Unity3D-and-Vuforia-for-Di/
Step 1: Download Everything Below and Follow Instructions in the Video
Download # Unity3D (download and install it, if you don't have it already) (*.exe file)
Unity3D is also available to download from here
Download #Kinect drivers for Windows OS (*.exe file)
Kinect for Windows SDK v1.7 is also available to download from here
Download #Zigfu for Windows OS (*.exe file)
Zigfu for Windows OS / MAC are also available to download from here
Download #Zigfu ZDK For Unity3D (*.exe file)
Zigfu ZDK For Unity3D is also available to download from here
Download #Download and Import Unity3D Extension v4.2.3 (*.unitypackage file)
Unity3D extension is also available to download from here
Download #Print Euforia of Beauty Logo to Augment the Content and Create the Tracker (*.jpg file)
Download #You Can Use Already Created Tracker (Zigfu) Based on Euforia of Beauty Logo (*.unitypackage file)
Download #Download Whole Zigfu Tutorial Project Files (the result to test it) (*.rar file)
11 Comments
7 years ago
I managed to select Kinect camera form the dropdown.But when I run the code. I get below error for kinect camera.
ERROR - Could not find specified video device
UnityEngine.WebCamTexture:Play()
Reply 6 years ago
Hi, i met up the same problem. If you figure out it, please let me know how to do it.Thanks.
Reply 6 years ago
Hi, You need to disable system camera by
1. open Device Manager(Control Panel -> Device Manager)
2. Select the Imaging devices
3. Right Click on Camera and select disable
4. Restart the system. You should be able to use Kinect camera
Note: The printout of the sheet needs to be shown to the Kinect Camera instead of System camera after the above steps
Reply 6 years ago
Hi, it still doesn't work after above steps. :(
I think there are something wrong about connecting to Kinect Camera instead of system camera. Could you let me know how you do it?
Reply 6 years ago
Did you install Kinectcam.ax and checked if the KinectCam is working in Skype ?
Reply 6 years ago
Can "Kinectcam.ax" work with Kinect v2 ? I used "KinectCamV2" before. It can work in Skype, but can not add “Kinect Camera V2” as “Imaging Device”.
Reply 6 years ago
I think "Kinectcam.ax" is for v1. For v2 you can check below link if it can be of any help
http://codingbytodesign.net/2014/07/20/kinectcamv2-for-kinect-v2/
Reply 6 years ago
OK. Thank you for your response. The problem has confused me for a long time.
7 years ago
I do not get 'Kinect Camera' as a dropdown option in 'WebCam behaviour' in camera device.
How do I connect to Kinect Camera instead of system camera ?
7 years ago
I get a black screen when i download the zip file and run the code. If I uncheck the AR camera at runtime, the black screen disappears
7 years ago
Hello, is this project deployed on desktop version (windows or mac)? if not, do you have any idea how could be this possible? Thanks.