Implementation Olympus camera Matlab
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (0)
Siehe auch
Kategorien
Test and Measurement
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
DCAM Hardware
Image Processing and Computer Vision
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
DCAM Hardware
Test and Measurement
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
GigE Vision Hardware
Mehr anzeigen
Mehr zu DCAM Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!