필터 지우기
필터 지우기

Object detection using camera

조회 수: 8 (최근 30일)
Rajini
Rajini 2023년 9월 25일
답변: Amith 2024년 7월 21일 16:51
Is there any other function available other than "Sensor" function which will provide information about camera objects detection

답변 (1개)

Amith
Amith 2024년 7월 21일 16:51
Hi Rajini,
To acquire images from a webcam, you first create a webcam object. Use the webcam function to create the object. You can use it in three ways:
  • Connect to the first or only camera by using no input arguments
  • Specify a camera by name by using the webcam name (as a character vector) in an input argument
  • Specify a camera by the list order using an index number as the input argument
You can learn more about acquiring images from webcams from this MathWorks resource -
Hope this helps!

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by