Box in GUI for select your camera device
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Carlos
el 30 de Mzo. de 2014
Comentada: Carlos
el 1 de Abr. de 2014
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:
0 comentarios
Respuesta aceptada
Image Analyst
el 30 de Mzo. de 2014
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 comentarios
Image Analyst
el 31 de Mzo. de 2014
You were supposed to call
hardwareInfo = imaqhwinfo
before that.
Ver también
Categorías
Más información sobre Matrox Hardware en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!