Readme.txt 1.3 KB

1234567891011121314151617181920212223242526272829
  1. How it works: GreenScreen Demo
  2. Required:
  3. ZED camera
  4. Green screen
  5. HTC Vive headset or Oculus Rift
  6. 2x Vive controllers, 1x Vive Tracker and 2x controllers, or 2x Oculus Touch controllers.
  7. First, you will need to mount a controller/tracker onto the ZED and make sure they are firmly attached.
  8. The controller will let you track the ZED in the same space as the HMD and allow you to move the camera while filming.
  9. To attach the ZED and controller/tracker, you can download and 3D print the support available here:
  10. https://docs.stereolabs.com/mixed-reality/unity/images/ZED_MR_support.zip
  11. How It Works
  12. To start recording mixed reality footage, we will go through the following steps:
  13. Create a new Unity project and import the ZED_Green_Screen prefab
  14. Adjust ZED camera settings to improve image quality
  15. Adjust chroma key to remove the green screen
  16. Add the headset
  17. MANUAL CALIBRATION
  18. We provide a semi-automated calibration app for SteamVR that lets you create an offset file automatically.
  19. It calibrates the relative position of the ZED and Vive/Oculus play space. You can download a beta version here:
  20. https://www.stereolabs.com/developers/downloads/unity/ZED_Greenscreen_Calibration_v2.4.0.zip
  21. The Script ZED Offset Controller takes the calibration file generated.
  22. And applies it to the gameObject which it's attached to.