Implementation Olympus camera Matlab
Mostrar comentarios más antiguos
Hello,
How can I acquire images in Matlab with a camera that is not supported by default by the Matlab image acquisition toolbox, like in my case with an Olympus camera. This is a 1394-firewire camera, so I thought it was possible to acquire images through the 'dcam' adaptor in Matlab. However, when I try to get access to the camera via the imaqhwinfo function, following output is generated:
>> imaqhwinfo
ans =
InstalledAdaptors: {'dalsaifc' 'dcam' 'gentl' 'gige' 'hamamatsu' 'matrox' 'winvideo'}
MATLABVersion: '8.2 (R2013b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '4.6 (R2013b)'
>> imaqhwinfo('dcam') Warning: No DCAM compliant devices were found. If you have a DCAM compliant device, refer to the DCAM troubleshooting section in the toolbox User's Guide for information on setting up your device.
ans =
AdaptorDllName: 'C:\Program Files\MATLAB\R2013b\toolbox\imaq\imaqadaptors\win32\mwdcamimaq.dll'
AdaptorDllVersion: '4.6 (R2013b)'
AdaptorName: 'dcam'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
In the device manager in windows, the camera is recognized in 'Imaging Devices' and is working properly in other software programs provided by Olympus. I also managed to get access to the SDK files, but I'm not sure nor familiar in the way they need to be used/implemented.
Lastly, when I run the 1394Camera Demo (as suggested by Mathworks Troubleshooting), the program indicates that there are no cameras found.
Any suggestions?
Thanks in advance!
1 comentario
sara mokbil
el 21 de Mzo. de 2015
if u found the answer please tell please
Respuestas (0)
Categorías
Mostrar más
Más información sobre DCAM Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!