필터 지우기
필터 지우기

Connecting an web cam problem

조회 수: 7 (최근 30일)
George
George 2012년 4월 13일
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

답변 (1개)

Thomas
Thomas 2012년 4월 13일
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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by