Locatable Camera

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

So you are wanting to interpret real-time images captured by the headset? I haven’t tried this but I’m guessing it would have serious delays and hit performance pretty decently. Given the performance isn’t a killer, I would definitely create a separate thread for it.