basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
40 stars 10 forks source link

Feature request: Triggering camera functions/commands #58

Open aazhuang2 opened 1 year ago

aazhuang2 commented 1 year ago

Are there any plans to expose a way to trigger basler camera's commands, like TimestampLatch and SoftwareSignalPulse through either a glib object signal or exposing the underlying camera device pointer for pylon? As I have seen the wiki page on Gige cameras for software triggered acquisition via actions commands, I was looking for something more general that includes the other commands as well as support USB3.0 cameras.

thiesmoeller commented 1 year ago

Hi @aazhuang2,

how to support these commands features is under discussion.

As gstreamer doesn't offer the type of "command" ( only string, int, float, bool ) there is no direct mapping possible.

Current options are: