FAQ
Q: Does CameraStream require Unity Pro?
CameraStream works fine on the personal edition of Unity.
Q: Does CameraStream work with the HoloLens emulator?
No, the plugin will not be able to find the camera. You'll need to test on the device.
Q: When I run in the Unity Editor, I get a NotImplementedException. Why?
This plugin doesn't run in the editor yet. It relies on the HoloLens' "locatable camera", which is not available when running on a PC. The NotImplementedException is saying that the function to initialize the locatable camera is "not implemented" in the PC environment.
Q: Does CameraStream work in the latest version of Unity?
Almost, but not quite! Right now, the most stable working version is 5.6.3p2, compiled with Visual Studio 15.5.3. I've tried to upgrade to 2017.3, and it's available in a branch. The only remaining issue is that the Projection Mapping example isn't working quite right, and I haven't been able to figure out why. Please, check it out and take a look if you have time.