NB: The usual blog disclaimer for this site applies to posts around HoloLens. I am not on the HoloLens team. I have no details on HoloLens other than what is on the public web and so what I post here is just from my own experience experimenting with pieces that are publicly available and you … Continue reading Second Experiment with Image Classification on Windows ML from UWP (on HoloLens)
Category: XAML
Rough Notes on UWP and webRTC (Part 4–Adding some Unity and a little HoloLens)
Following up on my previous post, I wanted to take the very basic test code that I’d got working ‘reasonably’ on UWP on my desktop PC and see if I could move it to HoloLens running inside of a Unity application.The intention would be to preserve the very limited functionality that I have which goes … Continue reading Rough Notes on UWP and webRTC (Part 4–Adding some Unity and a little HoloLens)
Rough Notes on UWP and webRTC (Part 3)
This is a follow-on from my previous post around taking small steps with webRTC and UWP. At the end of that post, I had some scrappy code which was fairly fixed in function in that it was a small UWP app which would use the UWP webRTC library to connect to a signalling service and … Continue reading Rough Notes on UWP and webRTC (Part 3)