-
Notifications
You must be signed in to change notification settings - Fork 35
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
camera1394: document trigger support for Indigo release #19
Comments
Right now, the minimum set of parameters I can discover for S/W triggering is:
From an external user perspective, that seems somewhat redundant and confusing.
|
I suppose
|
From the way it's used, "external" triggering does not necessarily imply "hardware". It seems to mean triggering from some clock source external to the camera, either H/W or S/W. Is that correct? |
Jack, thank you for composing the list. Explaining trigger modes would be helpful. The descriptions are available in libdc1394 API docs (section Trigger Modes). As I understand some of the modes require additional data that can be set as feature value (ex. Mode 2). So we need to clearly mention that. The S/W triggering is not much different from H/W triggering in terms of hanging the driver. Thus I see no problems to release S/W trigger feature together with the rest of changes. Though we definitely have to put a caution at the beginning of Trigger documentation about that. The minimum set of parameters for H/W triggering in my case is just
Yes, I think it is correct. |
The minimum for S/W triggering on my Sony camera seems to be what I listed above. That raises the question: why have the |
We need to expose trigger source software in the configuration API, for unit test purposes. We only need to tell users that a polled_camera interface is planned (#13) for future release. |
This implies defining an API for the various trigger configuration parameters. We may choose to change the semantics slightly to make things simpler and easy to explain.
~external_trigger
and~software_trigger
to do S/W triggering? Why?~auto_trigger
options mean?@bgromov: any other doc requirements?
See also: #9, #12, #14, #16,
The text was updated successfully, but these errors were encountered: