How to get resources from a SDK?

4 views (last 30 days)
Pedro Roios
Pedro Roios on 15 Nov 2016
Edited: KAE on 1 May 2018
Hello,
My [noob] question is: how can I get resources from a SDK? For example, I have a device X. I install it and also install the respective SDK. How can I use the "functions" inside the SDK? If it was a kinect (only to give an example), I install it and I can see the video depth and rgb using the IMAQ toolbox. But if I wanted to use the SDK to use the functions of tracking bodies and etc, how could I do it? I'm looking for procedure to follow with anything that has a SDK.
How to get resources from a SDK?
Thank you in advance, Roios

Answers (2)

Walter Roberson
Walter Roberson on 15 Nov 2016

Pedro Roios
Pedro Roios on 15 Nov 2016
That is to load a library only
  2 Comments
Walter Roberson
Walter Roberson on 15 Nov 2016
SDKs are libraries (possibly with the addition of a compiler for a particular target.)
KAE
KAE on 1 May 2018
Edited: KAE on 1 May 2018
Pedro, some info on calling the SDK's functions is here, https://www.mathworks.com/help/matlab/matlab_external/calling-functions-in-shared-libraries.html , and an example is here, https://www.picotech.com/support/topic10809.html

Sign in to comment.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!