virtual_display icon indicating copy to clipboard operation
virtual_display copied to clipboard

An example OpenVR driver for demonstrating the IVRVirtualDisplay interface.

Results 5 virtual_display issues
Sort by recently updated
recently updated
newest added

I implemented a driver to get the composed image using 'IVRVirtualDisplay', and set "redirectsDisplay": true. But it cannot work with ViveVR driver which also sets "redirectsDisplay": true. I want to...

I known this repository states it's Windows only, but I'm not sure where to ask for a Linux example of IVRVirtualDisplay, so I'm asking here! OpenVR has a driver sample...

An undocumented change to the IVRVirtualDisplay happened in OpenVR SDK 1.14, and now it is no longer possible to build this sample driver. Please fix!

It is very nice to see a detail document, it help a lot to make the IVRVirtualDisplay clear. For now the interface don't contain pose (comparing to IVRDriverDirectModeComponent), which is...

IVRVirtualDisplay interface was changed in OpenVR v1.0.14. It would be nice to see how the new parameters are intended to be used.