vid return type
显示 更早的评论
Hi, I am trying to use some image centroids functions of matlab from c# client. I am using .net builder of matlab. It works fine but I can not get return type of vid camera parameters.
Here is the matlab code
function [myvid] = connect_camera()
vid = videoinput('winvideo', 1, 'YUY2_160x120');
myvid =vid;
Here is the c# code
MWArray myvid ;
Class1 myclass = new Class1();
myvid = myclass.connect_camera();
myvid is not return any value but null.
Thank you Nuri Erginer gnexlab
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 National Instruments Frame Grabbers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!