I am trying to understand how to use the locatable camera in the hololens. I have many many questions but first things first, the simplest one:
There is Photo Capture and Video Capture. If my objective is to continuously process an image how should I proceed?
(I am guessing I should use Photocapture since video capture only save directly to disk.
So I guess I should use TakePhotoAsync repeatedly)
My second question: Do I need to create a separate thread?
Any advice will be greatly appreciated