Borrar filtros
Borrar filtros

Connecting an web cam problem

7 visualizaciones (últimos 30 días)
George
George el 13 de Abr. de 2012
I'm tring to get image data via webcam and wanna show in GUI window. However, recently I re-download neweat MATLAB version and data acquition as well.
However, I'm follwing the tutorial and 'imaqhwinfo' function didn't work. This is the saying in the command window. =============================================
imaqhwinfo Undefined function or variable 'imaqhwinfo'.
=============================================
I checked the connection of Webcam (USB), I don't know how I can check the connection of this device.
The MATLAB license no. is 690907. I look forward to hearing from you.
Thank you, YuJaung Kim

Respuestas (1)

Thomas
Thomas el 13 de Abr. de 2012
imaqhwinfo is part of image acquisition toolbox.. I'm guessing you do not have the toolbox..
try
which imaqhwinfo
It will show you if the function exists (if it does what is its path) (Your error suggest it cannot find the function)
try the ver command and see if Image Acquisition Toolbox is part of your license
ver

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by