samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.18k stars 1.64k forks source link

Feature Request: Load overlay image #179

Open bernhard-hofmann opened 1 year ago

bernhard-hofmann commented 1 year ago

Would it be possible to overlay an image on top of the live video?

The aim would be to take almost identical photos before and after something has changed.

samdutton commented 1 year ago

You can position an image element over a video element, and set its opacity: like simpl.info/video/overlay/. Would that meet your use case?

(Apologies for the delay in responding!)

bernhard-hofmann commented 1 year ago

That would be excellent!