Why the trigger configuration for Hamamatsu camera is not complete?

1 visualización (últimos 30 días)
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
  1 comentario
Andy Scott García Gordillo
Andy Scott García Gordillo el 8 de Abr. de 2021
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

Iniciar sesión para comentar.

Respuestas (2)

Kavya Vuriti
Kavya Vuriti el 19 de Feb. de 2020
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.
Also, you can refer this for Hardware Support Package System Requirements. You can try the trouble shooting steps mentioned here.

Frederick Brooks
Frederick Brooks el 16 de Jul. de 2020
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 comentario
Frederick Brooks
Frederick Brooks el 16 de Jul. de 2020
Clarification: The desired trigger properties are properties of the selected source, not of the videoinput object itself. Use propinfo(obj.Source).

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by