How to get real time data from a camera using a frame grabber and Image Acquisition Toolbox?
Mostrar comentarios más antiguos
I want to process images coming from Ultrastudio SDI (Blackmagic Design). Is the Image Acquisition Toolbox compatible with this device for real time image processing? Are there any examples of such an application?
3 comentarios
Walter Roberson
el 23 de Dic. de 2015
According to https://github.com/xoriath/thesis/blob/master/Latex/spec.tex the Ultrastudio SDI is provided with WDM (Windows Drivers Model), which is what is required by Image Acquisition Toolbox. I suggest having a quick read through what the person did for their project.
Image Analyst
el 23 de Dic. de 2015
Is it an actual physical camera? If you bring it up in Device Manager, do you see it in the "Imaging Devices" category?
Melisa
el 23 de Dic. de 2015
Respuestas (2)
Madhura Suresh
el 30 de Dic. de 2015
https://www.blackmagicdesign.com/products/ultrastudiousb3/software
This link for your product says that it has directshow drivers. Can you install the OS Generic Support package and try this?
You can install the support package using the command:
supportPackageInstaller
Once you install the support package and connect the device to your computer, What does this give you in MATLAB:
imaqhwinfo winvideo
Image Analyst
el 23 de Dic. de 2015
0 votos
I don't see it at http://www.mathworks.com/hardware-support/home.html, but if the camera shows up as a generic video device, it might be able to work with the generic video adapter.
Categorías
Más información sobre Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!