Why am I getting “Inputs must be character vectors, cell arrays of character vectors, or string arrays” error when I build androidGet​tingStarte​dExample example model?

조회 수: 17 (최근 30일)
I am getting “Inputs must be character vectors, cell arrays of character vectors, or string arrays” error when I build androidGettingStartedExample example model from Simulink Support package for Android devices. The error message is as below:

채택된 답변

Sutanu Maiti
Sutanu Maiti 2022년 10월 3일
편집: Sutanu Maiti 2022년 10월 12일
Few recent Android phones with multiple cameras are producing the error mentioned above even though they goes through the Hardware Setup Screens and TestApp runs fine.
This is an issue with the support package that fails to extract camera information from certain phones.
Here is a fix provided to get rid of that issue.
One p-coded file needs to be replaced with the attached file and the details of how to do is given below:
Please execute below command in MATLAB to go to the directory:
>> cd(fullfile(codertarget.android.internal.getSpPkgRootDir,'+codertarget','+internal'))
Please keep a backup of the “extractCameraInfoFromXML.p” file:
>> movefile extractCameraInfoFromXML.p extractCameraInfoFromXML.p.bak
Now download the attached .zip file and extract extractCameraInfoFromXML.p file within it. Copy the extracted p-file at the current location.
Also, do rehash toolbox cache by executing the below commands in MATLAB
>> cd(matlabroot)
>> clear pcode;
>> rehash toolboxcache
>> clear classes
Now you should be able to build any model containing Camera block.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Android Devices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by