-
Notifications
You must be signed in to change notification settings - Fork 6
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
Object Recognition Source should have enable disable option #166
Comments
Hey @bruden01, This is definitely something that we can look into. Currently, this behavior could be accomplished by simply editing the Source Configuration, and removing the
Would this solution work for you? |
I'll have to run a few tests.
…On Tue, May 21, 2019 at 4:00 PM namirfa ***@***.***> wrote:
Hey @bruden01 <https://github.com/bruden01>,
This is definitely something that we can look into.
Currently, this behavior could be accomplished by simply editing the
Source Configuration, and removing the pollTime config option. This will
trigger the Object Recognition Source to reconfigure, at which point it
will deactivate polling and sit idly. Then, you can edit the Source
Configuration again by adding the pollTime option back, and things will
return to normal.
- *NOTE*: The source will shut down if there is no pollTime option and
the allowQueries option is not defined or set to false in the Source
Configuration. As a result, this solution assumes that you have defined
allowQueries as true.
Would this solution work for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#166?email_source=notifications&email_token=AATODLZI5I3DEEFEHE56ZODPWRIGXA5CNFSM4HOK76B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV5ANEA#issuecomment-494536336>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATODLZ2MHP5YLCEFMIVUU3PWRIGXANCNFSM4HOK76BQ>
.
|
In a discussion with @markejfmunro we were talking about the use case in which the object detection might not need to be running constantly. Rather from VANTIQ a way in which to disconnect and reconnect the stream.
For example, lets say we want to monitor an area from 10-pm to 6-am.
It would be ideal to be able to publish a command that stops object recognition, and then another that could start it again.
The text was updated successfully, but these errors were encountered: