Oculus DK2 - display a video at a specific time
Dear all, My goal is to play a video on the oculus DK2, by selecting the time instant of the video to be displayed with the current position of a Falcon Novint robot. I have tried using TouchDesigner and the CHAI3D-oculus module, but I did not manage to display any video on the Oculus DK2. Applications playing videos from the Oculus store work perfectly fine. Therefore, I was thinking of starting one of these apps (such as "Open VR Video Player" that allows selecting a video within a specific path) to select the specific time, from the robot's position (read in the program running in C++ on visual studio 2015), at which the video should be displayed. Could that be doable? Did anyone try to perform a similar setup? Does someone have any recommendation? Thanks a lot in advance for your help! Simone1.5KViews0likes5CommentsUpdating Oculus app to latest SDK...
Windows 10 Fall Update, Visual Studio 2015 Debug, x64 app and OS, SDK 1.25.0, DK2 Been updating an Oculus app to the latest SDK and getting the error C2039 'HmdToEyeOffset': is not a member of 'ovrViewScaleDesc_' Has HmdToEyeOffset been replaced and by what, please? Thank you! ;-)))1KViews0likes1CommentVisual Studio x64 Debug library...
Hi. Can't compile and link Oculus Tiny Room in Visual Studio 2015 in Debug mode because the latest 1.25.0 SDK does not seem to come with the Debug library x64 but only with the Release library x64 which leads to runtime mismatches when used in Debug mode, see errors here below. How can I get the x64 Multi-threaded Debug (/MTd) library, please? ;-))) Severity Code Description Project File Line Suppression State Error LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in CAPI_GLE.obj OculusRoomTiny (GL) C:\dev\ovr_sdk_win_1.25.0_public\OculusSDK\Samples\OculusRoomTiny\OculusRoomTiny (GL)\Projects\Windows\VS2015\LibOVR.lib(OVR_CAPI_Util.obj) 1 Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MTd_StaticDebug' in CAPI_GLE.obj OculusRoomTiny (GL) C:\dev\ovr_sdk_win_1.25.0_public\OculusSDK\Samples\OculusRoomTiny\OculusRoomTiny (GL)\Projects\Windows\VS2015\LibOVR.lib(OVR_CAPI_Util.obj) 1 Error LNK1319 2 mismatches detected OculusRoomTiny (GL) C:\dev\ovr_sdk_win_1.25.0_public\OculusSDK\Samples\OculusRoomTiny\OculusRoomTiny (GL)\Bin\Windows\Win32\Debug\VS2015\OculusRoomTiny (GL).exe 1Solved1.3KViews0likes1Comment