필터 지우기
필터 지우기

Box in GUI for select your camera device

조회 수: 4 (최근 30일)
Carlos
Carlos 2014년 3월 30일
댓글: Carlos 2014년 4월 1일
Hello, I'm doing a program that uses the pc's camera. I'd like to know if there is an option to put in my gui some kind of box that will help the user found his camera and it appears in the code like when i do it manually:
vidPM25 = videoinput('winvideo', 1,'I420_1280x720');
But I do it in code, i want that user is able to choose it by his own. Any idea?
For be more clarify, i want that the user have the option to choose something like this:

채택된 답변

Image Analyst
Image Analyst 2014년 3월 30일
You need to get the adapter first, then the available formats and present them in a listbox. Study the attached function and then adapt it to put the various device formats into a listbox.
  댓글 수: 8
Image Analyst
Image Analyst 2014년 3월 31일
You were supposed to call
hardwareInfo = imaqhwinfo
before that.
Carlos
Carlos 2014년 4월 1일
i have already done it!
x=1
while x=0
thanks;
end

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

추가 답변 (1개)

Carlos
Carlos 2014년 3월 30일
편집: Carlos 2014년 3월 30일
I think that it is not what I'm looking. I want that, when anybody click on the first box (figure of this message), appear something like a hardware browser where there are his cameras and the possible formats, like in the image of my fist message.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by