Problem with application compiler execution

조회 수: 1 (최근 30일)
Prasad
Prasad 2014년 7월 28일
댓글: Prasad 2014년 7월 29일
Hello experts,
I have written a script which is opening laptop camera and processes images. When i tried to make its executable from Application Compiler, it is creating executable. However it is not opening the camera.
vid = videoinput('winvideo',1,'YUY2_320x240');
Also, calender can not be opened after making it's executable.
It is running perfectly fine from Matlab editor/ IDE
Can someone help?
-Abhimoh

답변 (1개)

Image Analyst
Image Analyst 2014년 7월 28일
Do any error message go to the console window?
  댓글 수: 6
Prasad
Prasad 2014년 7월 29일
편집: Prasad 2014년 7월 29일
My camera has YUY2 and MJPG support. I did not find RGB support with camera.
I also changed to MJPG and changed device ids but still problem is not solved.
Prasad
Prasad 2014년 7월 29일
Apparently i found that it is throwing an error: MATLAB:UndefinedFunction
Is application compiler not supporting video input function?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by