Synching Arduino AnalogInput with Video? #2060
-
Beta Was this translation helpful? Give feedback.
Answered by
bruno-f-cruz
Nov 25, 2024
Replies: 1 comment 3 replies
-
Can you expand a bit what you mean by synchronizing? What jitter are you looking for? Are you just looking to check what is the state of your input line when each frame arrive? Finally, please include the workflow file. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming I am understanding this currently, would you simply want to use a
WithLatestFrom
instead? E.g.: