MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   无法在批处理中使用Ipcam功能 (https://www.labfans.com/bbs/showthread.php?t=22390)

poster 2019-12-04 12:34

无法在批处理中使用Ipcam功能
 
我在matlab中使用批处理在后台运行函数。

这是仅捕获图像并将其保存的功能:

function = captureImg(URL) cam = ipcam(URL); img = snapshot(cam); imwrite(img,'newImg.jpg'); end 函数captureImg正常工作,但是当我使用批处理运行它时,出现错误:

job = batch(@captureImg , 0, {'HTTP://192.168.0.49'}) Error: Unable to load a message catalog 'matlab:ipcamera:ipcam'. Please check the file location and format.

[url=https://stackoverflow.com/q/59168867]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 23:24

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.