InvalidCameraError

InvalidCameraError#

exception InvalidCameraError(
message="Invalid camera description\nCamera description must be one of the following:\n\nIterable containing position, focal_point, and view up.  For example:\n[(2.0, 5.0, 13.0), (0.0, 0.0, 0.0), (-0.7, -0.5, 0.3)]\n\nIterable containing a view vector.  For example:\n[-1.0, 2.0, -5.0]\n\nA string containing the plane orthogonal to the view direction.  For example:\n'xy'\n",
)[source]#

Exception when passed an invalid camera.