Camera positions have no relation to collision on other layers.
Collision is based off layer x/y coordinates. Which are ‘real’ positioned based and has no relationship to the camera’s position. So if you have colliding objects on different layers at the same position, it will count as a collision regardless of what the camera position is.
This is true in every engine I’m aware of.