Processing live video feed with Computer Vision Package

Hi,
I am looking to process a live video stream using MATLAB's computer vision library. The program I am running is currently using the vison.VideoFileReader() function to read from a .avi file.
I am hoping to change the the program to read from a live video feed from a USB webcam. I was wondering if anyone has done anything similar or has any advice on how I might go about implementing this.
Thanks,
Chuck

 Respuesta aceptada

Sebastian Castro
Sebastian Castro el 6 de Abr. de 2015
Absolutely. If you have Image Acquisition Toolbox, you can do this with imaq.VideoDevice. If you're on a Windows computer, the 'winvideo' adaptor name will let you do this.
Once you have your frame, the same code you had for your .avi file will hold.
- Sebastian

Más respuestas (1)

Dima Lisin
Dima Lisin el 8 de Abr. de 2015
Alternatively, if you have a recent version of MATLAB you can use the Webcam Support Package.

Preguntada:

el 6 de Abr. de 2015

Respondida:

el 8 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by