Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic framerate #85

Open
scipioni opened this issue Jan 19, 2024 · 1 comment
Open

dynamic framerate #85

scipioni opened this issue Jan 19, 2024 · 1 comment

Comments

@scipioni
Copy link

scipioni commented Jan 19, 2024

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)
@SMA2016a
Copy link

there is camera parameter that allows to control the cameras speed.
https://docs.baslerweb.com/acquisition-frame-rate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants