BrianHepler / MMM-Selfieshot

Taking a Selfie with USB cam on MagicMirror.
MIT License
8 stars 6 forks source link

Show webcam feed #7

Closed ShadowofArya closed 2 years ago

ShadowofArya commented 4 years ago

Hi, Is it possible to show the webcam feed while the countdown is running so that you can see what's in frame when taking a photo?

BrianHepler commented 4 years ago

It should be possible. I'll look into adding that as a feature. Good idea!On Oct 21, 2020 18:23, ShadowofArya notifications@github.com wrote: Hi, Is it possible to show the webcam feed while the countdown is running so that you can see what's in frame when taking a photo?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

ShadowofArya commented 4 years ago

Thank you!

BrianHepler commented 2 years ago

I looked into this a bit and I don't think I can do it. The current module works by setting the background of the module window to the location of the stored image on disk. I don't think I can open up a live stream without getting a video player involved and judging by the RTSP module, that's a non-trivial task.

Sorry to disappoint, but I don't have the chops for this.