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

Add stream handler, increase robustness #79

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

mehmetkillioglu
Copy link
Contributor

Changelog:

  • Stream Status Monitoring: Implemented a new mechanism to monitor the status of the DepthAI camera stream. This includes checks to ensure the stream is active and healthy, with automatic recovery attempts in case of failure.
  • Previously, if the camera was not found in the first trial, the node was basically useless and needed a restart. The stream status monitoring now ensures that it will keep on trying.
  • Added License specification to docker image

@@ -29,7 +29,8 @@ if(DEFINED ENV{BUILD_GSTREAMER})
endif()

project(depthai_ctrl LANGUAGES CXX C)

find_package(backward_ros REQUIRED)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice addition! :)

@mehmetkillioglu mehmetkillioglu merged commit 2c5885c into main Jan 29, 2024
9 checks passed
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