Implementation Olympus camera Matlab

12 vues (au cours des 30 derniers jours)
Tim Valkenier
Tim Valkenier le 5 Fév 2015
Commenté : sara mokbil le 21 Mar 2015
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 commentaire
sara mokbil
sara mokbil le 21 Mar 2015
if u found the answer please tell please

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by