Hello togne,
If the camera is aligned, you can check it in the following way in Metashape 1.5.2:
for camera in list([cam for cam in chunk.cameras if cam.type == Metashape.Camera.Type.Regular]):
if camera.transform:
print(camera.label + " is aligned")