Legacy v0 API

The cvi.compat.v0 namespace preserves the pre-1.0 incremental interface for existing applications. New code should use the stateful top-level classes in API Reference, which provide a consistent get_cvi interface for batch and incremental updates.

Legacy-to-current names

Legacy

Current

iCH

cvi.CH

iDB

cvi.DB

iSIL

cvi.cSIL

iGD43

cvi.GD43

iGD53

cvi.GD53

iPS

cvi.PS

iXB

cvi.XB

Legacy objects use update and expose implementation-specific state. They are retained for compatibility, but are not part of the primary API reference.