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
Whow, I missed the notifications for this, really really cool!
I've wanted to do this for many many years, but never got to it.
However, I'm not sure ipywebrtc is the place for this particular widget.
I do wonder if we can have the marker detector and the renderer separately. In principle the only thing we need is the 4x4 matrix array (which we can jslink to say ipyvolume, ipygany etc) and a way to blend the background of the webcam with the render output.
However, I'm not sure ipywebrtc is the place for this particular widget.
I do wonder if we can have the marker detector and the renderer separately. In principle the only thing we need is the 4x4 matrix array (which we can jslink to say ipyvolume, ipygany etc) and a way to blend the background of the webcam with the render output.
What do you think of that?
I think as long as there's a way to to get a reference to the scene that has the markers, and pass that into the renderer it should work. So having them separate should be possible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds AR capability to visualize 3d models on a cube marker.