We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
there is camera parameter that allows to control the cameras speed. https://docs.baslerweb.com/acquisition-frame-rate
Sorry, something went wrong.
No branches or pull requests
Is it possible to change framerate on running pipeline ?
In python, with other parameters like exposure time, I use:
The text was updated successfully, but these errors were encountered: