How to get resources from a SDK?

6 次查看(过去 30 天)
Pedro Roios
Pedro Roios 2016-11-15
编辑: KAE 2018-5-1
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

回答(2 个)

Walter Roberson
Walter Roberson 2016-11-15

Pedro Roios
Pedro Roios 2016-11-15
That is to load a library only
  2 个评论
Walter Roberson
Walter Roberson 2016-11-15
SDKs are libraries (possibly with the addition of a compiler for a particular target.)
KAE
KAE 2018-5-1
编辑:KAE 2018-5-1
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

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by