Camera or Camera2 - what's the diff?

The documentation regarding this is pretty sparse and minimalistic, no sample code either. Any info about what the difference between these two classes is? I’m talking about olympe.messages.camera and olympe.messages.camera2.

Related to this I was making this experience:

I was running this sample

and the first problem I got was:

(olympe-python3) pi@raspberrypi:~/vxparrot $ python test.py
Traceback (most recent call last):
  File "test.py", line 13, in <module>
    from olympe.messages.camera2.Command import GetState
ModuleNotFoundError: No module named 'olympe.messages.camera2'

@ndessart: Any idea, what might go wrong here? And this is not the only problem down the road with this script.

Ah, disregard please. I was able to use my nose and find something using olympe.messages.camera

Hi,

camera is supported by ANAFI / ANAFI Thermal and Anafi USA
camera2 is supported by ANAFI Ai

Regards
Nicolas

Thanks for clarification. I could not find a special note on this. Despite this the camera interface seems to work for my purposes.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.