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

HW triggering parameter #15

Closed
jahwanoh opened this issue Nov 7, 2019 · 1 comment
Closed

HW triggering parameter #15

jahwanoh opened this issue Nov 7, 2019 · 1 comment
Labels
question Further information is requested

Comments

@jahwanoh
Copy link

jahwanoh commented Nov 7, 2019

There are two modes for picture capture - trigger mode and continuous. Trigger mode asks for each frame seperately which while continuous mode makes the camera capture frames without software input. Continuous is default, but it can be disabled by setting the continuous parameter to false (default - true).
I'm trying to implement panorama video application using this api.

reading this, the Trigger mode sounds like hw triggering. then, should I set the trigger line parameters using pylonviewerapp, and then set the continuous=false in the gstreamer pipeline?

Thank you.

@zingmars
Copy link
Owner

zingmars commented Nov 7, 2019

Yeah, pretty much.

@zingmars zingmars added the question Further information is requested label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants