Why the trigger configuration for Hamamatsu camera is not complete?
2 次查看(过去 30 天)
显示 更早的评论
Hi, I`m just trying to operate Hamamatsu camera (C13440) by hardware triggering. The problem is that when I type 'triggerinfo(vidB)' in command window, it shows that the TriggerCondition and TriggerSource are 'DeviceSpecific' for hardware trigger type as shown on the picture below. But this Hamamatsu camera indeed support many different TriggerCondition and TriggerSource like 'RisingEdge' and 'EdgeTrigger' which I could make use of these on other computers before. I have already installed ImageAcquisition tool box and Hamamatsu camera adaptor, the camera can work fine in GUI. Can anyone help me solve this issue? Thanks a lot.
![Capture.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/257765/Capture.jpeg)
1 个评论
Andy Scott García Gordillo
2021-4-8
Hi Shu Guo, what version of Matlab and ImageAcquisition package for Hamamatsu camera adaptor are you using? I am using Matlab2021a and Image Acquisition Toolbox Support Package for Hamamatsu Hardware last version (mar2020) and I can't see any adaptors with "imaqhwinfo" after installing the package. I have the Orca Flash 4.0 V3 C13440 with CameraLink from Hamamatsu. Thanks in advance
回答(2 个)
Kavya Vuriti
2020-2-19
Hi,
Trigger sources and the conditions that control hardware triggers are device specific. Ideally the supported configurations should be displayed by using triggerinfo function. I think you can try referring the documentation that came with the device to know about its hardware triggering capabilities.
0 个评论
Frederick Brooks
2020-7-16
For the Hamamatsu adaptor, the trigger parameters are controlled outside of the triggerinfo() and triggerconfig() functions. The Hamamatsu adaptor simply exposes the trigger-related properties, like mode, polarity, source, etc. as basic device properties. Use propinfo(obj) to look at all of the properties, and you will see several trigger-related properties that you can explore further using propinfo(obj, 'PropertyName').
1 个评论
Frederick Brooks
2020-7-16
Clarification: The desired trigger properties are properties of the selected source, not of the videoinput object itself. Use propinfo(obj.Source).
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Hamamatsu Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!