Граф коммитов

48 Коммитов

Автор SHA1 Сообщение Дата
EnoxSoftware 1b7b357538 Fixed README.md. 2022-10-24 18:02:43 +09:00
EnoxSoftware ed57f54301 Removed unnecessary code added to work around non-existent bugs. 2022-10-21 06:17:32 +09:00
EnoxSoftware 9aa6760886 Move the Resources folder location. 2022-10-18 04:53:51 +09:00
EnoxSoftware 54449404fc Fixed shaders for video display to work with Stereo RenderingMode:'Single Pass Instanced'. close #1 2022-10-18 01:30:01 +09:00
EnoxSoftware fb4f9c9305 Updated the editor version of the HololensVideoCaptureExample project to Unity 2019.4.31f1.
Fixed HololensVideoCaptureExample to add support for Hololens2 and the new XR plug-in management system.
2022-10-15 13:38:24 +09:00
EnoxSoftware 3c2abbe3ce Fixed the pixelFormat and dataLength properties of the VideoCaptureSample class to return the correct data size.
Fixed the TryGetProjectionMatrix and TryGetCameraToWorldMatrix methods in the VideoCaptureSample class to return the correct values for Hololens2 devices.
Added .editorconfig file.
2022-10-15 04:39:27 +09:00
EnoxSoftware 32bbea95fa Added support for Hololens2. With this change, several CameraParameters properties (rotateImage180Degrees, hologramOpacity, enableHolograms, videoStabilizationBufferSize, and recordingIndicatorVisible) are now disabled. 2022-10-08 14:42:20 +09:00
EnoxSoftware c73f140f47 Upgrade HoloLensCameraStream project to VS2019 2022-10-04 04:35:16 +09:00
Cam 353ddd309d Update dlls, use simple Queue instead of WSA invoking in VideoPanel example. Always set frame type. 2018-10-22 16:13:01 +11:00
Cam 3ea5d02dbd Add workaround for unity bug in NET Native builds 2018-10-01 11:10:01 +10:00
Cam 1eab1c7209 Use GUID to extract camera intrinsics (remove requirement for prerelease Windows.Media.Core.Devices.CameraIntrinsics) 2018-09-27 17:38:04 +10:00
Cam 8c9953acfe Add option to disable recording icon (doesn't seem to work). Switch stream type to VideoRecord - retains higher quality imaging without throttling 2018-09-03 19:09:28 +10:00
Cam 36ce8b7878 Fixes to shared camera stream 2018-08-28 21:03:18 +10:00
Cam 0d19112893 Simplify shared stream integration 2018-08-28 17:39:10 +10:00
Cam ca78ef73f5 Support shared stream 2018-08-28 17:26:23 +10:00
Cam aac0e9ac7d Set sharing mode to read only 2018-08-27 11:17:44 +10:00
Cam b58357dc94 Add camera intrinsics struct and edit dummy project 2018-08-17 17:26:24 +10:00
Cam 927f3f4dcf Add cameraintrinsics to VideoCaptureSample 2018-08-17 16:53:56 +10:00
Eric Smith f129383d5a
ReadMe mentions projection mapping. 2018-01-10 11:44:17 -08:00
Eric Smith 66a5b3b801
Merge pull request #28 from labellson/pixelProjection
Reproject pixel coordinates to 3d world
2018-01-10 11:35:18 -08:00
Daniel Laguna b79271e806 Created Projection Example and implemented PixelCoordToWorldCoord method 2017-11-24 13:29:07 +01:00
Daniel Laguna 1118a82f0e Mirrored Upside-down the UV of camera texture in HolographicImageBlend.shader 2017-10-23 10:07:36 +02:00
Daniel Laguna 323289fb45 Added camera hologram blending effect with projection matrix and HolographicImageBlending shader 2017-10-23 10:07:36 +02:00
Daniel Laguna 711f770a9f Changed PixelCoordToWorldCoord(). dirRay isn't taking account the center of Camera 2017-10-23 10:07:36 +02:00
Daniel Laguna 0219c868b5 Fixed right to left handed conversion as in PR comment 2017-10-23 10:05:47 +02:00
Daniel Laguna a2e7e46af0 Made cameraToWorldMatrix useful to Unity. The transformations applied were not right 2017-10-23 10:05:47 +02:00
Eric Smith f369d74511 Switch default build scene to Video Panel Example 2017-08-04 09:35:07 -07:00
Jon e1c7e89a23 Move utilities into utils. Add example scene for Matrix Usage. 2017-05-11 17:59:13 -04:00
Jon c7d11e3c8a Commenting helper method in example code 2017-05-10 17:05:10 -04:00
Jon 13a3621f05 Conform variable names between dummy and main plugin 2017-05-10 17:00:50 -04:00
Jon 19921146cd Adding support for fetching CameraToWorld Matrix and Projection Matrix from sample frames similar to built in PhotoCapture. 2017-05-10 16:54:18 -04:00
Eric Smith 1aa8f6cb56 Changed example readme format for asset store compatibility 2017-04-26 17:40:32 -07:00
Eric Smith c72622526e Version bump 2017-04-26 17:29:59 -07:00
Eric Smith 8aa592706f Clean up HologramOptions pull request 2017-04-26 17:22:04 -07:00
Eric Smith ef23a8a38d Copy dummy dll to proper dir 2017-04-26 17:21:00 -07:00
Eric Smith 877e4fcd0a Merge pull request #8 from SoylentGraham/HologramOptions
New SetupParams options
2017-04-26 17:06:09 -07:00
Eric Smith 2068e140b3 Adding README to example project 2017-04-26 14:04:23 -07:00
Graham Reeves 3f7d547332 Fixed holograms not appearing. Effect was on wrong stream type (but presumably some options are global...) 2017-04-26 00:50:09 +01:00
Graham Reeves 2223c79236 Added MixedReality effect and options to the CameraParams 2017-04-26 00:21:14 +01:00
Graham Reeves d526af9a20 Made the 180 rotation optional 2017-04-26 00:06:07 +01:00
Eric Smith c000b28d40 Update README 2017-04-11 18:09:16 -07:00
Eric Smith 1e4c3d190a Update assembly version. 2017-04-11 17:35:14 -07:00
Eric Smith b2b5d6a66b Upgrade example to Unity 5.6 2017-04-11 17:32:09 -07:00
Eric Smith 9b4b078b47 Add copyright headers 2017-04-11 16:31:29 -07:00
Eric Smith a17458dc34 Improvements to README 2017-04-11 14:09:37 -07:00
Eric Smith 99bc9e38df A simple video panel UI that can display images. Images are not upside-down. You can set resolution and frame rate. 2017-04-10 18:03:23 -07:00
Eric Smith 7bfe64f180 Adjusted example camera to clear to black. 2017-04-06 15:54:19 -07:00
Eric Smith ed1aac1c6e Initial commit 2017-04-06 15:30:41 -07:00