Skip to content
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

Open
wants to merge 37 commits into
base: v3_develop
Choose a base branch
from
Open

V3 Events & Snaps #1150

wants to merge 37 commits into from

Conversation

Serafadam
Copy link
Contributor

No description provided.

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indendation

bindings/python/CMakeLists.txt Outdated Show resolved Hide resolved
dai::Pipeline pipeline(true);

auto eventsManager = std::make_shared<dai::utility::EventsManager>();
eventsManager->setUrl("https://events-ingest.apps.stg.hubcloud");
Copy link
Collaborator

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?

Copy link
Contributor Author

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

examples/cpp/HostNodes/events.cpp Outdated Show resolved Hide resolved
CMakeLists.txt Outdated
Comment on lines 361 to 362
src/utility/EventsManager.cpp
src/utility/ImageManipV2Impl.cpp
Copy link
Collaborator

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

examples/python/HostNodes/events.py Outdated Show resolved Hide resolved
include/depthai/utility/EventsManager.hpp Show resolved Hide resolved
include/depthai/utility/EventsManager.hpp Outdated Show resolved Hide resolved
src/utility/EventsManager.cpp Outdated Show resolved Hide resolved
Base automatically changed from v3_visualizer_support to v3_develop November 8, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants