Programming Questions
C-style API Discuss programming questions concerning the "classic" Common Vision Blox API in this category. C++ API The CVB++ API (see also this post) is a new object oriented wrapper for the SDK. It has been designed as header-only library on top of the classic C-like API. Therefore its interface conveniently uses the C++11 standard library features. .Net API The CVB.Net API (see also this post) is a new object oriented wrapper for the SDK. It has been designed to harmoniusly integrate into the .Net API and makes leveraging the abilities of for complex applications written in one of the .Net/CLR languages easier than the classic C-like API. Python API The CVBpy API (see also this post) is a new object oriented Python wrapper for the SDK. It has been designed on top of the CVB++ wrapper and alongside the CVB.Net.