How to get Event of 'GUI start/stop record' #61
Answered
by
onyx-and-iris
chenxinfeng4
asked this question in
Q&A
-
It's amazing of obs websocket. Your code is simple and useful. Further, I want to use it to synchronize obs with other DAQ system. I see this code work for me. However, how to register that like 'Event: RecordStatusChanged'.
|
Beta Was this translation helpful? Give feedback.
Answered by
onyx-and-iris
Dec 7, 2022
Replies: 2 comments
-
Hi! Thanks for your interest in the code. The general approach to using events is as follows:
Something like this should work for your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
onyx-and-iris
-
Great, it really works. Nice of you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thanks for your interest in the code.
The general approach to using events is as follows:
on_
. In this caseon_record_state_changed
Something like this should work for your use case.