You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Zed SDK and the Zed2i class does not only work for the Zed2i camera, but also for the Zed mini.
Do we want to rename the zed2i.py file and the Zed2i class to the more generic Zed, or create a type alias for ZedMini? How do we maintain backwards compatibility while being generic (and do we want to? Probably yes)
Right now, it can be unclear that the Zed2i class also works for other cameras.
The text was updated successfully, but these errors were encountered:
The Zed SDK and the
Zed2i
class does not only work for the Zed2i camera, but also for the Zed mini.Do we want to rename the
zed2i.py
file and theZed2i
class to the more genericZed
, or create a type alias forZedMini
? How do we maintain backwards compatibility while being generic (and do we want to? Probably yes)Right now, it can be unclear that the
Zed2i
class also works for other cameras.The text was updated successfully, but these errors were encountered: