What is the right way to setup event declaration and send the event? #426
Unanswered
BetterZhouXu
asked this question in
General
Replies: 3 comments 4 replies
|
get_eventlist.py is to retrieve declared events. So your event should be there when you have got no error during declaration. I never see emojis in sys log lol 😂 did you vibe code that part ? |
4 replies
|
Hi @BetterZhouXu , |
0 replies
|
Hi @BetterZhouXu, Could you try using the function Cheers, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to combine the examples object-detection-yolov5 and send-event. I want to send the event after something is detected. But when I try to use get_eventlist.py to retrieve event declaration info and event list. I can only get event declaration info with getlist param, I cannot get event list with getsent param. And I can see the log such as "✅ Successfully sent event:". But I cannot find the event. What whould be the problem? I also attached the related functions and logs. Thanks.



All reactions