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

Data mashups shouldn't require all sources to update #1789

Open
PathogenDavid opened this issue May 11, 2024 · 0 comments
Open

Data mashups shouldn't require all sources to update #1789

PathogenDavid opened this issue May 11, 2024 · 0 comments

Comments

@PathogenDavid
Copy link
Member

This is something that came up when Gonçalo and I were discussing #1769

Given the following workflow, a user might reasonably expect the visualizer on the TableLayoutPanel to show the camera capture with the point overlaid on it: PointOnImageIssue.zip

PointOnImageIssue

Unfortunately the visualizer will show nothing but a white screen, as it requires both the CreatePoint2f and the CameraCapture to produce a value before it will refresh.

You can see this by enabling the Timer node, which causes the point to flow periodically rather than once.

This isn't necessarily intuitive, so we should consider improving things here. (Gonçalo mentioned this is possibly some optimization logic meant to avoid cloning the image gone wrong.)

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

No branches or pull requests

1 participant