Access Vive FrontFacing Camera

Is there a way to access the front facing camera feed? In Unity it is done with SteamVR_TrackedCamera.Source().

The API access seems pretty sparse:
https://docs.unrealengine.com/latest/INT/API/Plugins/SteamVR/index.html

but are there ways to access more of the openvr api to access the camera similar to Unity?

I would love to know too!
Could be insane with using this:

Hi, here’s an explanation:

It seems like you have to access VIVE camera as any other webcam, which can be done with the plugin mentioned in the post.