webcam() function "MEX level2 S-function" error
2 次查看(过去 30 天)
显示 更早的评论
I reinstall support package for usb webcams but doesn't matter,
If I tried matlab web, webcam is running but matlab in win11 doesn't acquire my laptop webcam.
How can I do?
ERROR TEXT:
Error using webcam
MEX level2 S-function "webcam" must be called with at least 4 right hand arguments
0 个评论
回答(2 个)
Eswaramoorthy
2023-3-1
Hi,
You seem to have created a MEX function and named it as "webcam". This is shadowing Webcam SPKG's function "webcam".
This is the reason why you get the error message that it needs 4 input arguments.
Rename the file name(from "webcam") to overcome the issue.
Hope this Helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for IP Cameras 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!