Cam prefab shows background but not anything else when spawned.

void OnJoinedRoom() {
PhotonNetwork.Instantiate (playerPrefabName, spawnPoint.position, spawnPoint.rotation, 0);
PhotonNetwork.Instantiate (CameraPrefabName, spawnPoint.position, spawnPoint.rotation, 0);}

It spawns both my player and camera at the spawn point, like most people do. Only thing is the camera shows the background and nothing else. Just blue. What could be causing this?

http://imgur.com/TvpMweM