ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.08k stars 1.28k forks source link

how custom driver to record mixed reality video #633

Open shensheng27 opened 7 years ago

shensheng27 commented 7 years ago

Some unity games were developed with steamvr plugin (like fruit ninja ...). Mixed reality video could be recorded using htc vive with additional camera and custom tracker. From openvr_driver.h there were something like Prop_DisplayMCImageData_Binary or TrackedDeviceClass_GenericTracker might be useful but demo or document is missing. Is this feature already available or will be available in the furture? Thanks

maximeLong commented 6 years ago

@shensheng27 did you ever make any progress on this question?

shensheng27 commented 6 years ago

@maximeLong no. Tried build demo app from scratch and using UE4 layers perform mixed reality video and it's working on that particular app, six months ago. I think app developer is responsible for create mixed reality video using openvr. So there is little driver could do unless openvr open such interface to upload camera image and render 2 view for player and viewer. good luck