Replies: 1 comment 1 reply
-
Hey Michael. I was trying to set some LED to stay on for n seconds as long as an animal was doing something. not too different from your task at heart. The solution I came up with was to use Every time the animal fulfills the condition, a new observable sequence is generated. Then the The rest is straightforward: if the countdown lapses, the switch emits at This is hell of a hack, but it has been working so far for me. Hopefully it works for you and someone can come up with a more elegant/straightforward approach. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Deall all,
I would very much appreciate help with the implementation described below. Thanks in advance.
I would like to trigger the recording (activate videoWriter) whenever there is movement in a certain area of a video.
I managed to trigger videos based on the activity. But all videos are of the duration set in the delay node. How can it remain active due to further activity threshold crossings? And how to signal it to an Arduino?
Thanks,
Michael
Beta Was this translation helpful? Give feedback.
All reactions