cancel
Showing results for 
Search instead for 
Did you mean: 

Spectator camera in unity

ninjuArchero
Explorer

I've been trying to implement the spectator camera, but I am unable to run the example provided in the oculus integration plugin - the one mentioned here: https://developer.oculus.com/documentation/unity/unity-spectator-camera/

Whenever I switch to third person view using index button, the screen on my phone simply goes black. The "selfie" preview in the headset does work properly.

Has anybody been able to run this sample?

10 REPLIES 10

korinVR
Expert Protege

I've just tried the SpectatorMode example, and I'm on the same boat. Probably I'm missing some prerequisite though...

jayhuang8
Explorer

Hi ninjuArchero and korinVR,
Pardon to hear that.
May I know what is your Unity version? In Oculus SDK v29, it requires Unity 2019.4 or above. I suspect this could be the reason. 

Also, please consider using release build (turn off development checkbox) for now. A couple bug fixes had landed in v32 SDK, including "flip image" with one line change requires. See more detail in "Known Issue"

session. https://developer.oculus.com/documentation/unity/unity-spectator-camera/

jayhuang8
Explorer

Also, Spectator camera should now work for casting to phone and PC browser, as part of normal casting flow when trigger within Unity app. 

 

ninjuArchero
Explorer

I am using unity 2020.3.13f1.

I will double check that I was using it on release build.

I've tried casting to one plus 7 pro and Samsung s21 (same results)

HarrysXR
Explorer

Have the same result: "Whenever I switch to third person view using index button, the screen on my phone/browser simply goes black."

 

It worked before but suddenly I just get a black screen...

 

I use Oculus SDK v31.2 and Unity 2020.1.13f1 and development build is off

 

Any solution on this yet? THANKS!

I still do not know how to make it work. The only thing I found out since my last post is that my phone is not the cause of the issue - I was able to use Spectator mode in "Racket NX"

Yes it's definitely a bug as I've tried various devices...

It is working on older builds of my game and also got it working on one build yesterday... but today the black screen is back although i haven't changed anything 🙄

HarrysXR
Explorer

Looks like I found the problem in my case 🎉

It's hard to believe but disabling the unity splash screen was causing the black screen in my case:

harald2503_0-1630147275541.png

Once I enable the Splash Screen again, the Spectator Camera works again 😀

 

Hope this helps you too!

acb3d
Explorer

Hi!

Is there a way to only render the background camera at full resolution (1920-1080)?
For now I get both cameras and in OBS, it looks very pixelated.

 

Regards