Wednesday, November 6, 2013

How to create a custom camera MATLAB Image Aquisition Toolbox Adaptor Device / Third-Party Adaptor to receive live video stream?

Today i was wondering, how i can live stream images from my camera, which does not support winvideo, but comes with a custom SDK into MATLAB/Simulink.

How-i-fixed-it:
I  used the Image Acquisition Toolbox™ Adaptor Kit to create an adaptor  to create a custom adaptor (C++-DLL) using Visual Studio, like described here:

http://www.mathworks.de/de/help/imaq/creating-custom-adaptors.html

Description: The Adaptor Kit is a C++ framework that you use to create an adaptor to support new Hardware.

There are some open source KINECT imaq adaptor projects out as well to receive Microsoft KINECT RGB and depth data in MATLAB:

http://matkinect.sourceforge.net and http://sourceforge.net/projects/matkinect/
Here's a video that shows it working: http://www.youtube.com/watch?v=njstg3jnCg0

http://www.mathworks.com/matlabcentral/newsreader/view_thread/297204

No comments:

Post a Comment