basler / gst-plugin-pylon

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

dynamic framerate #85

Open scipioni opened 6 months ago

scipioni commented 6 months ago

Is it possible to change framerate on running pipeline ?

In python, with other parameters like exposure time, I use:

# pipeline create
pylon = Gst.ElementFactory.make("pylonsrc", "pylon1")

# pipeline runtime
cam = pylon.get_child_by_name("cam")
cam.set_property("ExposureTime", 4000)