Camera centered between two players

I want to make a multiplayer platforming game and I want the camera to be centered between the two players at all times. If I just give a camera behavior to one of them, the camera only follows that one player. If I give them both a camera behavior, the camera switches between the two. Is there a way to center the camera between them at all times? Or is this impossible?

It’s impossible.
Unless you’re grazer, it’s impossible.

Just make a block that extracts the two X and Y coordinates, then averages them. Vuala!

@meburningslime I’ve been trying to do this for so long and I feel like an idiot. Here’s an example: http://flowlab.io/game/view/1111368
What am I doing wrong? I think I’m calculating the average correctly.