You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Alvium 1800 U-319 USB3 camera with vimbasrc and we would like to understand how to use an external triggering.
There are no examples or explanations for that.
I see that there are some elements in the vimbasrc but I can't understand their use:
triggerselector
triggermode
triggersource
triggeractivation
Our main goal is to send a hardware signal to the camera in order to start the grabbing process (we can send a trigger for each frame as well)
Furthermore, should we connect to the camera GPIO in order to do this?
The text was updated successfully, but these errors were encountered:
In the pipeline it should look like this: gst-launch-1.0 vmbsrc camera=DEV_00012D013844 triggeractivation=RisingEdge triggermode=On triggerselector=FrameStart triggersource=Line0 exposureauto=Once ! video/x-raw,format=GRAY16_LE ! videoconvert ! queue ! autovideosink
Hi,
We are using Alvium 1800 U-319 USB3 camera with vimbasrc and we would like to understand how to use an external triggering.
There are no examples or explanations for that.
I see that there are some elements in the vimbasrc but I can't understand their use:
Our main goal is to send a hardware signal to the camera in order to start the grabbing process (we can send a trigger for each frame as well)
Furthermore, should we connect to the camera GPIO in order to do this?
The text was updated successfully, but these errors were encountered: