-
Notifications
You must be signed in to change notification settings - Fork 373
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
Very simple example streaming from an opencv camera #1502
Conversation
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.
Works great!
It's quite annoying that one has to hide either the rgb
or grey
layer in order to be able to see the canny
layer though... I'm not familiar enough with the current image stacking code to know why that is (cc @Wumpf ?)
examples/python/opencv_canny/main.py
Outdated
|
||
|
||
def main() -> None: | ||
parser = argparse.ArgumentParser(description="Logs rich data using the Rerun SDK.") |
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.
Could use a better description
re image layers: Jeremy already opened a bug on this, #1503 |
👍 Would be nice to link to this in the example code then |
Resolves:
Runs forever.
Checklist