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

Very simple example streaming from an opencv camera #1502

Merged
merged 5 commits into from
Mar 6, 2023
Merged

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Mar 3, 2023

Resolves:

Runs forever.
image

Checklist

@jleibs jleibs marked this pull request as ready for review March 3, 2023 20:27
@jleibs jleibs added the examples Issues relating to the Rerun examples label Mar 3, 2023
@teh-cmc teh-cmc self-requested a review March 6, 2023 07:47
Copy link
Member

@teh-cmc teh-cmc left a 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 ?)



def main() -> None:
parser = argparse.ArgumentParser(description="Logs rich data using the Rerun SDK.")
Copy link
Member

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

@Wumpf
Copy link
Member

Wumpf commented Mar 6, 2023

re image layers: Jeremy already opened a bug on this, #1503

@teh-cmc
Copy link
Member

teh-cmc commented Mar 6, 2023

re image layers: Jeremy already opened a bug on this, #1503

👍 Would be nice to link to this in the example code then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Issues relating to the Rerun examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants