You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Unfortunately the visualizer will show nothing but a white screen, as it requires both the CreatePoint2fand 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.)
The text was updated successfully, but these errors were encountered:
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.zipUnfortunately the visualizer will show nothing but a white screen, as it requires both the
CreatePoint2f
and theCameraCapture
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.)
The text was updated successfully, but these errors were encountered: