Open scipioni opened 10 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)
there is camera parameter that allows to control the cameras speed. https://docs.baslerweb.com/acquisition-frame-rate
Is it possible to change framerate on running pipeline ?
In python, with other parameters like exposure time, I use: