Forum Discussion
kevin0228ca
10 years agoExplorer
Is ovrHMD_CreateDebug deprecated starting SDK version 0.6.0
Hi,
When I was developing with SDK 0.5.0, I could use ovrHmd_CreateDebug(ovrHmd_DK2) to emulate a HMD when I don't have real HMD.
But starting SDK 0.6.0, I could not open Oculus world demo as error says "failed debug HMD creation"
I can see
is still being called in Oculus sample, but returns false.
And in SDK 0.7.0, I think ovrHmd_CreateDebug is removed.
So is creating debug HMD deprecated starting SDK 0.6.0?
Does mean I need a real HMD to develop?
Thank you.
When I was developing with SDK 0.5.0, I could use ovrHmd_CreateDebug(ovrHmd_DK2) to emulate a HMD when I don't have real HMD.
But starting SDK 0.6.0, I could not open Oculus world demo as error says "failed debug HMD creation"
I can see
result = ovrHmd_CreateDebug(ovrHmd_DK2, &HMD);
is still being called in Oculus sample, but returns false.
And in SDK 0.7.0, I think ovrHmd_CreateDebug is removed.
So is creating debug HMD deprecated starting SDK 0.6.0?
Does mean I need a real HMD to develop?
Thank you.
2 Replies
- kevin0228caExplorerI just found answer.
ovrHmd_CreateDebug() is removed in 0.7.0 and I should use RiftConfigUtil utility to emulated HMD. - cyberealityGrand ChampionRight on. Thanks for following up.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device