C-API for camera SDK?

Post Reply
umlaeute
Posts: 11
Joined: Thu Jan 19, 2012 10:41 am

C-API for camera SDK?

Post by umlaeute »

while i fully appreciate the simplicity of the C++ CameraSDK, i wanted to ask whether there is also a C-version (or whether you plan to wrap the C++-version into plain C).

C-APIs have the great advantage, that they don't involve name mangling, which means that you can use the same binary library with multiple compilers (or generations of the same compiler).
umlaeute
Posts: 11
Joined: Thu Jan 19, 2012 10:41 am

Re: C-API for camera SDK?

Post by umlaeute »

i just noticed that this would also solve issue#46643

http://forum.naturalpoint.com/forum/ubb ... #Post46643
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: C-API for camera SDK?

Post by NaturalPoint - Mike »

Hello -

While there are no current plans to re-release the SDK into c, I can pass this along to our development team for consideration. If you work to wrap this to c or start a public project to do this, please let us know and we will link to it in our stickied projects thread.
Post Reply