built-in getdata function in imaqdevice is broken
古いコメントを表示
I am getting this error on running the following:
start(v);%v is a gige/gentl object
[recording1, time, metadata] = getdata(v, numFrames);%4D image
Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL functions to reduce operands to logical scalar values.
its pointing to getdata whose source code I am not allowed to change because it is a Matlab inbuilt function.
No issues when I just do
recording1 = getdata(v, numFrames);%4D image
Please help
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Acquisition Using Image Acquisition Explorer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!