How to get resources from a SDK?

4 vues (au cours des 30 derniers jours)
Pedro Roios
Pedro Roios le 15 Nov 2016
Modifié(e) : KAE le 1 Mai 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

Réponses (2)

Walter Roberson
Walter Roberson le 15 Nov 2016

Pedro Roios
Pedro Roios le 15 Nov 2016
That is to load a library only
  2 commentaires
Walter Roberson
Walter Roberson le 15 Nov 2016
SDKs are libraries (possibly with the addition of a compiler for a particular target.)
KAE
KAE le 1 Mai 2018
Modifié(e) : KAE le 1 Mai 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

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by