Is there any way to integrate C# code into MATLAB? Using C# to obtain video stream from IP camera which then send it over to MATLAB to do video and image processing. Any ideas? Currently using r2015a version of MATLAB.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I wrote a code using C# winform to obtain video stream from IP camera. I need to process the video stream using MATLAB. Tried out connecting to IP camera directly using MATLAB before but could not do so due to MATLAB not supporting the brand of the IP camera in my disposal. Was having difficulties to write my custom adapter in C/C++ too. It would help a lot if someone got any idea to combine C# winform with MATLAB. Thanks!
1 Kommentar
Yoav
am 23 Aug. 2015
reference http://www.mathworks.com/help/matlab/ref/net.addassembly.html That should give you a starting point. Essentially you can import in dlls and then use their methods in matlab. good luck
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Support Package for IP Cameras finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!