Issue with Standalone Mac Application and Image Acquisition Toolbox (videoinput)

1 view (last 30 days)
I'm currently using the Image Acquisition Toolbox in my code in order to preview images from an external camera. I'm doing this on a Mac, using MATLAB_R2012a. This works fine when I'm in Matlab. Nevertheless, when I create a standalone application I run into some problems. Once I build the project, I then open a Terminal window and do the following: 1. Navigate to the src folder where the standalone application has been installed. 2. Type: ./run_proj4.sh /Applications/MATLAB/MATLAB_Compiler_Runtime/v717
I get the following errors:
Error using videoinput (line 90) One or more output arguments not assigned during call to "imaqmex".
Error in image_GUI>image_GUI_OpeningFcn (line 70)
Error in gui_mainfcn (line 221)
Error in image_GUI (line 43)
Why is this happening and how can I solve this issue?
Thank you.
  1 Comment
Mark Dow
Mark Dow on 21 Oct 2013
Similar problem, OS X 10.8.3 MATLAB R2013b.
It works fine in the MATLAB command line, but fails as a standalone executable.
Error using videoinput (line 89) One or more output arguments not assigned during call to "imaqmex".
Same issue as videoinput on MAC OSX.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!