HoloLensCameraStream icon indicating copy to clipboard operation
HoloLensCameraStream copied to clipboard

This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).

Results 32 HoloLensCameraStream issues
Sort by recently updated
recently updated
newest added

Does the same plugin work for newer unity versions or do we need to compile them ourselves?

Hi All, Although I remove cameraParams.rotateImage180Degrees = true; //If your image is upside down, remove this line. but my image still upside down? What is the reason? Thank you

Hi, I want to display Hololens2's real time camera image (streaming) in unity editor. Can I do this?? And also, I want to use mouse click as an input to...

Hi I cannot seem to build this project in Unity 2019.4.1f1 as I get a whole bunch of errors, I am missing something obvious here? ![image](https://user-images.githubusercontent.com/7520611/91170207-cf17f680-e6d8-11ea-9258-1474643edb99.png)

The plugin works correctly when running the example project, but when I integrate it in my vuforia project, i got this error : > Exception: Could not find an encoding...

The documentation mentions a variety of different camera profiles / resolutions to choose from. However, i only get two supported resolutions at runtime: 2272x1278 and 896x504, with 30 or 15...

Hi, Thanks for your awesome plugin. I'm using your plugin in order to do image processing with openCV, here is my workflow: - Compile the OpenCV dll and copy it...

Hi All, This should be simple but I don't know how to handle it. Any help is appreciated. From the _lastestImageBytes inside OnFramSampleAcquired(), how can we save it to a...

Hi all, Thanks for the fantastic plugin - it works exceptionally well. I've added a few things that you might be interested in integrating - 1. Setting the video type...

Hello. I am using this project to capture live frames. When I run example in "HoloLensVideoCaptureExample\Assets\CamStream\Examples" for example "video panel example" I met the exception NotImplementedException: The requested feature is...