-
Notifications
You must be signed in to change notification settings - Fork 128
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
V3 Events & Snaps #1150
base: v3_develop
Are you sure you want to change the base?
V3 Events & Snaps #1150
Conversation
CMakeLists.txt
Outdated
@@ -357,6 +357,7 @@ set(TARGET_CORE_SOURCES | |||
src/pipeline/datatype/MessageGroup.cpp | |||
src/pipeline/datatype/TransformData.cpp | |||
src/utility/H26xParsers.cpp | |||
src/utility/EventsManager.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indendation
dai::Pipeline pipeline(true); | ||
|
||
auto eventsManager = std::make_shared<dai::utility::EventsManager>(); | ||
eventsManager->setUrl("https://events-ingest.apps.stg.hubcloud"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we have a default URL here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default URL is for production but AFAIK snaps & events are not available there yet, so for now we need to use this URL
CMakeLists.txt
Outdated
src/utility/EventsManager.cpp | ||
src/utility/ImageManipV2Impl.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spaces instead of tab to match others
No description provided.