You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, I am presently engaged in the development of a VR driver operating in extended mode. I have successfully managed to display the VR imagery onto the correct monitor; however, I have encountered several issues whilst undertaking the development related to the camera functionalities.
My driver, referencing the implementation of openvr-customhmd, has incorporated the IVRCameraComponent. I have instrumented each interface with logging and set breakpoints, yet it seems that SteamVR has not invoked the IVRCameraComponent interface that I have implemented. Within the vrcompositor.txt, I discovered the following log entries:
Tue Jan 14 2025 14:30:16.273 [Info] - Initializing camera Tue Jan 14 2025 14:30:16.273 [Info] - Creating static resources for tracked camera Tue Jan 14 2025 14:30:16.274 [Info] - Tracked Camera: Failed to create static GPU resources. Tue Jan 14 2025 14:30:16.274 [Info] - D3D11 Camera Initialization failure.
Is there something incorrect in my implementation? Below is the relevant portion of my code:
Greetings, I am presently engaged in the development of a VR driver operating in extended mode. I have successfully managed to display the VR imagery onto the correct monitor; however, I have encountered several issues whilst undertaking the development related to the camera functionalities.
My driver, referencing the implementation of openvr-customhmd, has incorporated the IVRCameraComponent. I have instrumented each interface with logging and set breakpoints, yet it seems that SteamVR has not invoked the IVRCameraComponent interface that I have implemented. Within the vrcompositor.txt, I discovered the following log entries:
Tue Jan 14 2025 14:30:16.273 [Info] - Initializing camera
Tue Jan 14 2025 14:30:16.273 [Info] - Creating static resources for tracked camera
Tue Jan 14 2025 14:30:16.274 [Info] - Tracked Camera: Failed to create static GPU resources.
Tue Jan 14 2025 14:30:16.274 [Info] - D3D11 Camera Initialization failure.
Is there something incorrect in my implementation? Below is the relevant portion of my code:
Please disregard my implementation of IVRCameraComponent for now; currently, I only wish to test the interface calls.
The text was updated successfully, but these errors were encountered: