Is there anyway to detect a collision with the Camera.moveCamera function?
camera.moveCamera(Camera.CAMERA_MOVEIN, 0.1f);
No. Because the camera has no idea about how the world is constructed. You can use the checkCameraCollisionXXX-methods in World instead.