-
Notifications
You must be signed in to change notification settings - Fork 31
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
Example code #17
Comments
I'm having same questions.. Have you found a solution? |
@davidecampello yes, it is pretty straightforward actually. I was originally having problems because I wanted the video to be behind my App, but there was a covering the video player with an opaque background.
I found a combination of some basic CSS styles on the video plus the width , height , x , and y coordinates on the VideoRecorder previewFrames provided everything I needed to arrange elements behind and on top of the video player.
If you have a specific question, let me know and I'll see if I can help. |
I am having the same issue can you share the some line from ur code? |
Cant find any |
Okay I finally figured it out. Basically what I did was:
Maybe this one helps someone else. |
@pfinkbeiner I still don't figure out how to make all layers transparent on the front frame, the only solution I did is to set app.component.ts
app.component.html
maybe you could give me help with this one? @pfinkbeiner @disbelief |
It would be super helpful to see the code that generated the example screenshots from the bottom of the README.
Particularly curious about how to overlay custom markup for controls over the camera view without blocking the entire thing. Should everything be absolutely positioned with
z-index: 99999;
? What is the point of thevideo-record
element ID since it appears a<video>
node is injected into the HTML body?The text was updated successfully, but these errors were encountered: