Quest app crashes when Mixed Reality Capture is enabled - Oculus SDK v35 Unity
Hello! When OBS Studio (24.0.3) connects to the app for MRC capture, my app is immediately crashing. It happens for the sample MixedRealityCapture scene as well. The MRC capture was working before I updated the Oculus SDK from v23.1 to v35. Tool/SDK Versions: Oculus SDK v35 Unity 2020.3.11f1 Legacy OVR Plugin (OpenXR plugin is not working as well) URP (10.5.0) XR Plugin Management (4.0.6) Oculus XR Plugin (1.9.1) Build Details: Running on Quest 2 Version '2020.3.11f1 (99c7afb366b3)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a' ABI: 'arm64' Crash Details: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 Cause: null pointer dereference backtrace: /system/lib64/libOVRMrcLib.oculus.so (BuildId: 4c5229e67cc9eaa8908c081fd095d039b21f4d1c) /system/lib64/libOVRMrcLib.oculus.so (BuildId: 4c5229e67cc9eaa8908c081fd095d039b21f4d1c) /system/lib64/libOVRMrcLib.oculus.so (ovrm_Update+20) (BuildId: 4c5229e67cc9eaa8908c081fd095d039b21f4d1c) /lib/arm64/libOVRPlugin.so (ovrp_Media_Update+28) (BuildId: 26f7ad9fcbd1190c47cc9b3207d16086590804a0) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libil2cpp.so (BuildId: 7c92d66f70efaf02c6c721bd01be81a45edfcc56) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /lib/arm64/libunity.so (BuildId: 60735f8b4d6bc03c4308ed42b478b19b54fbd4a6) /oat/arm64/base.odex Thanks in advance for your suggestions and help.1.6KViews0likes1CommentSetting up MRC for a project
My team is currently developing a game using UE4 and currently trying to include the MRC function by first using the "MixedRealitySample" project. It would be much appreciated if someone could provide any relevant information regarding the issue below: -Specifications Engine - Oculus-VR/UE4.27.2 ( github ) Plugin Version - OculusVR 1.74.0 -Issue OVRP_SUCCESS(FOculusHMDModule::GetPluginWrapper().Media_IsMrcEnabled(&mrcEnabled)) mrcEnabled == ovrpBool_True MRC enable does not seem to work. The output keeps showing False. MixedReality and Media initialization (seen below) works fine. OVRP_SUCCESS(FOculusHMDModule::GetPluginWrapper().InitializeMixedReality()) OVRP_SUCCESS(FOculusHMDModule::GetPluginWrapper().Media_Initialize()) What are we missing here? Is there a separate API to enable MRC that is currently unavailable in the Plugin or are there something else we need to do? Thank you.2.4KViews0likes7CommentsUnable To Get A Response
Hello, I am desperately trying to find an answer. Ive been posting for a few days trying to get help multiple people are having with saving MRC calibration to our headset. Were all getting the same Calibration Sending Error, being denied access to the file location.. Ive been sending in tickets to Oculus, posting in the Oculus Support Discord, sending emails but have not received a response as of now. Please tell me who or where I can find answers to this issue. Thank you1.4KViews2likes3CommentsMRCTools 5.1.0 does not work with OBS Studio 26.1.0
I'm trying Mixed Reality Capture on Oculus Quest 2. I have installed the MRC Tools 5.1.0 plugin in OBS Studio 26.1, but I don't see OclusMrcSource in the OBS source. The following error is recorded in the OBS Studio log. LoadLibrary failed for'../ ../ obs-plugins / 64bit / oculus-mrc.dll': The specified module could not be found. (126) Module'../ ../ obs-plugins / 64bit / oculus-mrc.dll' not loaded When I looked it up, it seems that oculus-mrc.dll calls the following DLL. Avcodec-57.dll Avutil-55.dll Swscale-4.dll However, the DLL that comes with OBS Studio 26.1.0 is new as follows. Avcodec-58.dll Avutil-56.dll Swscale-5.dll Could you please make oculus-mrc.dll of MRCTools compatible with these DLLs?2.7KViews0likes4CommentsHas Meta abandoned MRC Native support?
https://developer.oculus.com/documentation/native/android/android-native-mrc/ The instructions in the link above are very vague and outdated. For example, the instructions say to use ovrm_Initialize(), but that function does not exist in the header file we are asked to use: OVR_Mrc_Shim.h. Can someone please help me with MRC for Native Development? How do I implement this in hello_xr or XrCompositor_NativeActivity.c?652Views1like0CommentsHow to include OVR_Mrc_Shim.h in hello_xr for Native Android Mixed Reality Capture?
Native Android Mixed Reality Capture In the instructions above, it states: To add OVRMrcLib to your native Android project: 1. Include Shim/OVR_Mrc_Shim.h and Shim/OVR_Mrc_Shim.cpp in your project Which file in the hello_xr example do I #include Shim/OVR_Mrc_Shim.h? I'm guessing maybe openxr_program.h, but I want to get things right in the first step, since I'm having great difficulties in the next steps.672Views0likes0CommentsMRC Capture is not working - App crashing when OBS Studio tries to connect - SDK v35
I am testing the MRC capture using the MixedRealityCapture scene but the app crashes when I connect OBS Studio. This started happening when I updated Oculus SDK from v23.1 to v35. Unity 2020.3.11f1 Legacy OVR Plugin (OpenXR plugin is not working as well) URP (10.5.0) XR Plugin Management (4.0.6) Oculus XR Plugin (1.9.1) Running on Quest 2 Version '2020.3.11f1 (99c7afb366b3)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a' ABI: 'arm64'981Views0likes0CommentsMixed Reality Capture tool never loads
I was able to install the Mixed Reality Capture tool successfully, but when I try to run it on my Windows 10 computer (fresh installation as of this writing), the tool opens a blank black background with no buttons. After watching videos of what should happen, it should be an application UI that I can click "Getting started", but that never happens. I just end up with a blank screen that I have to close by right clicking the icon on the taskbar. Anyone else experience this issue?889Views0likes1CommentFMOD and Oculus MRC
Hello all, I have implemented Oculus Mixed Reality Capture inside my Unity Project and everything works great. The only problem is that if I use FMOD, no audio gets transmitted to OBS... only the standard audio that goes through Unity Audio Listener gets sent to Mixed Reality Video. Has someone of you ever found a solution to this? All my game uses FMOD... Thank you!Solved1.3KViews1like1Comment