C++ SDK Wrapper Program for Python
Archived 3 years ago
J
RUB-H JustKilian
I have a C++ SDK which delivers classes, functions and so on to interact with a camera. I need to build a program in python with which i can acces all the functionalities of the SDK. I already know of ctypes and used it successfully for normal functions. But i have functions where Objects need to be given as arguments and there my knowledge ends. Its pretty important for me to get it working soon.
Kilian
