allclose# deltacamera.Camera.allclose(other_camera)[source]# Check if all parameters of this camera are close to corresponding parameters of other_camera. Parameters: other_camera – the camera to compare to. Returns: True if all parameters are close, False otherwise.